@charset "utf-8";

body { text-align: center; margin: 0px; padding: 0px; background: #767dff; font: 12px Tahoma, Geneva, sans-serif; }
h1 { margin: 0px; padding: 0px; font-size: 16px; }

h2 { font-size: 16px; margin-top: 3px; padding: 0px; }
p { margin-bottom: 5px; margin-top: 5px; }

/* CSS Document */

#header { left:0px; top:0px; width:980px; height:341px; margin-top: 0px; margin-right: auto; margin-left: auto; text-align: right; position: relative; }

#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:609px;
	height:126px;
}

#rightheader {
	position:absolute;
	left:609px;
	top:0px;
	width:371px;
	height:126px;
}

#navigation {
	position:absolute;
	left:0px;
	top:126px;
	width:980px;
	height:41px;
}

#imgmenu {
	position:absolute;
	left:0px;
	top:160px;
	width:980px;
	height:166px;
}

#header-05 {
	position:absolute;
	left:0px;
	top:333px;
	width:980px;
	height:10px;
}

#content { width: 980px; text-align: left; margin-right: auto; margin-left: auto; }

#headerwrap { width: 100%; background: url(img/headerbg.jpg); height: 343px; }

#btimgmenu { margin-top: 20px; margin-left: 15px; }


#footer { background: url(img/footer_03.jpg); height: 279px; width: 100%; }

#tpimgmenu { margin-top: 15px; margin-left: 15px; }

#left { background: #002362; float: left; width: 170px; margin-right: 15px; padding: 15px; color: #FFF; }

#maincontent { float: left; width: 575px; margin-bottom: 10px; }

#right { float: right; width: 180px; margin-bottom: 10px; }

#copyright { margin-top: 20px; color: #FFF; width: 980px; margin-right: auto; margin-left: auto; }

#copyright a { color:#000; text-decoration: none; }

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.fltleft { float: left; border: 1px solid #000; margin-right: 19px; width: 172px; color: #FFF; text-align: center; }

.footer { width: 980px; margin-right: auto; margin-left: auto; padding-top: 5px; height: 190px; }

.righttabs { background: #ccceff; width: 170px; margin-top: 15px; padding: 5px; }

.maintab { background: #ccceff; width: 564px; margin-top: 15px; padding: 5px; }

.headermc { background: url(img/bghd.jpg) repeat-x; padding: 5px; height: 28px; border: 1px solid #002362; }

.fltleftmc { float: left; border: 1px solid #000; margin-right: 12px; width: 174px; color: #FFF; background: #002362; text-align: center; margin-bottom: 10px; padding-bottom: 5px; }
.fltleftmc a { font: 12px Tahoma, Geneva, sans-serif; color: #FFF; text-decoration: none;  }

.navbutton { background: #002362 repeat-x; padding: 5px; height: 15px; border: 1px solid #000; width: 120px; text-align: center; margin: 5px; font-weight: bold; color: #FFF; float: left; }

.navbutton a { font-weight: bold; color: #FFF; text-decoration: none; }

#pagination{
	float:left;
	text-align:left;
	font-size: 12px;
	width:100%;
	color: #002362;
}

#pagination a{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #002362;
	margin-left:2px;
	margin-right:2px;
	margin-top:10px;
	display:inline;
	text-decoration: underline;
}
#pagination a:hover{
	color: #FFFFFF;
}

.top10 {
	color: #996633;
	text-align: left;
	font-size: 12px;
	margin-left: 5px;
	line-height: 18px;
}

.top10 a:link{text-decoration: none; color: #663333;}
.top10 a:visited{text-decoration: none; color: #663333;}
.top10 a:hover{text-decoration: underline; color: #663333;}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
