* {
	margin: 0;
	padding: 0;
	border: 0;
}


body { background: #003366 url('/images/struct/bg.gif') repeat-x; }

BODY, TD, .NormalText { font-weight: normal; font-style: normal; text-decoration: none; color: #000000; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; }

.Header			 { color: #F4793E; font-weight: bold; font-size: 16px; font-family: Arial; }
.BlackSubheader	 { color: #000000; font-weight: bold; font-size: 14px; font-family: Verdana; }
.OrangeSubheader { color: #F4793E; font-weight: bold; font-size: 14px; font-family: Verdana; }
* .Subheader 	 { font-weight: bold; font-size: 14px; font-family: Verdana; }

.Orange		{ color: #F4793E; }
.Green		{ color: #54C166; }
.Blue		{ color: #2E4B8F; }

.SmallText	{ font-size: 9px; }
.MediumText	{ font-size: 16px; }
.LargeText	{ font-size: 24px; }

TABLE#EditContent    { width: 381px; }
TABLE#EditContent TD { line-height: 2.1em; }


/*	FLOAT fixer for IE */

* .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* .clearfix { /* fix for IE mac */
	display: inline-block;
}	
* .clearfix {
	height: 1%;
} /* fix for IE6 Win */
* .clearfix {
	display: block;
}


* #container {
	width: 858px;
	margin: 16px auto;
	padding: 9px;
	position: relative;
	background-color: #FFFFFF;
}

* #footer {
	float: left;
	width: 859px;
	margin: 10px 0 0 0;
	background-color: #CCCCCC;
	text-align: right;
}
#footer a {
	color: #E86526;
	line-height: 2.5em;
	font-size: .94em;
}
#footer a:link, #footer a:visited {
	color: #E86526;
}
#footer a:hover {
	color: #184ABA;
}
#footer a:active {
	color: #E86526;
}


