/*** MAIN ***/
*{
margin: 0px;
padding: 0px;
}
body{
margin: 10px 0;
background:url(../images/body_bg.jpg) repeat-x;
font-family: Verdana, Arial, sans-serif;
font-size: 12pt;
color: #222222;
}


/*** DIV SPECIFIC ***/
#wrap{

width: 800px;
margin: 0 auto;
}
#header{
width: 800px;
background: #EEEFF4 url(../images/header.jpg) top center no-repeat;
height: 165px;
}
#header h1{
color: #ffffff;
text-align: right;
position: relative;
top: 10px;
right: 5px;
line-height: 50px;
}
.font2 {color: #1B1462; font-weight: bold; font-size: large; }
.font3 {color: #ff0000; font-weight: bold; font-size: large; }
#menu{
width: 100%;
height: 30px;
margin-top: 50px;
}
#menu ul{
list-style: none;
}
#menu li{
float: left;
}
#menu li a{
margin-left: 8px;
display: block;
padding: 0 5px;
color: #ffffff;
text-transform: lowercase;
text-decoration: none;
border-top: 2px solid #ffffff;
}
#menu li a:hover{
border-color: #a0a0a0;
}
#searchbox{
float: right;
margin-right: 15px;
}
#searchbox input{
background: #ffffff url(../mg.jpg) right no-repeat;
border: 1px solid #ccc;
font-family: Verdana, Arial, sans-serif;
font-size: 8pt;
}
.noshow{
display: none;
}
#main{
width: 100%;
background: #ffffff url(../main.jpg) top left repeat-x;
}
#main h1{
font-size: 16pt;
padding-bottom: 9px;
margin-bottom: 10px;
color: #222222;
background: url(../titles2.jpg) bottom left no-repeat;
}
#main h2{
font-size: 14pt;
padding-bottom: 9px;
margin-bottom: 10px;
color: #222222;
background: url(../titles2.jpg) bottom left no-repeat;
}
#main h3{
font-size: 14pt;
padding-bottom: 9px;
margin-bottom: 10px;
color: #000066;
background: url(../images/h3_bg.jpg) bottom left no-repeat;
}
#main a{
color: #990000;
text-decoration: none;
}

#submain{
padding: 8px;
}
#right{
float: right;
width: inherit;
margin-bottom: 5px;
margin-right: 5px;
}
#right p{
font-size: 13px;
line-height: 22px;
margin-bottom: 10px;
}
#right ul{
margin-left: 20px;
margin-bottom: 15px;
font-size: 13px;
}
#right ul li{
margin-bottom: 5px;
}
#left{
margin-top: 5px;
margin-bottom: 5px;
border-right: 1px solid #e0e0e0;
padding-right: 7px;
width: 170px;
float: left;
}
#left p{
font-size: 11px;
line-height: 18px;
margin-bottom: 8px;
}
#left ul{
margin-left: 20px;
font-size: 11px;
}
#left ul li{
margin-bottom: 3px;
}
#footer{

width: 100%;
background: #1B1464 ;
}
#subfooter{
padding: 8px;

}
#subfooter p{
text-align: center;
font-size: 11px;
color: #ffffff;
}
#subfooter a{
color: #ffffff;
text-decoration: underline;
}
#subfooter a:hover{
border-bottom: 1px solid #ffffff;
}

/*** SPECIAL CLASSES & MISC***/
.imgleft, .imgright, .imgcenter, .imgrightb{
padding: 3px;
border: 1px solid #e0e0e0;
}
.imgleft{
float: left;
margin: 5px 15px 5px 0;
}
.imgright{
float: right;
margin: 5px 5px 5px 0;
}
.imgrightb{
display: block;
margin: 5px 15px 5px 0;
}
.imgcenter{
display: block;
margin: 5px auto;
}
.imgcap{
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 8px;
	color: #000066;
	font-style: italic;
}

table{
font-size: 13px;
border-collapse: collapse;
margin-bottom: 10px;
}
th{
background: #d0d0d0;
padding: 5px;
border: 1px solid #a0a0a0;
}
td{
vertical-align: top;
line-height: 18px;
padding: 5px;
}

/* TOP NAVIGATION */

#navlist {
padding: 5px 0;
margin-left: 0;
border-bottom:1px solid #a6bfc8;
font-size:12px;
padding-left:3px;
}

#navlist li {
list-style: none;
margin: 0;
display: inline;
}

#navlist li a {
padding:5px 20px;
margin-left: 10px;
border: 1px solid #c8c8c8;
border-bottom: none;
background:#EEEFF4 url(../images/nav_item_bg.jpg) repeat-x;
text-decoration: none;
color: #000066;
font-weight:bold;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover {
color: #333;
background:url(../images/nav_item_bg_hover.jpg) repeat-x;
border-color: #c8c8c8;
}

#navlist li.active a:link,
#navlist li.active a:visited,
#navlist li.active a:hover  {
color: #000066;
font-weight:bold;
background:#BBBADC url(../images/nav_item_bg_active.jpg) repeat-x;
border: 1px solid #a6bfc8;
border-top: 1px solid #BBBADC;
padding-bottom:6px;
}


#navlist li.active2 a:link,
#navlist li.active2 a:visited,
#navlist li.active2 a:hover  {
color: #333;
background:#fff;
border: 1px solid #a6bfc8;
border-bottom: 0px solid #c7e3ee;
padding-bottom:6px;
}

#navlist2 {
padding: 5px 0;
margin-left: 0;
border-bottom:1px solid #a6bfc8;
font-size:12px;
padding-left:2px;
}

#navlist2 li {
list-style: none;
margin: 0;
display: inline;
}

#navlist2 li a {
padding:5px 10px;
margin-left: 4px;
border: 1px solid #c8c8c8;
border-bottom: none;
background:#000066 url(../images/nav_item_bg.jpg) repeat-x;
text-decoration: none;
color: #EEEFF4;
font-weight:bold;
}