/* GLOBAL STYLES */body {
	background-color: #000000;
	margin: 0;
	background-position: center top;
}
body, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	
img { border: none; }	

}
/* LAYOUT ELEMENTS */
#layout {
	width: 790px;
	background-color: #000000;
}
#layout td { background: #000; }
#logo {
	background-image: url(images/logo_black.jpg);
	background-repeat: no-repeat;
}
#logo img {
	border: none;	
}


/* CONTENT */
#content {
	padding-top: 10px;
	vertical-align: top;
}/* Main body content color and size */
.content td {
	vertical-align: top;
	font-size: 70%;
	color: #FFFFFF;
}/* Main body content link color */
.content a, .bodytext a {
	color: #B91440;
}
.content h1 {
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
	padding-left: 0;
	background-image: url(images/dotline_h.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.content h2 {
	font-size: 100%;
	margin-bottom: 3px;
	margin-top: 5px;
}
.content h2 a {
	font-size: 100%;
	background: url(images/arrow-grey.gif) no-repeat;
	padding-left: 10px;
}
.content h3 {
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
	padding-left: 0;
	background-image: url(images/dotline_h.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}/* CONTENT AND CONTENT COLUMNS HOMEPAGE */
#footer {
	border-top: 1px solid #353e45;
	padding: 10px;
	font-size: 60%;
	font-weight: bold;
	line-height: 2em;
	text-align: center;
	color: #889197;
}
#footer a {
	font-size: 100%;
	color: #889197;
	font-weight: normal;
}
#footer a:hover {
	color: #ffffff;
}
a.footerlinks {
	color: #889197;
	font-size: 90%;
}
a.footerlinks:hover {
	color: #ffffff;
}
.redtext, .required {
	color: #B91440;
	font-weight: bold;
}

