@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	/*background: #f1f1f1;*/
	background: #cccccc;
}
ul, li {
	margin:0; padding:0;	
}
h1 {
	color: #fff;
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif ;
	margin: 0.35em;;
}
h2 {
	color: #9E0012;
	font: bold 1.3em Arial, Verdana, Helvetica, sans-serif ;
	margin: 0.2em auto 1em 0;
}
h3 {
	color: #9E0012;
	font: bold 1em Arial, Verdana, Helvetica, sans-serif ;
	margin: 0.2em auto 0.5em 0.5em;
}
h3 a:link, h2 a:visited {
	color: #9E0012;
	text-decoration: underline;
}
h3 a:hover {
	color: #9E0012;
	text-decoration: none;
}
p {
	padding: 0.5em 0 1.5em 1em;
	margin:0;
}
a.email:link {
	text-decoration: underline;
	color:#FFF;
}
a.email:visited {
	text-decoration: underline;
	color:#FFF;
}
a.email:hover {
	text-decoration: none;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #E1E1E1;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	position: relative;
	background: #FFF; 
	width: 950px;
	z-index: 1000;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 5px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFF;
	text-align: left;
	z-index: 1;
	
	
}
.main_btn {
	width: 256px;
	
	border: 0;
	background: #fff url(../images/main_btn.jpg) no-repeat;
	margin: 13px 5px;
	text-align: center;
	color: #9E0012;
	padding: 0;
}

.main_btn a:link {
	color: #9E0012;
	font: bold 0.9em Arial, Helvetica, sans-serif ;
	text-decoration: underline;
}
.main_btn a:visited {
	color: #9E0012;
	font: bold 0.9em Arial, Helvetica, sans-serif ;
	text-decoration: underline;
}
.main_btn a:hover {
	color: #9E0012;
	text-decoration: none;
}


#sideboxTop {
	margin:40px auto 0 15px; 
	font: bold 0.8em Arial, Helvetica, sans-serif ;
	background-color:#9E0012; 
	color:#FFFFFF; 
	padding:4px 8px; 
	
}
#sideboxBtm {
	color: #9E0012;
	font: bold 78% Arial, Helvetica, sans-serif ;
	padding: 0;
	margin-top:0; 
	margin-left:15px; 
	background:#FFFFFF; 
	width: 169px;
	opacity: 0.8; 
	filter: alpha(opacity=70);
}
#sideboxBtm ul {
	margin: 0 1em;
	padding:0.5em 0 1.5em 0;
	display:block;
	list-style:none;
}
#sideboxBtm ul li {
	margin-top:0.5em;	
}

a.sidebar:link, a.sidebar:visited {
	color: #9E0012;
	font: bold 100% Arial, Helvetica, sans-serif ;
	text-decoration: underline;
	padding: 10px 0;
}
a.sidebar:hover {
	color: #9E0012;
	text-decoration: none;
}
.grayBox {
	border: 0;
	background-color: #FFFFFF;
}
.grayBox #top {
	background: #910012 url(../images/subtitle_bg.jpg) repeat-x;
	height: 25px;
	padding: 0.25em 1em;
	color: #666;
	font: normal 0.75em Verdana, Helvetica, sans-serif; 
}
.grayBox #top h1 {
	color: #fff;
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif ;
}
.grayBox #top2 {
	background: #910012 url(../images/subtitle_bg.jpg) repeat-x;
	height: 45px;
	padding: 0.25em 1em;
	color: #666;
	font: normal 0.75em Verdana, Helvetica, sans-serif; 
}
.grayBox #btm {
	background:#fff url(../images/content_bg01.jpg) repeat-x;
	padding: 0.75em 15px 2em 20px;
}
.grayBox #btm p, .grayBox #btm blockquote, .grayBox #btm table {
	margin: 0;
	color: #333;
	font: normal 0.85em Verdana, Helvetica, sans-serif;
	line-height: 1.5em;
}
.grayBox #btm2 {
	background: url(../images/content_bg02.jpg) repeat-x;
	padding: 0.75em 15px 2em 20px;
	line-height: 2em;
}
.grayBox #btm2 p {
	margin: 0;
	color: #333;
	font: normal 0.85em Verdana, Helvetica, sans-serif; 
	line-height: 1.5em;
}
.grayBox #btm ul, .grayBox #btm2 ul {
	margin: 0 0 15px 0;
	padding:0;
	color: #333;
	font: normal 0.8em Verdana, Helvetica, sans-serif; 
	line-height: 1.25em;
	list-style: none;
}
.grayBox #btm ul li, .grayBox #btm2 ul li {
	margin: 0 0 0.5em 0;
	display:block;
}
.grayBox #btm ul li a:link, .grayBox #btm ul li a:visited, .grayBox #btm2 ul li a:link, .grayBox #btm2 ul li a:visited {
	text-decoration: underline;
	color: #9E0012;
}
.grayBox #btm ul li a:hover, .grayBox #btm2 ul li a:hover {
	text-decoration: none;
	color: #666;
}
.newsTxt {
	background:#eee; 
	width:590px; 
	color:#9E0012; 
	border: 3px solid #9E0012; 
	padding: 0.25em 0.5em; 
	font:normal 0.9em Arial, Helvetica, sans-serif;
	margin-top: 3px;
	
}
.oneColFixCtrHdr #footer {
	padding: 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #9E0012;
	height: 25px;
}
.oneColFixCtrHdr #footer p {
	text-align: center;
	color: #FFF;
	font: normal 0.7em Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

