/* CSS Document */

body {
	background-color:#E4EBED;
	font:11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	height:100%;
	}

/* shadow cell styles */
.topshadow {
	background-image: url(../images/top_border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 13px;
	}
.bottomshadow {
	background-image: url(../images/bottom_border.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 13px;
	}
.leftshadow {
	background-image: url(../images/left_border.gif);
	background-repeat: repeat-y;
	background-position: bottom;
	width: 13px;
	}
.rightshadow {
	background-image: url(../images/right_border.gif);
	background-repeat: repeat-y;
	background-position: bottom;
	width: 13px;
	}
.tlshadow {
	background-image: url(../images/t_l_c.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 13px;
	height: 13px;
	}
.trshadow {
	background-image: url(../images/t_r_c.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 13px;
	height: 13px;
	}
.blshadow {
	background-image: url(../images/l_l_c.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 13px;
	height: 13px;
	}
.brshadow {
	background-image: url(../images/l_r_c.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 13px;
	height: 13px;
	}
/* Main Styles */

#wrap {
	margin-left:auto;
	margin-right:auto;
	width:816px;
	}
#credit {
	width:800px;
	margin-top:20px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	}
#credit a {
	color:#666666;
	text-decoration:underline	}
#credit a:hover {
	color:#666666;
	text-decoration:none;
	}
.maintable {
	background-color:#FFFFFF;
	width:800px;
	}
#header {
	width:790px;
	height:85px;
	background-color:#03BEFC;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
#topmenu {
	width:320px;
	float:right;
	height:67px;
	text-align:right;
	padding-top: 18px;
	padding-right: 18px;
	font-size:8.5px;
	color:#FFFFFF;
	line-height:13px;
	}
#topmenu a {
	text-transform:capitalize;
	color:#FFFFFF;
	text-decoration:none;
	}
#darkbluebar {
	width:777px;
	background-color:#026484;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 13px;
	color:#FFFFFF;
	text-transform:capitalize;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:11px;
	}
.contentcolumn {
	vertical-align: top;
	}
.menucolumn {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	vertical-align:top;
	background-color:#FFFFFF;
	height:
	}
.bluecolumn {
	background-color:#03BEFC;
	vertical-align:top;
	width:170px;
	}

/* Content Styles */
.maincell {
	width:774px;
	}
#content {
	margin-left:13px;
	margin-bottom:13px;
	width:595px;
	text-align:left;
	margin-top: 10px;
	}
#content h1 {
	font-size:24px;
	color: #03BEFC;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	}
#content h2 {
	font-size:18px;
	color: #03BEFC;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	}
#content h3 {
	font-size:14px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	}
#content p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 18px;
	}
#content a {
	color: #03BEFC;
	text-decoration:underline;
	}
#content a:hover {
	color: #03BEFC;
	text-decoration:none;
	}
#content img {
	margin:9px;
	border: 1px solid #999999;
	}
.footertext {
	font-size:11px;
	color:#999999;
	text-align:center;
	}

/* Side Menu Syles */
a.menulink {
	background:white url(../images/image_bg.gif) bottom left;
	border:1px solid #026484;
	color:#5A6061;
	font:bold 10pt Verdana,Geneva,Arial,Helvetica,sans-serif;
	height:23px;
	line-height:20px;
	text-decoration:none;
	padding-left:13px;
	display:block;
	width: 158px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	}
a.menulink:hover {
	border:1px solid #026484;
	background: #CAF1FD;
	color:#026484;
	font:bold 10pt Verdana,Geneva,Arial,Helvetica,sans-serif;
	height:23px;
	line-height:20px;
	text-decoration:none;
	padding-left:13px;
	display:block;
	}
a.menulinkactive {
	border:1px solid #026484;
	color: #FFFFFF;
	font:bold 10pt Verdana,Geneva,Arial,Helvetica,sans-serif;
	height:23px;
	line-height:20px;
	text-decoration:none;
	padding-left:13px;
	display:block;
	background-color: #03BEFC;
	background-image: url(../images/image_bgblue.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 158px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	}
a.submenulink2 {
	background: #9DE5FD;
	border:1px solid #026484;
	color: #5A6061;
	font:bold 10pt Verdana,Geneva,Arial,Helvetica,sans-serif;
	height:23px;
	line-height:20px;
	text-decoration:none;
	padding-left:13px;
	margin:0px 0px 1px 0px;
	display:block;
	}
a.submenulink2:hover {
	border:1px solid #0264840;
	background: #CAF1FD;
	color:#026484;
	font:bold 10pt Verdana,Geneva,Arial,Helvetica,sans-serif;
	height:23px;
	line-height:20px;
	text-decoration:none;
	padding-left:13px;
	display:block;
	}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	list-style-type: square;
}
