@charset "utf-8";
/* undo some default styling of common (X)HTML browsers
 ************************************************************/

    /* No list-markers by default - 
     * must redefine bullets w/ bg graphics
     ********************************************************/
     ul,ol {
	     list-style:none;
	     }

    /* Avoid browser default inconsistent heading, 
     * font-sizes and pre/code
     ********************************************************/
     body,h1,h2,h3,h4,h5,h6,pre,code,td {
	     font-size:1em;
         }

    /* Remove inconsistent (among browsers) - 
     * default padding or margin 
     ********************************************************/
     ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,
     fieldset,input,label,div,dd,dt,dl,table,tr,td,img,hr {
         margin:0; padding:0;
         }

     /* prevent blue linked image borders
     ********************************************************/
      a img,:link img,:visited img,fieldset {
         border:none;
         }

a, a:active, a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #0066FF; 
	text-decoration: underline;	
}
body {
	margin: 0px;
	font-family: Arial, Tahoma;
	font-size: 12px;
	background-image: url(images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #B40300;
	padding-top: 50px;
	padding-bottom: 50px;
}
.fire {
	background-image: url(images/fire.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.page {
	height: auto;
	width: 952px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 952px;
}


.clear {
	clear: both;
	display: block;
}
#top_links {
	margin: 0px;
	width: 100%;
	background-color: #CC0000;
	padding-top: 5px;
	padding-bottom: 10px;
}
#list_top_nav {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 64px;
}
#list_top_nav li {
	float: left;
/*	width: 100px;*/
	text-align: center;
}

#list_top_nav li a {
	color: #FFE82A;
	/*	width: 100px;*/
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#list_top_nav li a:hover {
	color: #F00;
	background-color: #FFCC36;
	/*	width: 100px;*/
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
}
.main_repeat {
	width: 952px;
	margin-right: auto;
	margin-left: auto;
}



.main {
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: justify;
	background-image: url(images/big_bg.png);
	background-position: center top;
}

#content {
	width: 824px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5em;
	color: #CB0000;
}
#top_links_content a:hover {
	cursor: pointer;
}
#footer {
	background-image: url(images/main_bg.png);
	background-repeat: repeat-y;
	width: 100%;
}
#footer_content {
	text-align: center;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
.footer_curve {
	background-image: url(images/footer_curve.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 952px;
		margin-right: auto;
	margin-left: auto;

}
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #CB0000;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CB0000;
}
.heading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CB0000;
}
.heading4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CB0000;
}
.note {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CB0000;
	line-height: 1.5em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#copyright {
	text-align: center;
	line-height: 1.5em;
	color: #000;
}
