* {
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	background-attachment: fixed;
	background-color: #202968;
	}
#container {
	width: 910px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #E8E8E8;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow:auto;
} 
#header {
	/*background: #999999;*/
	padding: 0;
	margin: 10px 0;
}
#mainContent {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../gui/content_sans_span.png) repeat-y left top;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:20px;
	color: #333;
	overflow:auto;
} 
#topcap {
	margin: 0;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../gui/content_sans_top.png) no-repeat left top;
	height:25px;
} 
#endcap {
	margin: 0;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../gui/content_sans_bottom.png) no-repeat left bottom;
	height:35px;
} 
#footer {
	margin: 10px 0 0 0;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border: 0 none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	text-align: center;
}
#footer a:link , #footer a:visited{
	color: #999;
	text-decoration: none;
}
#footer a:hover { color: #FFFFFF; text-decoration: none; }

#copyright {
	margin: 0;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border: 0 none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: center;
}

.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;
}
.clear { /* 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;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
/*#sidebar1 { padding-top: 30px; }*/
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
