
body{
 background-color:#100138;
 font-family: arial, sans-serif;
 font-size:11px;
 color: #ffffff;
 line-height: 1.166; 
 margin: 0px;
 padding: 0px;
 scrollbar-3dlight-color:#100138; 
 scrollbar-arrow-color:#ffffff;
 scrollbar-base-color:#4e6088;
 scrollbar-darkshadow-color:#100138; 
 scrollbar-face-color:#100138;
 scrollbar-highlight-color:#ffffff; 
 scrollbar-shadow-color:#ffffff;
 scrollbar-track-color: #4e6088;
 margin-top:20px;

}


p,div,td,li,input{
 font-size:11px;
 }
 
 #scrollBox {

	padding:10px;
	width:310px;
	height:260px;
	z-index:1;
	visibility: visible;
	overflow:auto;
	
}

 #scrollBox2 {

	padding:10px;
	width:503px;
	height:260px;
	z-index:1;
	visibility: visible;
	overflow:auto;
	
}


.highlight{ /* just for highlighting text within content */
color:#fcc94a;}

#highlight{ /* just for highlighting text within content */
color:#fcc94a;}


.stext {
font-size:75%;
}

.cite {
font-size:75%;
color: #999999;
}


.oddrow {background-color:#ffffff;}

.shaded2  {background-color:#626255;}

.evenrow {background-color:#C5D3E1;}

.asterisk {
color: #CC0000;
font-weight:bold;}

a{
 color: #fcc94a;
 text-decoration: none;
  font-weight:bold;
}

a:link{
 color: #fcc94a;
 text-decoration: none; 
 font-weight:bold;
}

a:visited{
 color: #fcc94a;
 text-decoration: none;
}

a:hover{
 color: #ffffff;
 text-decoration: underline;
 font-weight:bold;
}


#left_nav{
margin:185px 0px 0px 10px;
font-size:70%; 
}



#left_nav a{
color:#ffffff;
}

#left_nav a:hover{
 color: #fcc94a;
}

#top_nav{
font-size:70%; 
}


#top_nav a{
color:#ffffff;
}

#top_nav a:hover{
 color: #fcc94a;
}
 

h1{
 font-family:arial, sans-serif;
 font-size: 140%;
 margin-top: 3px;
 margin-bottom:0px;
 padding: 0px;
 font-style:italic;
}

h2{
 font-family:arial, sans-serif;
 font-size: 114%;
 margin-top: 3px;
 margin-bottom:0px;
 padding: 0px;
}

h3{
 font-family:arial, sans-serif;
 font-size: 100%;
 margin-top: 3px;
 margin-bottom:0px;
 padding: 0px;
}

h4{
 font-family:arial, sans-serif;
 font-size: 95%;
 font-weight: normal;
 margin-top: 3px;
 margin-bottom:0px;
 padding: 0px;
}

h5{
 font-family:arial, sans-serif;
 font-size: 90%;
 margin-top: 3px;
 margin-bottom:0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* header */
/***********************************************/

#header{
 padding: 0px 0px 0px 0px;
 border-bottom: 1px solid #cccccc;
 width: 950px;
 height:185px;
 background-image:url(images/header.jpg);
 background-repeat:no-repeat;
}



/************* footer ***************/

#footer{
 text-align:right;
 450px;
 height:35px;
 clear: both;
 color: #f9c9a6;
 padding: 10px 10px 0px 0px;
 font-size:12px;
}

#footer img{
 padding: 4px 4px 4px 10px;
 vertical-align: middle;
}
#footer a{
 color:#ae5c27;
}



/*********** #left_nav link styles ***********/

#left_nav ul a:link, #left_nav ul a:visited {display: block; width:188px;}
#left_nav ul {list-style: none; margin: 0; padding: 0; width:188px;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#left_nav li {border-bottom: 1px solid #fff; width:188px;}

/* fix for browsers that don't need the hack */
html>body #left_nav li {border-bottom: none; width:188px;}


#left_navFeatured h1 {
 padding: 5px 0px 2px 5px;
 font-size:85%;
}

#left_navFeatured {
width:100%;
border:1px #284b8d solid;
margin:5px 0px 5px 5px;
}

#left_navFeatured a{
color:#CC0000;
}


