@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #000000;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
}
#wrapper #logo {
	background-color: #000000;
	height: 225px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #bodyArea {
	background-color: #000000;
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#wrapper #bodyArea #left {
	width: 640px;
	float: left;
}
#wrapper #bodyArea #right {
	width: 260px;
	float: right;
}
a href {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper #bodyArea #footer {
	background-color: #000000;
	clear: both;
	background-image: url(../images/Footer.png);
	height: 166px;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: justify;
	color: #000000;
}

p {
	margin: 0.5em;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: .5em;
	padding-left: 1em;
}

a {
	color: #CC9900;
	text-decoration: none;
}
.style2 {
    color: #999999
}
.style3 {
	color: #4E9C9C;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #4E9C9C;
}
.style5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	color: #4E9C9C;
}

