/* Global Styles */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color: #940202;
	font-size: 24px;
	margin-bottom: 6px;
}
h2 {
	color: #035381;
	font-size: 20px;
	margin-bottom: 6px;
}
h3 {
	color: #035381;
	font-size: 18px;
}
p {
	font-size: 14px;
	line-height: 1.5em;
	margin: 0 0 15px 0;
	text-align: justify;
}
ol.hottopic {
	font-size: 14px;
	line-height: 1.5em;
	margin: 0 0 15px 0;
	text-align: justify;
	padding-left:15px;
}
a img {
	border: 0;
}
/* Container Blocks */
#wrap {
	width: 900px;
	margin: 0 auto;
}
#content {
	margin: 15px 0;
	overflow: hidden;
}
#left {
	width: 200px;
	float: left;
	font-size: 12px;
}
#right {
	width: 225px;
	padding: 0 0 75px 15px;
	float: left;

}
#center {
	float: left;
	width: 400px;
	padding: 0 20px;
	border: 1px dotted #e6e6e6;
	border-bottom: 0;
	border-top: 0;
}
#center_home {
	float: left;
	width: 630px;
	padding: 0 20px;
	border: 1px #e6e6e6;
	border-style: dotted;
	border-bottom: 0;
	border-top: 0;
}
#footer {
	height: 25px;
	background: #940202;
	text-align: center;
	color: #fff;
	padding-top: 6px;
	font-size: 14px;
	clear: both;
}
/* Container Styles */
#nav ul {
	text-align: center;
	border-bottom: 2px solid #940202;
	padding: 3px 0;
	width: 870px;
}
#nav ul li {
	list-style-type: none;
	display: inline;
}
#nav li.bob a {
	background-color: yellow;
	color: maroon;
	font-size: 14px;
	background: url(custom/images/link_bg.jpg) repeat-x;
	border-right: 1px solid #940202;
	padding: 0 8px;

	}
#nav ul li a {
	text-decoration: none;
	color: #035381;
	font-size: 14px;
	background: url(custom/images/link_bg.jpg) repeat-x;
	padding: 0 8px;
}
#nav ul li a.last {
	border-right: 0;
}
#nav ul li a:hover {
	color: #940202;
}
#menu a {
	text-decoration: none;
	color: #035381;
	font-size: 15px;
	background: url(custom/images/link_bg.jpg) repeat-x;
	border-right: 1px solid #940202;
	padding: 0 8px;
}
#left p {
	font-size: 12px;
	margin-right: 15px;
	margin-bottom: 5px;
}
#left h1 {
	color: #035381;
	font-size: 18px;
}
#left ul li {
	padding: 6px 0;
}
#left ul li label {
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
}
#center ul {
	margin: -5px 0 15px 25px;
	font-size: 14px;
}
#center ul li {
	padding: 4px 0;
	line-height: 1.35em;
}
#center table {
	width: 400px;
	margin: 15px 0;
	border-collapse: collapse;
	border: 1px solid #e6e6e6;
}
#center table td {
	text-align: center;
	border: 1px solid #e6e6e6;
	padding: 4px;
	font-size: 14px;
}
#bannerads img {
	margin: 10px 0;
	display: block;
}
#resources a {
	font-size: 13px;
	line-height: 1.5em;
}
#resources img {
	margin: 6px 0;
}
#news {
	margin: 5px 0 15px 0;
}
#news a {
	display: block;
	margin: 3px auto;
	line-height: 1.5em;
}
#news a:hover {
	text-decoration: none;
}
#news img {
	margin-top: 5px;
}
#rateindex {
	margin-bottom: 15px;
}
#rateindex table {
	width: 200px;
	margin-top: 5px;
}
#rateindex table td {
	font-size: 15px;
	padding: 4px;
}
#right .center a {
	font-size: 12px;
}
#right .center img {
	display: block;
	margin: 0 auto;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul li {
	display: inline;
	list-style-type: none;
}
#footer ul li a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	padding: 0 6px;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer ul li a.last {
	border: 0;
}
/* Classes */
.blue {
	color: #035381;
	font-weight: bold;
}
.center {
	text-align: center;
	margin: 10px auto;
}
.form input {
	width: 175px;
}
.form textarea {
	width: 175px;
}
.b1 {
	border: thin dotted #000000;
}
