@charset "utf-8";
html {
	overflow-y: scroll;
}
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #000000;
}

#container {
	width: 924px;
	text-align: left;
	min-height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#sidebar1 {
	float: left;
	width: 150px;
	margin-top: 150px;
}
#banner {
	height: 100%;
	width: 564px;
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	text-align: right;
}
#mainContent {
	height: 100%;
	width: 564px;
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 0px;
} 

#sidebar1 ul {
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	bottom:0;
	float: left;
	width: 150px;
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
#mainNav a {
	display: block;
	color: #FFFFFF;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: right;
	font-weight: bold;
}
#mainContent a {
	color: #FF0000;
}

#mainContent img {
	text-decoration: none;
	text-align: center;
	border: 1px dashed #FFFFFF;
	padding: 10px;
}

h1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 18px;
	padding-bottom: 5px;
	text-transform: capitalize;
	color: #FFFFFF;
	text-align: center;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	text-align: center;
}
h3 {
	line-height: 1.5em;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align: justify;
	line-height: 1.5em;
}
tr p {
	text-align: center;
}

