@charset "utf-8";
/* CSS Document */

body{
	background-color: #FFFFFF;
	/*background-image: url(images/background.png);*/
	margin: 0px;
	padding: 0px;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #000000;
}
a:link, a:visited, a:active{
	color:#FF0000;
	text-decoration:underline;
}
a:hover{
	color:#0033FF;
	text-decoration:none;
}
#main_panel{
	width:750px;
	height:auto;
	border:1px solid #000000;
	border-top-width:0px;
	background-color: #CCCCCC;
}
#header_panel{
	width:750px;
	height:121px;
}
#header_banner{
	width:750px;
	height:100px;
	background:URL('/images/banner.png') no-repeat;
}
#header_menu_panel{
	width:750px;
	height:21px;
	background:url('/images/blank_title.png') repeat-x;
	background-color:#000000;
	color:#FFFFFF;
}
#header_menu_panel a:link, #header_menu_panel a:visited, #header_menu_panel a:active{
	color:#FF0000;
	display:inline-block;
	padding-top:3px;
	padding-right:4px;
	padding-bottom:3px;
	padding-left:4px;
	text-decoration:none;
}
#header_menu_panel a:hover{
	color:#FFFFFF;
}
#body_panel{
	width:720px;
	height:auto;
	margin:10px 15px;
	border:1px solid #000000;
	text-align:left;
	display:inline-block;
}
#body_panel_border{
	width:712px;
	height:auto;
	min-height:394px;
	padding:3px;
	border:1px solid #FF0000;
	background:#FFFFFF;
	display:inline-block;
}
#footer_panel{
	width:750px;
	text-align:center;
	font-size:12px;
	text-decoration:none;
	color:#333333;
}

.grey_link a:link, .grey_link a:visited, .grey_link a:active{
	text-decoration:underline;
	color:#333333;
}
.grey_link a:hover{
	text-decoration:none;
	color:#000000;
}
.page_links{
	font-size:12px;
	color:#FF0000;
	text-decoration:none;
}
.page_links a:link, .page_links a:visited, .page_links a:active{
	color:#333333;
	text-decoration:none;
	font-weight:normal;
}
.page_links a:hover{
	font-weight:bold;
}

#dropMenu{
	position: absolute;
	width: 150px;
	background: url('/images/drop_menu.png') #000000 no-repeat right bottom;
	color: #FF0000;
	font-size: 12px;
	border: 1px solid #777777;
	border-top-width: 0px;
	line-height: 18px;
	z-index: 50;
}
#dropMenu a, #dropMenu a:active, #dropMenu a:visited, #dropMenu a:link{
	width: 100%;
	color:#FF0000;
	display: block;
	text-decoration: none;
	text-indent: 0px;
	padding-left: 3px;
}
#dropMenu a:hover{
	color:#FFFFFF;
}

/*Classes for formating*/
.header{
	width:auto;
	height:auto;
	display:block;
	padding:0px 3px;
	margin-bottom:2px;
	border-bottom:1px solid #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000000;
}
.header_box{
	width:auto;
	height:auto;
	display:block;
	padding:0px 3px;
	margin-bottom:2px;
	border-bottom:1px solid #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
}
.header_box .title{
	font:left;
	font-size:16px;
	font-weight:bold;
	color:#000000;
}
.header_box .links{
	float:right;
	padding-bottom:0px;
	padding-top:4px;
}
.sub_header{
	width:auto;
	height:auto;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000000;
}
.sub_header2{
	width:auto;
	height:auto;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}
.sub_text{
	padding:0px 5px;
}
.spacer1{
	display:block;
	height:25px;
	width:auto;
}

.middle_box{
	width:auto;
	height:inherit;
	min-height:353px;
	padding:0px 4px;
}
.middle_box_2{
	width:auto;
	height:inherit;
	display:inline-block;
}

/*.left_box{
	display:inline-block;
	width:171px;
	height:auto;
	float:left;
	padding:0px 4px 0px 0px;
	min-height:373px;
}
.right_box{
	display:block;
	width:520px;
	height:inherit;
	float:right;
	border-left:1px solid #CCCCCC;
	padding:0px 4px;
	min-height:373px;
}*/
.left_box{
	display:block;
	width:170px;/*174px - 4px (padding-right)*/
	height:auto;
	float:left;
	border-right:1px solid #CCCCCC;
	padding-right:4px;
}
.right_box{
	display:block;
	width:529px;/*537px - 2*4px (padding-left/right)*/
	height:auto;
	float:right;
	border-left:1px solid #CCCCCC;
	margin-left:-1px;
	min-height:373px;
	padding:0px 4px;
}
.middle_box .right_box{
	min-height:353px;
}

.left_box dl{
	padding:1px;
	margin:0px;
}
.left_box dt{
	font-size:13px;
	font-weight:bold;
	padding:1px;
	padding-top:2px;
}
.left_box dd{
	margin-left:7px;
}


.footer_box{
	clear:both;
	width:auto;
	height:15px;
	display:block;
	padding:0px 7px;
	margin-top:2px;
	margin-bottom:1px;
	border-top:1px solid #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
}

