/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#085280;
	background-color:#dfedf5;
	overflow: -moz-scrollbars-vertical;
	overflow: scroll vertical; 
}

img { border: 0; vertical-align: bottom; }

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#085280;
	line-height:16px;
	text-align:left;
}
h1 {
	font-size:20px;
	text-align:center;
	padding-top:20px;
	padding-bottom:30px;
}
h2 {
	font-size:16px;
	text-align:left;
}
h3 {
	font-size:14px;
}
a, a:link, a:visited {
	color:#333399;
	text-decoration:none;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	color:#ff6600;
	font-weight:bold;
	text-decoration:underline;
}
hr {
	height: 0;
	border-width: 1px 0 0 0; /* remove all borders except the top one */
	border-style: dashed;
	border-color: #085280;
}
#inner {
	border: 1px solid #085280;
}
#main {

}
.toptab {
	background-image:url(images/tab_darkblue.jpg);
	background-repeat:no-repeat;
	background-position:left;
	text-align:center;
	width:107px;
	padding-left:1px;
	background-color:#FFFFFF;
}
.toptab a:link, .toptab a:visited {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.toptab a:hover {
	text-decoration:underline;
}
#main_lhs {
	width:320px;
	border-right-color:#085280;
	border-right-style:solid;
	border-right-width:1px;
	vertical-align:top;
	padding:20px;
}
#main_rhs {
	width:439px;
	vertical-align:top;
	height:468px;
}
#pagecontent {
	width:439px;
	padding:12px;
	background-image:url(images/background2.jpg);
	background-repeat:repeat;
	background-position:top;
}

ul{
	font-size:11px;
	list-style-image:url(..//images/bullet.jpg);
	line-height:12px;
	font-weight:bold;
	color:#333333;
	text-align:left;
}
li{
	padding-bottom:7px;
}
.orange{
	color:#ff6600;
}
#bullet_links{
	font-size:11px;
	list-style-image:url(..//images/bullet.jpg);
	line-height:12px;
	font-weight:bold;
	text-align:left;
	color:#085280;
	text-decoration:none;
}
#bullet_links a:link, #bullet_links a:visited {
	color:#085280;
	text-decoration:none;
	font-weight:bold;
	text-decoration:none;
}
#bullet_links a:hover {
	color:#ff6600;
	font-weight:bold;
	text-decoration:none;
}

#copyright {
	text-align:center;
	font-size:10px;
	color:#999999;
}


.panel{
	position: absolute;
	width: 400px;
	z-index: 1;
	visibility: hidden;
	padding: 10px;
	overflow: auto;
}