body {
    
    background-image: url('/images/bg.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-color: #C2C2C2;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Sans-Serif;
    font-size: 62.5%;
}

#container {
    
    margin-top: 39px;
    width: 780px;
    height: 625px;
    margin-left: auto;
    margin-right: auto;
    /*border: solid 1px black;*/
}

#innercontainer {
 
    margin-left: 18px;
    width: 744px;
    height: 583px;   
}

#header {
    
    width: 744px;
    height: 82px;
    margin-bottom: 10px;
	overflow: hidden;
}

#topright {
    
    float:right; 
    height: 82px;
    overflow: visible;
	background-image: url(/images/home_tile.jpg);
}

#nav {
 
    width: 475px;
    height: 27px;
    border-top: solid 2px #A0A8C1;
    background-color: #0A1E60;
    line-height: 26px;
    font-size: 1.2em;
    color: #FFFFFF;
    overflow: visible;
}

#nav ul {
    
    margin: 0px;
    padding: 0px 0px 0px 8px;
}

#nav li {/* all list items */
	
	float: left;
	width: 12em; /* width needed or else Opera goes nuts */
    padding: 0px 10px 0px 13px;
    display: inline;
    list-style-type: none;
    background-image: url('/images/nipoff.gif');
    background-repeat: no-repeat;
    background-position: left;
    /*line-height: 60px;*/
    z-index: 100;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 15em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding: 0px;
	margin: -2px 0px 0px -13px;
	z-index: 100;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav a {
 
    color: #FFFFFF;
    text-decoration: none;
    display: block;
}

#nav a:hover {
    
    text-decoration: underline;
}

#nav ul li ul a {
 
    width: 13.5em;   
}

.greybar {
    
    height: 20px; 
    background-image: url(/images/grey_grad.jpg);
    background-repeat: repeat-x; 
    margin-left: 20px; 
    line-height: 20px;
}

.greybar_23 {
    
    height: 23px; 
    background-image: url(/images/grey_grad_23.jpg);
    background-repeat: repeat-x; 
    margin-left: 20px; 
    line-height: 23px;
}

.greybar a, .greybar_23 a {
 
    color: #0A1E60;
    text-decoration: none;    
}

.greybar a, .greybar_23 a:hover {
 
    text-decoration: underline;
}

.catlink {
    
    color: #00054F;
    text-decoration: none;
    font-size: 1.3em;
    font-weight: bold;  
}

.catlink:hover {
    
    text-decoration: underline;   
}

#footer {
 
    color: #626262;
    line-height: 50px;   
    margin-left: 20px;
    font-size: 1.1em;
}

#footer a { 
    
    color: #616161;
    font-weight: bold;
    text-decoration: none;
}

#footer a:hover {
 
    text-decoration: underline;
}

