@charset "UTF-8";

#altContent {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	color: #FFF;
	background-color: #4C4C4C;
			}
#altContent a:link, a:visited {
	color: #FFF;
	text-decoration: underline;
}
body {
	background-color: #000000;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
}
#all {
	position:relative;
	width:850px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 552px;
	background-color: #4B4B4B;
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl {
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 1.2px;
	margin-bottom: 0px;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top: 1.75em;
	margin-right: 0;
	margin-left: 0;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
h2 {
	font-size: 0.9em;
	color: #FAD119;
	margin-bottom: 0px;
	font-weight: bold;
	text-decoration: none;
}
h3 {
	font-size: 0.9em;
	font-weight: bold;
	color: #38383A;
	margin-top: 1.5em;
	margin-bottom: -0.75em;
}
h4 {
	font-weight: bold;
	color: #f6a439;
	font-size: .85em;
	margin-bottom: -0.75em;
	margin-top: 1em;
}
p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8em;
	line-height: 120%;
	color: #000;
}
a:link , a:visited{
	color: #2a89f3;
	text-decoration: none;
}
a:hover {
	color: #2a89f3;
	text-decoration: none;
}
ul {
}
li {
	list-style-type: none;
	color: #FFF;
	display: inline;
	margin-top: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	margin-left: 45px;
}
#nav {
	background-color: #000;
	height: 23px;
	width: 900px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FBCB1D;
	border-bottom-color: #FBCB1D;
	padding: 0px;
}
#header {
	height: 148px;
	width: 100%;
	color: #FFF;
}
#content {
	background-color: #e8e8e8;
	width: 100%;
	height: 403px;
	margin: 0px;
	padding: 0px;
}
#textcontent {
	float: left;
	height: 403px;
	width: 403px;
	overflow: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#sideimg {
	float: right;
	height: 403px;
	width: 407px;
}
#footer {
	font-size: 0.65em;
	height: 25px;
	width: 900px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	color: #CCC;
	text-align: center;
}
#footer a {
	color: #CCC;
	text-decoration: none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

