a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #000;
}
a:active {
	text-decoration: none;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	text-align: center;
	color: #000;
	background-image: url(../Images/BackgroundImages/backgroundpattern.jpg);
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
	text-align: left;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #09C;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #09C;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #09C;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
hr {
	color: #EFEFEF;
	width: 100%;
}






#bannerBlack {
	background-color: #000;
	height: 180px;
	width: 800px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}

#divforLogo {
	height: 125px;
	width: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapperMain {
	height: 170px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #000;
}


#wrapperLinks {
	background-color: #CCC;
	padding: 0px;
	height: 30px;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



#divFooter {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	height: 100px;
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 40px;
	text-align: left;
	color: #999;
	position: absolute;
	background-color: #DCDDDD;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	clear: both;
}
#PageBar {
	background-color: #FFF;
	height: 30px;
	width: 800px;
	margin-left: 40px;
	text-align: right;
}

#Content {
	background-color: #FFF;
	height: auto;
	width: 800px;
	margin-left: 40px;
	text-align: right;
}
