/* CSS Document */

body,td,th {
	font-family: verdana;
	font-size: 11px;
	color: #666666;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#145494;
}
a:link {
	color: #0099CC;
}
a:visited {
	color: #0099CC;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #0099CC;
}
h1 {
	font-size: 14px;
	color: #0066CC;
}
h2 {
	font-size: 13px;
	color: #000000;
	margin-bottom:0px;
}
h3 {
	font-size: 12px;
	color: #0066CC;
}

#buttons{
	text-align:center;
	background-color:#0066CC;
	background-image:url(images/buttons_bg.jpg);
	background-repeat:repeat-x;
}

#left_column{
	width:205px;
	background-image:url(images/left_column_bg.jpg);
	background-repeat:repeat-x;
	background-color:#729DD4;
	vertical-align:top;
}

.sublinks a{
	display:block;
	padding-top:6px;
	padding-left:20px;
	height:20px;
	text-align:left;
	text-decoration:none;
	color:#145494;
	font-weight:bold;
	border-bottom:1px #CECEFF solid;
	background-image:url(images/bullet3.jpg);
	background-repeat:no-repeat;
	background-position:center left;

}

.sublinks a:hover{
	color:#000000;
}

#main_body{
	vertical-align:top;
	padding-left:15px;
	padding-right:0px;
	line-height:130%;
	background-color:#FFFFFF;
	padding-right:2px;
}

#footer{
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	height:63px;
	text-align:center;
	padding:5px;
	color:#FFFFFF;
	vertical-align:middle;
	font-size:10px;
}
#footer a{
	color:#99CCFF;
}

#page_border_right{
	background-image:url(images/page_border_right.jpg);
	background-repeat:repeat-y;
	background-position:left;
}

#page_border_left{
	background-image:url(images/page_border_left.jpg);
	background-repeat:repeat-y;
	background-position:right;
}