* {margin: 0;
   padding: 0;}
   
html {font-size:100.01%;
      font-family: Arial, Helvetica, sans-serif; 
}

body{
	background-color: #000000;
	background-image: url(images/body_tile.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-attachment: fixed;
}

p.red
{
   color:#FF0000;
}

p.green
{
   color:#009933;
}

#container {
	margin: auto; 
	width: 806px;
	background-image: url(images/container_tile.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-size: .9em;
    text-align: left;
}			

#header {
	background-image: url(images/header.jpg);
	height: 249px;
	background-repeat: no-repeat;
	background-position: center;
}

#footer {
    margin:auto;
	background-image: url(images/footer.jpg);
    background-repeat: no repeat;
	height: 10px;
}
#footer2 {
    margin:auto;
	background-image: url(images/footer2.jpg);
    background-repeat: no repeat;
	height: 10px;
}


#navbar {
	background-image: url(images/navbar_bg.jpg);
	height: 54px;
}

#main-right {
	float: right;
	width: 150px;
	padding: 10px;
	color: #FFFFFF;
	margin-right: 40px!important;
	margin-right: 20px;
	font-size: 1.0em;
}  

#main-right a, #main-right a:link, #main-right a:visited
{
color: #FFFFFF;
}

#main {
	margin-right: 230px;
	padding: 10px 10px 10px 40px!important;
	padding: 30px 10px 10px 40px;
	margin-left: 18px;
	min-height:400px;
} 

#main ul
{
   margin: 24px;
   padding: 0px;
}			

#main li
{
   padding: 2px;
}			


/********** Top navigation *************/
#navlist
{
	height: 32px;
	padding: 19px 0px 13px 31px;
	background-image: url(images/navbar_bg.jpg);
	background-repeat: no-repeat;
}

#navlist a, #navlist a:link, #navlist a:visited
{
border: 1px solid #FFFFFF;
padding: 5px;
padding-left: 0.5em;
padding-right: 0.5em;
color: #FFFFFF;
text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
border: 1px solid #FF0000;
padding: 5px;
padding-left: 0.5em;
padding-right: 0.5em;
text-decoration: none;
color: #FF0000;
}

#navlist li
{
padding-right: 1px;
display: inline;
font-size: 1.0em;
}

#navlist ul
{
margin: 0px;
padding: 0px;
}

#navlist #active a {
	background-color: #CDCDB3;
	color: #000000;
	font-weight: bold;
}


/********** TEXT FORMATTING ************/

h1 {
	font-size: 2em;
	text-align: right;
	color:#800000;
	margin-right: 120px;
	padding-top: 20px;
}   


h2 {
	font-size: 1.2em;
	color: #6F3529;
	height: 35px;
	background-image: url(images/h2_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 45px;
	margin-bottom: 20px;
	margin-top: 20px;
}

h3 {
	font-size: 1.3em;
	/*background-color: #949A90; */
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 4px;
}

h3 a:link { color: #FFFFFF; text-decoration: underline; }
h3 a:active { color: #FFFFFF; text-decoration: underline; }
h3 a:visited { color: #FFFFFF; text-decoration: underline; }
h3 a:hover { color: #FFFFFF; text-decoration: underline; }

h4 {
	font-size: 1.3em;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 0px;
}
 


a:link {color: #ff0000; text-decoration: underline; }
a:active {color: #ff0000; text-decoration: underline; }
a:visited {color: #ff0000; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: underline; }
