@charset "utf-8";
body {
	margin: 0px;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}

#wrapper {
	width: 950px;
	height: 1%;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	height: 80px;
	width: 950px;
}
#content {
	float: left;
	height: 1%;
	width: 950px;
}
#bodycontent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 1em;
	font-size: 1.8em;
}

#textcontent {
	padding: 10px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#textcontent p {
	font-variant: normal;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 1.4em;
}
#textcontent h2 {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
}
#textcontent h1 {
	font-size: medium;
	font-weight: bold;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#textcontent ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 1.5em;
}




#footer {
	float: left;
	width: 950px;
	margin-top: 0px;
	text-align: center;
	background-color: #000000;
}
#footerhome {
	float: left;
	width: 950px;
	margin-top: 0px;
	text-align: center;
}
#footerhome p  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-transform: uppercase;
	font-weight: bold;
	color: #999999;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-transform: uppercase;
	font-weight: bold;
	color: #999999;
}



.CorpBody {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 1.4em;
	letter-spacing: normal;
	width: 30%;
	padding: 40px;
}

.CorpBodyBold {
	color: #999999;
	line-height: 1.4em;
	font-weight: bold;
}

