body {
	background: #CACACA url(images/background.png) repeat-x;
	font-family: "Trebuchet MS", Verdana, serif
}
#headerBanner {
	height:128px;
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	top:10px;
	width:128px;
}
#headerBanner a:hover {
	background:url(images/signup2.png) no-repeat center;
	display:inline-table;
}
#headerBanner a:hover img {
	visibility:hidden;
}

#container {
	margin: 0 auto;
	width: 750px
}
#header {
	width: 100%
}
#sub_header {
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 20px;
}
#main_content {
	margin: 0 auto;
	width: 100%;
	background: #FFFFFF url('images/background_content.gif');
	background-repeat: repeat-y
} 
#main_content_top {
	height: 30px;
	background: #FFFFFF url('images/background_top.gif');
} 
#main_content_bottom {
	height: 30px;
	background: #FFFFFF url('images/background_bottom.gif');
}
#footer {
	text-align: center;
	font-size: 12px;
	margin: 10px auto
}
.content {
	float: left;
	width: 510px;
	text-align: left;
	padding: 0 30px 0 30px;
	font-size: 14px
}
.menu {
	width: 139px;
	float: right;
	padding: 0 20px 0 20px;
	border-left: #8C8484 1px solid;
	font-size: 12px
}
.menu ul {
	margin: 0;
	padding: 10px 0 10px 15px
}
.menu il {
	list-style-type: disc
}
#header h1 {
	margin-bottom: 0px;
	font-size: 46px;
	font-weight: normal;
	color: #FFF;
	font-family:'Impact', Verdana;
	border-bottom: 3px #A40008 solid;
}
.content h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #A40008;
}
.content h3 {
	margin-top: 0px;
	font-size: 13px;
	font-weight: normal;
	color: #A40008;
	text-align:left;
}
.content h4 {
	font-size: 17px;
	font-weight: bold;
	color: #A40008;
	text-align:left;
	margin-bottom:12px;
	margin-top:25px;
}
.content h5 {
	font-size: 15px;
	font-weight: bold;
	color: #A40008;
	text-align:left;
	margin-bottom:12px;
	margin-top:25px;
}
.content a.parlink {
	color: #A40008;
	font-weight: normal;
	text-decoration: none;
}
.content a:hover.parlink {
	color: #000;
	text-decoration: underline
}
.content div#list p	{
	margin:0px 0px 2px 0px;	
}
.content p.small {
	font-size:10px;
	margin-top:0px;
	margin-bottom:0px;
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
.menu_title {
	font-size: 18px;
	font-weight: bold;
	color: #A40008
}
.menu ul {
	margin: 0;
	padding: 10px 0 20px 15px
}
.menu li {
	padding-top: 2px;
	list-style-type: circle
}
a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #A40008;
	text-decoration: underline
}
a.bly {
	color: #F00;
	font-weight: bold;
	text-decoration: none;
	font-size:16px;
}
a.bly:hover {
	color: #000;
	text-decoration: underline
}
a.menu_link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.menu_link:hover {
	color: #A40008;
	font-weight: bold;
	text-decoration: underline;
}
.quote {
	margin: 20px;
	text-align: center;
	font-weight: bold;
	font-style: italic
}