* { margin: 0; padding: 0; }


body {
	background: #FEFEFE url('background.png') repeat-x top;
	color: #323B43; font-style:normal; font-variant:normal; font-weight:normal; font-size:11px; font-family:Trebuchet MS, Arial, Helvetica, sans-serif
	}

table {
	width: 100%;
	background-color: #E7EDC2;
	text-align: justify;
	padding-left: 30px;
	padding-top: 25px;
	padding-bottom: 20px;
	margin-bottom: 15px;
	}

img {
	border: 0px;
	}

p {
	padding: 5px;
	margin-bottom: 10px;
	}

a:link, a:visited {
	color: #DA3F21;
	text-decoration: none;
	}

a:hover {
	color: #DA3F21;
	text-decoration: underline;
	}

strong, b {
	color: #C92929;
	}

em, i {
	color: #34857a;
	}

h1 {
	font: 24px "Times New Roman", Times, serif;
	color: #db4242;
	text-transform: uppercase;
	text-align: left;
	}

h2 {
	font: 8px verdana, arial, sans-serif;
	color: #444D49;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 3px;
	margin-bottom: 10px;
	margin-top: -3px;
	text-indent: 20px;
	}
	h3{
	font-family: georgia, "times new roman", serif; 
	font-size: 23px;
	text-align: left;
	color: #130517;
	padding: 0px;
	text-transform: uppercase;
	margin: 2px 28px -6px 8px;
	}
ul, ol {
	margin-left: 25px;
	padding: 5px;
	list-style-type: circle;
	}

#container {
	width: 100%;
	margin: 0 auto;
	}

#header {
	background: url('header.png') no-repeat left;
	height: 500px
	}

#navbox {
	background: transparent;
	position: absolute;
	top: 505px;
	left: 10px;
	}
	

#content {
	background:transparent;
	width: 800px;
	text-align: justify;
	line-height: 20px;
	margin-left: 135px;
	margin-top: -2px;
	margin-bottom: 75px;
	}

#foot {
	background: #000000;
	text-align: center;
	color: #323B43;
	height: 80px;
	bottom: 0px;
	}


#navbox a  {
	background-color: transparent;
	color: #C92929;  
	display: block;
	font: 16px "Times New Roman", Times, serif;!important;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-bottom: 1px #000000 solid;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	width: 85px;
	}

#navbox a:hover {
	background-color: transparent;	 
	color: #000000;  
	display: block;
	font: 16px "Times New Roman", Times, serif; !important;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-bottom: 1px #C92929 solid;
	text-align: left;
	text-decoration: none;
	text-transform: lowercase;
	width: 85px;
	}



#foot a.foot:link, a.foot:visited {
	color: #c82766;
	text-decoration: underline;
	}

#foot a.foot:hover {
	color: #fff;
	text-decoration: none;
	}

input, textarea, select, option {
	padding: 5px;
	background-color: #E2E7C4;
	color: #323B43;
	border: 0px;
	}

blockquote {
	margin: 0 auto;
	width: 365px;
	text-align: center;
	background-color: #E2E7C4;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #498da0;
	padding: 5px;
	}

.center {
	text-align: center;
	}

/* miscellany */
.filler {
	display: none;
	}