* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000 url(images/background.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

h1, h2, h3 {
}

h1 {
	letter-spacing: -1px;
	font-size: 2em;
	color: #FFFFFF;
}

p, ul, ol {
	margin-top: 1.8em;
	line-height: 180%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}
title {
	color: #FFFFFF;
}
a {
	color: #FFFFFF;

}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

hr {
	display: none;
}

#header {
	width: 800px;
	height: 240px;
	margin: 0 auto;
	background: url(images/toplogobackground.jpg);
}

#header h1, #header h2 {
	margin: 0;
	text-transform: uppercase;
	color: #FFFFFF;
}

#header h1 {
	padding: 30px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	padding: 47px 0 0 8px;
	font-size: 1.8em;
	font-style: italic;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

#page {
	width: 800px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	
}

#content {
	float: left;
	width: 780px;
}

.main {
	margin-bottom: 40px;
}

.main .title {
	border-bottom: 1px solid #454545;
}

.main .title a {
	text-decoration: none;
}

.main .contenttxt {
	padding: 0 15px;
	font-size: 13px;
	color: #999999;
	text-align: justify;
	
}

.main .heading {
	height: 20px;
	width: 770px;
	padding: 15px 20px;
	background: url(images/titlebackground.jpg) no-repeat;
	line-height: normal;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
.main .headinglong {
	height: 20px;
	width: 700px;
	padding: 15px 20px;
	background: url(images/titlebackground.jpg) no-repeat;
	line-height: normal;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
.main .heading a {
	text-decoration: none;
	font-weight: bold;
}

.main .heading a:hover {
	text-decoration: underline;
}

.main .heading .titles {
	font-size: 13px;
	color: #FFFFFF;
}

#footer {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/bottom.jpg) no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	text-align: center;
}