@charset "UTF-8";
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #00CC99;
}
a:active {
	text-decoration: none;
	color: #FF3366;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: #999999;
	text-align: right;
	margin-top: 53px;
}
h2 {
	text-align: left;
	margin-left: 0px;
}
body {
	padding: 0em;
	background-color: #000000;
}
img {
	background-position: left;
	text-align: left;
	left: 35px;
	top: 0px;
}
#NavBar {
	width: 750px;
	height: 98px;
	margin-top: 12px;
}
#PageContent {	
	float:left;
	width: 850px;
	background-position: left;	
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #9B8579;
	line-height: 15px;
}
#Logo {
	height: 98px;
	width: 300px;
	float: left;
	position: relative;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #9C867A;
	vertical-align: top;
	line-height: 18px;
	text-align: left;
	top: 0px;
}



#content {
	width: 980px;
	background-color: #000000;
	border: 0;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}
#example {
	position: relative;
	border: 0;
	width: 900px;
	height: 580px;
	top: 10px;
	left: 0px;
	text-align: left;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.slide-image {
	position: absolute;
	top: 0px;
	left: 0;
	width: 900px;
	height: 580px;
	background-color: #000000;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 0px;
}
code {
	font-family: monospace;
	font-size: 1.2em;
}
