@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana;
	font-size: 100%;
	background-color: #000000;
}
 #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
 #header {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 75px;
	background-color: #000000;
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 265px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContentHome {
	background-color: #000000;
	text-align: center;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
 #mainContent {
	background-color: #000000;
	text-align: center;
	margin-left: 270px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 35px;
}
#mainContent p {
	line-height: 1.6;
	color: #FFFFFF;
	font-size: 65%;
}
.mainimage {
	margin-top: 50px;
}
.leftimage {
	float: left;
	margin-right: 25px;
}
.rightimage {
	float: right;
}
.clearfloat {
	clear: both;
}
h1 {
	font-weight: bold;
	color: #FFCCCC;
	font-size: 65%;
}
h2 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 65%;
}
h3 {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 65%;
}
.copyWhite  {
    color: #FFFFFF;
}
.copyPink  {
    color: #FFCCCC;
}
.copyLeft  {
	text-align: left;
}
#footer {
}
ul#nav {
	margin-left: 30px;
	list-style-type: none;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#nav li {
	display: inline;
	font-size: 65%;
}
#nav li a {
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#nav li a:visited {
	color: #FFFFFF;
}
#nav li a:hover {
	color: #CCCCCC;
}
#nav li a:active {
	color: #CCCCCC;
}
#nav li a.current {
	color: #FFCCCC;
}
ul#sidenav {
	margin-left: 30px;
	list-style-type: none;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#sidenav li {
	display: block;
	font-size: 65%;
}
#sidenav li a {
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#sidenav li a:visited {
	color: #FFFFFF;
}
#sidenav li a:hover {
	color: #CCCCCC;
}
#sidenav li a:active {
	color: #CCCCCC;
}
#sidenav li a.current {
	color: #FFCCCC;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
ul#bottomnav {
	margin-left: 0px;
	list-style-type: none;
	color: #999999;
	margin-bottom: 5px;
	margin-top: 30px;
	text-align: right;
	margin-right: 0px;
}
#bottomnav li {
	display: inline;
	font-size: 55%;
}
#bottomnav li a {
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
}
#bottomnav li a:visited {
	color: #FFFFFF;
}
#bottomnav li a:hover {
	color: #CCCCCC;
}
#bottomnav li a:active {
	color: #CCCCCC;
}
#bottomnav li a.current {
	color: #CCCCCC;
}
