/* common styles
----------------------------------------------- */

body {
background-color:#F1EFF0;
}


#nav a, a:link, a:visited { 
text-decoration: none;
color: #9C9D9E;
text-decoration: none;
font-weight:bold;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#nav a:hover {
color: #3B3B3C;
text-decoration: underline;
font-weight: bold;
font-size:10px
}
#content a, a:link, a:visited { 
text-decoration: underline;
color: #24429C;
font-weight:bold;
font-size:12px;
font-family:Arial, Verdana, Helvetica, sans-serif;
}

#content a:hover {
color: #021F4A;
text-decoration: none;
font-weight: bold;
font-size:12px;
}

#nav2 a, a:link, a:visited { 
text-decoration: underline;
color: #24429C;
font-weight:bold;
font-size:10px;
font-family:Arial, Verdana, Helvetica, sans-serif;
}

#nav2 a:hover {
color: #021F4A;
text-decoration: none;
font-weight: bold;
font-size:10px;
}

#nav2 a, a:link, a:visited { 
text-decoration: none;
color: #24429C;
font-weight:bold;
font-size:10px;
font-family:Arial, Verdana, Helvetica, sans-serif;
}

#nav2 a:hover {
color: #021F4A;
text-decoration: none;
font-weight: bold;
font-size:10px;
}

#smalltext p { 
color: #666;
font-weight:normal;
font-size:9px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
select { 
 font: 10px Verdana, Arial, Helvetica, sans-serif; 
  color: #666;
  background-color:#E0E0E0;
}

input { 
 font: 11px Verdana, Arial, Helvetica, sans-serif;
 color: #021f4b;
}
	
	/* nav styles
----------------------------------------------- */
	
#dropmenudiv{
position:absolute;
border:1px solid #333;
border-bottom-width: 0;
font:normal 9px Verdana;
line-height:12px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #333;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background-color: #e0e0e0;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #B7B6B6;
}

/* top left banner
-----------------------------------------------*/

#topleft {
position: absolute;
left: 0;
top: 0;
display: block;
height: 141px;
width: 139px;
background: url(../images/TLbanner.jpg) no-repeat;
text-indent: -999em;
text-decoration: none;}

/* top right banner
-----------------------------------------------*/

#topright {
position: fixed;
right: 0;
top: 0;
display: block;
height: 141px;
width: 139px;
background: url(../images/TRbanner.jpg) no-repeat;
text-indent: -999em;
text-decoration: none;}

/*Banner Test----------------*/
#nomove { position:fixed; left:0; top:50px;


}