/* CSS Document */

body {
     background-image:    url(images/bg.jpg);
    background-repeat: repeat-x;
	background-color: #ffffff;
	padding: 0px;
    margin: 0px;}
	
#headerimage{
	position: relative;
	width: 800px;
	height: px;
}


#maincontent {
	position: center;
	width: 800px;
	margin: 0px;
}


#content {
padding: 10px;
font-family: trebuchet MS;
font-size: 12px;
font-weight: normal;
line-height: 15pt;
color: #868686;
text-align: justify;
position: relative;
}




a.nav:link, a.nav:visited, a.nav:active {
	position: relative;
	top: 0px;
	left: 0px;
	color: #000000;
	font-family: century gothic;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0px 2px 0px 2px;
	text-decoration: none;
	line-height: 8px;

	border-bottom: 0px dotted #333333;
}

a.nav:hover {color: #ffa620;
border-bottom: 1px dashed #444444;}

div.nav {
	position: absolute;
	top: -60px;
	width: 550px;
}

div.box {
	position: absolute;
	top: -10px;
		padding-right: 100px;
		padding-left: 55px;
}

table {
	LINE-HEIGHT: 16px; FONT-FAMILY: tahoma; COLOR: #868686; FONT-SIZE: 9px; background: #; 
}





















h1
{
color:#000000; 
text-align:left; 
font-weight:lighter; 
font-style:normal; 
font-variant:normal; 
font-size:18pt; 
font-family:Times New Roman; 
background-repeat:no-repeat;

	 background-color:#ffffff; 
margin-bottom:5px; 
padding-right:0px; 
margin-right:0px; 

    font-weight: bold;
	letter-spacing: 6px;
	text-transform: lowercase;
    font-style: none;}
	
H1:first-letter {		text-transform: uppercase; }	
	h2 { 
	    color: #ff9f1f;
		text-transform: uppercase;
        font-family: arial narrow; font-size: 12px; 
	    letter-spacing: 4px;}

	h3 { 
	    color: #000000;
		text-transform: uppercase;
        font-family: arial narrow; font-size: 10px; 
	    letter-spacing: 4px;}

a:link, a:visited, a.active {
color: #000;
text-decoration: none;
font: 12px Times New Roman;

border-bottom: 1px dotted #333333;
	 background-color:#ffffff; 
}
a:hover {

color: #555555;
border-bottom: 1px dashed #444444;
}

b, strong {
color: #ff9f1f;
font-family: Georgia;
}

i {color: #171717;}

u {color: #171717;}


.img {
border: 5px solid #ff9f1f;
background: #171717;
padding: 0px;
margin-left: 12px;
margin-top: 2px;
margin-right: 12px;
margin-bottom: 2px;
}

	



textarea, input, option, select	{
border: 1px dashed #ff9f1f;
background: #FFF;
padding: 3px; 
font-size: 8pt;
font-family: Trebuchet MS;
color: #000000;
}

blockquote {
border: #D190DC solid 0px;
padding: 15px;
line-height: 20px;
font-family: georgia;
font-style: italic;
font-size: 11px;
width: px;

}

pre {color: #FFFFFF;
	background-color: #181818;
	font-size: 11px;
	text-align: center;
	padding: 5px;
}



	li { list-style-type: square;
		color: #ff9f1f; 
        margin-right: 12px;}



 /* add this rule to your CSS to get the donation form to align */
.codesort label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 0.5em 0 0;
	}

.codesort li {
	display: inline;
	padding-right: 0.5em;
	}

