/* Index/Global Properties */
* {
	font-size: 14px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin: 0px;
	padding-top: 10px;
	margin-bottom: 10px;
    text-align: center;
	background-color: #D7D7D7;
	line-height: 25px;
	background-repeat: repeat-x;
	background-image: url(images/back.jpg);
	vertical-align: middle;
}	
#center {
    text-align: left;
    vertical-align: middle;
    margin: 0px auto;
    padding: 0px;
    width: 800px;
}
#header {
	height: 86px;
	width: 800px;
	vertical-align: middle;
	background: url(images/header_bg.jpg);
}
#top_nav {
	height: 30px;
	width: 800px;
	background: url(images/top_nav_bg.gif) repeat-x #ac0304;
	border-bottom: solid #d6d6d6 1px;
	text-align: right;
	padding-top: 13px;
}

#top_nav a {
	color: #ffffff;
	text-decoration: none;
	margin-right: 15px;
	font-weight: bold;
}

#top_nav span {
	background: url(images/top_nav_divider.gif) no-repeat top left;
	margin-right: 15px;
}

#main_section {
	padding: 5px;
	width: 790px;
	background-color: #303030;
}

.side {
	float: left;
	width: 18%;
}

.side h2 {
	background: url(images/red_h_bg.gif) repeat-x #a10607;
	font-size: 13px;
	color: #fff9d3;
	font-weight: bold;
	height: 20px;
	padding: 0px;
	padding-top: 0px;
	margin: 0px;
	margin-bottom: 1px;
}

#main_cont {
	float: left;
	width: 60%;
	padding-left: 15px;
	padding-right: 10px;
}

#main_cont h2 {
	background: url(images/gray_h_bg.gif) repeat-x #d9d9d9;
	border: solid #b0b0b0 1px;
	font-size: 13px;
	color: #cd0a0e;
	font-weight: bold;
	height: 20px;
	padding: 0px;
	padding-top: 2px;
	margin: 0px;
	margin-bottom: 1px;
}

#footer {
	color: #ffffff;
	background: #767678;
	text-align: center;
	width: 788px;
	clear: both;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

.content {
	border: solid #b6b6b6 1px;
	padding: 5px;
	margin-bottom: 15px;
	background: #ffffff;
}

.side_link {
	display: block;
	margin-bottom: 3px;
	margin-left: 5px;
	padding-left: 10px;
	background: url(images/side_link_dot.gif) no-repeat center left;
	text-decoration: none;
	color: #696969;
}

.black_bold_text_spaced {
	color: #000000;
	font-weight: bold;
	margin-top: 5px;
	line-height: 17px;
	text-decoration: none;
}

.red_link {
	font-weight: bold;
	text-decoration: none;
	color: #b70407;
	display: block;
	margin-top: 10px;
}

.error_message {
	background: #FFFFFF;
	border: solid #FF0000 1px;
	padding: 10px;
	margin-bottom: 10px;
}

.alert_message {
	background: #FFFFFF;
	border: solid #33cc00 1px;
	padding: 10px;
	margin-bottom: 10px;
}

.error_alert {
	margin-left: 35px;
}

.table_bottom {
	text-align: center;
	padding-top: 5px;
}

.row {
	clear: both;
}

.gray {
	background-color: #f0f3f8;
}

.center {
	text-align: center;
}

.right_align {
	text-align: right;
}
/* Paging Definitions */

.page a:visited {
	color: #000000; text-decoration: none
}

.page a:hover {
	color: #fd6601; text-decoration: none
}

.page a:link {
	color: #000000; text-decoration: none
}

.pages_border {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #c7080b;
}

.navpage {
	background-color: #FFFFFF;
	color: #FFFFFF;
	font: 11px Tahoma, Verdana;
	padding: 2px 4px 2px 4px;
	white-space: nowrap;
	text-decoration: none;
}

.navpageselected {
	background-color: #fde6e7;
	color: #000000;
	font: 11px Tahoma, Verdana;
	padding: 2px 4px 2px 4px;
	white-space: nowrap;
	text-decoration: none;
}

.highlightpage {
	background-color: #c7080b;
	color: #FFFFFF;
	font: bold 11px Tahoma, Verdana;
	padding: 2px 4px 2px 4px;
	white-space: nowrap;
}

.highlightpage a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.highlightpage a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.highlightpage a:hover, .highlightpage a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
/* Float Definitions */

.left_float_3_px {
	float: left;
	margin-right: 3px;
}

.left_float_5_px {
	float: left;
	margin-right: 5px;
}

.right_float_5_px {
	float: right;
	margin-left: 5px;
	_margin-left: 30px;
}

.IE_left_float_5_px {
	_float: left;
	margin-left: 5px;
}

.IE_left_float {
	_float: left;
}

.float_assist {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.search_results {
	margin-left: 10px;
	float: left;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: black;
}

