body {
	background: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E7E7E7;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

h1 { font-size: 22px; }

h3 {
	padding: 0 0 24px 0;
	font-size: 12px;
	background: #000000 url() repeat-x left bottom;
}

p {
	margin-top: 0;
	text-align: left;
	line-height: 160%;
}

a {
	color: #FFFFFF;

}

a:hover {
	text-decoration: none;
color: #FFFFFF;
}

a img {border:2px solid #ffffff}

.list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list li {
	padding: 5px 0;
	background: url(images/img5.gif) repeat-x;
}

.list li.first {
	background: none;
}

/* Header */

#header {
	width: 794px;
	margin: 0 auto;
	padding: 3px 0 0 13px;
	height: 85px;
	background: url(images/img1.gif) repeat-x left bottom;
}

#header h1 {
	float: left;
}

#header h2 {
	display: none;
}

#header ul {
	float: right;
	margin: 0;
	padding: 25px 0 0 0;
	list-style: none;
}

#header li {
	display: inline;
}

#header a {
	display: block;
	float: left;
	padding: 0 14px 0 20px;
	background: url(images/img2.gif) no-repeat left center;
	text-decoration: none;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#header a: hover{
	text-decoration: underline;
}

#header .first a {
	background: none;
}

/* Content */

#content {
	width: 794px;
	margin: 0 auto;
}       
#colOne {
	float: left;
	width: 150px;
	padding: 0 0 0 5px;
}

#colOne h3 {
	margin-top: 20px;
}

#colTwo {
	float: right;
	width: 740px;
	padding: 0 10px 0 0;
}

.normal {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		background-color: #333333;
		color:#FFFFFF;
}

/* Footer */

#footer {
	clear: both;
	width: 794px;
	margin: 0 auto;
	padding: 5px 0 0 0;
}

#footer p {
	padding: 20px 0 0 0;
	background: url(images/img4.gif) repeat-x;
	text-align: center;
	color: #8A8A8A;

}
/* Begin Contact Form CSS */
		.contactform { 
			position: relative;
			overflow: hidden;
			}
		
		.contactleft {
			width: 25%;
			text-align: right;
			clear: both;
			float: left;
			display: inline;
			padding: 4px;
			margin: 5px 0;
			}
		
		.contactright {
			width: 70%;
			text-align: left;
			float: right;
			display: inline;
			padding: 4px;
			margin: 5px 0;
			}

		.contacterror {
			border: 1px solid #ff0000;
			}
    	
/* End Contact Form CSS */