/* CSS Document */
body {
	margin:0px;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#000099;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#333333;
}
object {
	margin:0px;
	display:block;
}
form {
	margin:0px;
}
input {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	color:#000099;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
form {
	margin:0px;
}
#main_box {
	width:940px;
}
#top_nav {
	background-image:url(images/top_nav_back.jpg);
	height:30px;
	font-family:"Times New Roman", Times, serif;
	font-variant:small-caps;
	text-align:right;
	padding-right:30px;
	padding-top:20px;
	margin:0px;
	font-size:12px;
}
#top_nav a {
	margin:0px;
	color:#E1E1E1;
	text-decoration:none;
	padding:20px 9px 18px 9px;
}
#top_nav a:hover {
	background-image:url(images/top_nav_on.jpg);
	color:#000000;
}
#content {
	background-image:url(images/content_mid.jpg);
}
#content_inside {
	background-image:url(images/content_top.jpg);
	background-repeat:no-repeat;
	padding:0px 30px 0px 30px;
	margin:0px;
	min-height:620px;
	height: auto !important;
	height: 620px;
}
#content_inside.follow {
	margin:0px;
}
#left_bar {
	float:left;
	width:240px;
	font-size:10px;
}
#left_bar p {
	margin:3px;
}
#right_bar {
	float:left;
	width:620px;
	margin-left:10px;
	text-align:left;
}
.table_border {
	background-image:url(images/left_back_mid.jpg);
	background-repeat:no-repeat;
	border-bottom:1px solid #666666;
	padding-top:3px;
	padding-bottom:3px;
}
.no_br {
	height:0px;
	margin:0px;
	padding:0px;
}
.clear_both {
	clear:both;
	height:0px;
	margin:0px;
}
.pic_border {
	border:1px solid #666666;
}
.bold_red_text {
	color:#990000;
	font-weight:bold;
}
.bold_red_link a {
	color:#990000;
	font-weight:bold;
}
#footer {
	margin:0px;
	background-image:url(images/footer_back.jpg);
	background-repeat:no-repeat;
	padding:50px 40px 20px 40px;
	font-size:10px;
}
#footer a {
	color:#E1E1E1;
	text-decoration:none;
	padding:0px 10px 0px 10px;
}
#footer a:hover {
	text-decoration:underline;
}
.lister {
	text-align:left;
	background-image:url(images/lister_back.jpg);
	width:600px;
	margin-bottom:10px;
	padding:0px;
	margin-right:10px;
	font-size:12px;
}