body 
{
    width:100%;
    height:100%;
    background:#fff url('images/bg.jpg') repeat-x;
    text-align:center;
    margin:0px auto;
    font-family:Arial, Sans-Serif;
    font-size:10pt;
}

img 
{
    border:none;
}

a, a:link
{
    color:#407295;
    text-decoration:none;
}

a:active, a:hover 
{
    color:#407295;
    text-decoration:underline;
}

a:visited
{
    color:#000;
    text-decoration:underline;
}


/*** Master Page Layout ***/
#header 
{
    width:770px;
    height:245px;
    text-align:center;
    margin:0px auto;
}

#header img 
{
    display:inline;
}

#main
{
    width:770px;
    text-align:center;
    margin:0px auto;
}

#leftnav 
{
    position:relative;
    top:-30px;
    width:226px;
    min-height:450px;
    background-image:url('images/lnav_bg.gif');
    background-repeat: no-repeat;
    float:left;
}

.curproj {
	width:210px;
	margin:10px auto;
	text-align:left;
	font-size:.9em;
}

.curproj img {
	border:1px solid #000;
	display:block;
}

#footer
{
    clear:both;
    width:780px;
    height:45px;
    text-align:center;
    margin:0px auto;
    border-top:1px dotted #000;
}

#footer .footertxt
{
    position:relative;
    top:8px;
}

#footer #jvic
{
    float:right;
    display:inline;
}

#footer #W3C
{
    float:right;
    display:inline;
}

/*** END: Master Page Layout

/*** Content Layout ***/
#content 
{
    min-height:450px;
    width:544px;
    float:right;
}

.inner 
{
    width:530px;
    text-align:left;
    margin:0px auto;
}

.title_lg, .title
{
    margin:5px 0px;
    text-align:left;
    font-weight:bold;
    font-size:1.4em;
}

.title 
{
    font-size:1.1em;
}

.content 
{
    margin-bottom:20px;
    text-align:left;
    font-weight:normal;
    font-size:1em;
}

.content .curproj {
	width:530px;
	margin:10px auto;
	text-align:left;
	font-size:.9em;
}

.content .curproj img {
	margin: 0px 5px 0px 0px;
	border:1px solid #000;
	display:block;
}

/*** END: Content Layout ***/

/*** Misc Styles and Containers ***/
.imgwcap    /* Image with Caption */
{
	width:510px;
	margin:5px auto 20px auto;
	padding:6px 0px 2px 0px;
	text-align:center;
	border:1px solid #ddd;
	background-color: #f2f2f2;
}

.imgwcap img
{
	display:block;
}
