@charset "utf-8";
*  {
	margin: 0; 
	padding: 0;
	border: 0;
}	
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	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;
	background-color: #333;
}


a:link {  text-decoration: underline; color: #CC3333}
a:visited {  text-decoration: underline; color: #CC3333}
a:hover {
	color: #06C
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 120%;
	font-style: normal;
	font-weight: normal;
	color: #242424;
	text-decoration: none;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
	color: #E80000;
	text-decoration: none;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 25px;
}
  #bigcontainer {
	width: 1100px;
	text-align: center;
	background-image: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 2000px;
	border: 0px none #999;
} 
#container {
	width: 1100px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-color: #000;
} 
 #sidebar1 {
	margin-top: 0px;
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	line-height: 1.4em;
	text-decoration: none;
	text-align: center;
}
 #container #sidebar1 p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #E7E4DA;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
 #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-right-style: none;
	background-color: #000;
} 
 #container #mainContent #divrule {
	float: right;
	height: 1px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #666;
}
 #container #mainContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	line-height: 1.6;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-right: 0px;
	background-color: #000;
}

#footer {
	background-color: #242424;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 10px;
	font-style: normal;
	color: #333;
	text-decoration: none;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #999;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
