/* CSS Document */
body {
	font: normal 12px/17px arial, verdana, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	/*background-image:url(main_bk.gif);*/
	background-repeat:repeat-y;
}
#wrapper {
	width: 760px;
	text-align: left;	
	position: relative;
	padding: 0;
	top: 0;
	left: 0;
	background-color:#FFF;
}
#header {
	left: 0;
	height: 65px;
	width: 760px;
	background-color:#f3f3f3;
	position:relative;
}
#logo {
	float: left;
}
#sign_in {
	text-align: right;
	padding-right: 10px;
	padding-top: 43px;
	font-size: 10px;
}
#home_image {
	position: relative;
	left: 0;
	margin-top: 2px;
	height: 170px;
	background-color:#FFFFFF;
}	
table#content_wrapper { 
	position: relative; 
	left: 0;
	width: 760px; 
	margin-top: -1px;
	border-bottom: 2px;	
	border-bottom-style:solid;
	border-bottom-color:#fff;	
} 
html>body #content_wrapper {  
	/* ie pc hack - - IE on PC can't understand this */
	margin-top: 2px; 
}
td#main_content_wrapper {
	width: 436px;
	background-color: #FFFFFF;	
}
#main_content_head {
	left: 0;
	height: 30px;
	line-height: 32px;
	width: 436px;
	background-color:#a50e0b;	
	color: #FFFFFF;
	font-size: 18px;
	vertical-align:top;
}
#main_content_head p,
#main_content_footer p {
	padding: 0 0 0 20px;
	margin: 0;
	vertical-align: middle;
}
#main_content {
	left: 0;
	width: 416px;
	padding: 15px 0 10px 0;	
	
}
td.vert_space {
	width: 2px;
	background-color:#FFF;
}
#main_content_footer {
	left: 0;
	height: 30px;
	line-height: 30px;
	width: 436px;
	background-color:#e6e6e6;	
	font-size: 10px;
	}
td#quick_links {
	width: 160px;
}
#quick_links {
	background-color:#cccccc;
	height: 100%;
	vertical-align:top;
}
td#right_nav {
	width: 160px;
	background-color:#e6e6e6;
}
#right_nav {
	vertical-align: top;
}
#footer {
	background-color: #f3f3f3;
	height: 40px;
	width: 100%;
	float: left;
}
ul {
	list-style: none;
	margin: 0 0 0 0px;
	padding-left: 10px;
}
li {
	margin-bottom: 8px;
	margin-right: 10px;
}
.sub_list {
	border-top: 1px;	
	border-top-style:solid;
	border-top-color:#f3f3f3;
	padding-top: 10px;
}
.links_head{
	font-size: 18px;
	font-weight: normal;
	color: #a50e0b;
	padding-top: 8px;
}
#main_content p.subhead_bk{
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #999;
	color: #a50e0b;
	margin: 20px 0 15px 20px;
	height: 21px;
	padding: 0 20px 0 0;
}
#main_content p.subhead{
	font-size: 18px;
	font-weight: normal;
	color: #a50e0b;
	margin: 25px 0 -20px 20px;
	height: 21px;
	padding: 0 20px 0 0;
}
#main_content p.top_rule{
	border-top: 1px solid #999;
	margin: 20px 0 15px 20px;
}
#main_content p.top_rule_dotted{
	border-top: 1px dotted #999;
	margin: 20px 0 15px 20px;
}
#main_content p.rule,
#main_content p.top_rule_disclaimer{
	margin: 20px 0 20px 20px;
	padding: 0 20px 0 0;
}
#main_content p.rule{
	border-bottom: 1px solid #999;
}
#main_content p.top_rule_disclaimer{
	border-top: 1px solid #999;
	font-size: 10px;
	color: #000;	
	margin: 20px 0 15px 20px;
}
#main_content p.dotted_rule{
	border-bottom: 1px dotted #999;
	margin: 20px 0 20px 20px;
	padding: 0 20px 0 0;
}
/*
table.entry_table {
	padding-left: 20px;
};*/
td.entry_thumbnail img,
td.entry_head {
	padding: 0 0 2px 20px;
	margin: 0;
	vertical-align: top;
}
#right_nav #search,
#right_nav #updates,
#right_nav #register,
#right_nav #mailing {
	padding: 0 10px 1px 10px;
	margin-bottom: 2px;
	border-bottom: 2px;	
	border-bottom-style:solid;
	border-bottom-color:#fff;
}
#right_nav #mailing {
	padding: 0 0px 1px 10px;
}
#right_nav #moma {
	padding: 0 10px 1px 10px;
	margin-bottom: 2px;
}
#right_nav #moma {
	padding: 10px 0 10px 10px;
}
/* THIS IS ADDING 20PX PADDING TO THE IMAGES AND HEADING IN THE TABLE!!!!*/
#main_content p {
	padding: 0 20px 0 20px;
}
/*
#main_content p.title{
	margin: 0 0 -10px 0;
} */
p {
	margin: 0px 0px 8px 0;
}
.caption, .small_text, .caption_home, .ad_schedule_caption {
	font-size: 10px;
	color: #000;
}
.caption, .ad_schedule_caption  {
	line-height: 14px;
	margin-left: -20px;
	margin-bottom: -5px;
}
.ad_schedule_caption {
	margin-left: 0;
}
.small_text {
	line-height: 14px;
}
.caption_home {
	line-height: 15px;
}
.jump_link {
	margin: 0px 0px 3px 0;
}
.top_anchor_link {
	margin: 15px 0px 0px 0;
}
.warning {
	color: #a50e0b;
}
a:link, a:visited {
	font-weight: normal;
	color:#000000;
	text-decoration: underline;		
}
#right_nav a:link, #right_nav a:visited, 
#quick_links a:link, #quick_links a:visited {
	font-weight: bold;
	color:#000;
	text-decoration: none;
	border-bottom: 0px;
}
a:hover, #right_nav a:hover, #quick_links a:hover {
	color:#a50e0b;
	background-color:#FFFFFF;
}
img {
	border: none;
}