@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0 }

a {
	color: #990002;
	text-decoration: underline;
	outline: none;
	}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
body {
        font-family: tahoma, helvetica, arial, sans-serif;
        font-size: 16px;
        text-align: center;
		background: #333333 url(../images/bg.gif) repeat;
	}
    


img { border: 0; }

#wrapper {
	height: auto;
	margin: auto;
	text-align: left;
	width: 880px;
	position: relative;
	}


h1 {
	color: #990002;
	font-size: 18px;
	font-weight: bolder;
	}

h2 {
	color: #990002;
	font-size: 13px;
	margin: 0;
	padding: 0;
	}

h3 {
	color: #990002;
	font-size: 16px;
	margin: 4px 0px 0px 20px;
	}

h4 {
	color: #990002;
	font-size: 13px;
	font-weight: normal;
	margin: 4px 0px 3px 20px;
	}

.block {
	display: block;
	}


.thstyle {
	font-size: 13px;
	font-weight: bolder;
	text-decoration: underline;
	}


/* ***** */

#inner {
	background: #000000;
	height: auto;
	margin-bottom: 0px;
	width: 880px;
	}

#headerLeft {
	float: left;
	padding:10px 0px 15px 10px;	
	}

#headerRight {
	float: right;
	padding:10px 10px 15px 0px;
	text-align: right;
	}
	

#nav {
	clear: left;
	}



.divider{
	background-color: #666666;
	border: 2px solid #000000;
	clear: left;
	height: 1px;
	margin: 0px 0px 10px 0px;
	}



#footer1 {
	color: #990002;
	font-size: 11px;
	margin-left: 10px;
	padding-top: 5px;
	}

#footer1 a {
	text-decoration: none;
	}

.footstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: -85px;
	padding-right: 30px;
	text-align: right;
	}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #990002;
	margin:0 0 3px 25px;
	}

.p1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	}
	
.p2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	margin-top: -20px;
	text-align: right;
	}
	
.contentArea {
	color: #990002; 
	font-family:arial; 
	font-size: 90%; 
	margin: 5px 20px 15px 20px;
	}
	
.contentHdr {
	width: 400px;
	margin:0px 0px 10px 20px;
	}
	
.scrBox {
	color: #990002;
	width: 100%; 
	height: 100px; 
	background-color: #000000; 
	font-size: 11px;
	overflow: auto;
	}


