@charset "utf-8";
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #000000;
	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: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(../media/bkgnd_main.jpg);
	background-repeat: repeat-y;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	margin: 0;
	padding: 0;
	height: 116px;
}
#mainContent {
	width: 100%;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent_left	{
	width: 360px;
	min-height: 380px;
	float: left;
}
#mainContent_right	{
	width: 600px;
	padding: 20px;
	float: right;
}
#navigation	{
	width: 100%;
	height: 60px;
	text-align: center;
	clear: both;
}
#footer {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 50px;
	height: 50px;
	widows: 100%;
	background-image: url(../media/bkgnd_footer.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}
#footer_left	{
	width: 400px;
	float: left;
	text-align: left;
}
#footer_right	{
	width: 400px;
	float: right;
	text-align: right;
}
#flashcontent	{
	width: 980px;
	margin-left: 10px;
	margin-right: 10px;
	height: 600px;
}
#spacer_01	{
	height: 1px;
	width: 100%;
	clear: both;
}
.color_white	{
	color: #FFF;
}
.text_footer_01	{
	font-size: 10px;
	color: #CCC;
}
.text_headline_01	{
	font-size: 16px;
	font-weight: bold;
}
.nav1	{
	text-decoration:none;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.navRollOn	{
	background-color:#0099FF;
	cursor: hand;
}
.navRollOff	{
	background-color:#001D5F;
}
.navRollOn2	{
	background-color:#FF6600;
	cursor: hand;
}
.navRollOff2	{
	background-color:#666666;
}
