@charset "UTF-8";
/* CSS Document */

<!--

table {
	border-collapse:collapse;
	padding:0;
}

th, td {
    padding: 0;
	}

html, body {
	padding: 0;
	margin:0;
	}
	
img {
	border:0;
}


h1 {color: #FF0000;
font-size:24px;
font-style:bold;
margin-bottom:-24px;
}

h2 {color: #FF0000;
font-size:18px;
font-style:bold;
margin-bottom:-18px;
}

h3 {color: #FF0000;
font-style:bold;
margin-bottom:-14px;
}

strong {
color: #FF0000;
}




body {
background-color:#6d88ab;
}

#divmain {
margin-left: auto;
margin-right: auto;
width:730px;
background-color:#FFFFFF;
}

#divmainborder {
margin-left: auto;
margin-right: auto;
padding-bottom:2px;
padding-top:2px;
width:736px;
background-color:#000000;
}


#blackbk {
background-color:#000000;
}


#divrightcol {
padding-top:10px;
padding-left:27px;
padding-right:27px;
padding-bottom:10px;
font:Arial, Helvetica, sans-serif;
font-size:14px;
}

#divbottomtext {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
padding-left:20px;
}

#divbottomtext a{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
text-align:center;
}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
}
a:link {
color:#045c97;
}
a:visited {
color:#045c97;
}
a:hover {
color: #FF0000;
}





/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */<!-- Hide entire CSS code from IE6 -->
<![if !IE 6]>



.shiftcontainer {
position: relative;
left: 7px; /*Number should match -left shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
}

.shadowcontainer {
width: 350px; /* container width*/
background: transparent url(/media/bigshadow.gif) no-repeat bottom right;
}

.shadowcontainer .innerdiv {
height:266px;
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -7px; /*shadow depth*/
top: -7px; /*shadow depth*/
}







  
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(/media/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(/media/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(/media/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}
.style3 {color: #FF0000}