/* Start of CMSMS style sheet 'theme' */
/* reset.css */
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;background:white;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}

body {
	padding:15px 0;
	font:14px/normal Arial, Helvetica, sans-serif;
	background:#1d1a29;
	color:#000;
}
#holder {
	margin:0 auto;
	background:#FFF;
	width:961px;
}
#Header {
	background:transparent url('images/bg_header01.png') no-repeat;
	width:961px;
	height:162px;
	position:relative;
}
#Header h1 {
	margin:0 auto;
	width:700px;
	height:90px;
	text-indent:-9999px;
	display:block;
}
#Header h1 a {
	width:700px;
	height:162px;
	display:block;
}
#Header h2 {
	display:none;
}
#Navigation {
	height:40px;
	width:961px;
	background:#000;
}
#Content {
	padding:0;
	background:#FFF;
	width:961px;
	display:table;
}
#Content h2, #Content h3, #Content h4 {
	margin:20px 0;
	color:#000;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	text-transform:uppercase;
}
#Content h2 {
	font-size:24px;
}
#Content h3 {
	font-size:20px;
}
#Content h4 {
	font-size:16px;
}
#Content p {
	margin:15px 0;
}
#Content a:link, #Content a:visited {
	color:#000;
	text-decoration:underline;
}
#Content a:hover {
	color:#557;
	text-decoration:none;
}
#Content em {
	font-style:italic;
}
#Content ul, #Content ol {
	padding-left:20px;
}
div.col-1, div.col-2, div.col-3 {
	display:block;
	position:relative;
}
div.col-1 {
	padding:15px 35px;
	width:891px;
}
div.col-2 {
	margin-left:50px;
	width:230px;
	float:right;
}
div.col-2 h2, div.col-2 h3, div.col-2 h4 {
	margin:0 0 10px 0 !important;
}
div.col-3 {
	margin-left:30px;
	width:370px;
}
#banners {
	width:961px;
	height:292px;
}
#footer-holder {
	background:#000;
	width:961px;
	color:#FFF;
	display:table;
	clear:both;
}
#footer {
	margin:0 auto;
	padding:10px;
	width:940px;
	font-size:11px;
	display:table;
	clear:both;
	position:relative;
}
#footer p span {
	float:left;
}
a.NormalLink{
	color: #FFF;
}
a.NormalLink:Hover{
	color: #986918;
}
a.FooterLink{
	color: #FFF;
	text-decoration:none;
}
a.FooterLink:hover{
	color: #986918;
	text-decoration:underline;
}

input, textarea{
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #666;
}

.LargeText{
	font-size: 16px;
	font-weight: bold;
}
.FooterText{
	color: #FFFFFF;
}

/* End of 'theme' */

