html, body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url(images/bgBlue.gif) repeat fixed;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000;
}
#containerTop	{
	width: 984px;
	height: 12px;
	background: url(images/bgContainer-top.png);
	margin: 20px auto 0;
}
#container { 
	width: 984px;  
	background: url(images/bgContainer-side.png);
	margin: 0 auto; 
	padding: 0;
	text-align: left;
	min-height: 700px;
} 
#container #header	{
	width: 880px;
	height: 200px;
	margin: 0 0 0 50px;
	background: url(images/bgHeader.png) repeat-x;
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
}
#container #header IMG	{
	float: left;
	width: 200px;
	height: 200px;
	margin: 0 20px 0 0;
}
#container #header h1	{
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 180%;
	position: relative;
	top: 80px;
}
#container #header h2	{
	font-size: 300%;
	margin: 0;
	padding: 0;
	position: relative;
	top: 80px;
}
#container #nav	{
	text-align: left;
	margin: 10px 0 25px 195px;
	height: 40px;
	padding: 0;
	width: auto;
	white-space: nowrap;
}
#nav a:link, #nav a:visited	{
	display: block;
	float: left;
	font-size: 20px;
	height: 40px;
	padding: 10px 15px 0;
	color: #08083b;
	font-weight: bold;
	text-decoration: none;
	background: url(images/bgNav.gif) repeat-x;
}
#nav a:hover, #nav a:active	{
	background: url(images/bgNavOn.gif) repeat-x;
	text-decoration: underline;
	padding: 5px 15px 5px;
	color: #000;
}
#nav .divider	{
	height: 40px;
	width: 4px;
	background: url(images/bgNavOn.gif) no-repeat;
	background-position: 50% 0%;
	float: left;
}
#container #sidebar {
	float: left; 
	width: 180px;
	padding: 60px 10px 10px;
	font-size: 95%;
	text-align: left;
}
#container #sidebar IMG	{
	margin: 3px 0;	
}
#sidebar UL	{
	margin: 0 0 8px 8px;
	padding: 0;
	list-style: square;
	font-weight: bold;
}
#sidebar UL LI UL	{
	margin: 5px 0 5px -5px;
	padding: 0;
}
#sidebar UL LI UL LI	{
	list-style: none;
	margin: 0;
	padding: 0 5px;
	font-weight: normal;
}
#sidebar h3	{
	font-size: 130%;
	padding: 0;
	margin: 0 0 10px 10px;
	text-align: left;
}
#container #mainContent { 
	margin: 0 0 0 200px;
	padding: 0 30px 15px 0; 
	line-height: 135%;
} 
#container #mainContent h1	{
	font-variant: small-caps;
	padding: 0 0 25px;
	font-size: 175%;
}
#container #mainContent UL	{
	
}
#footer { 
	text-align: center;
	padding: 40px 0 0 200px;
} 
#container #footer p {
	margin: 0 0 10px 20px; 
	padding: 10px 0; 
	font-weight: bold;
	font-variant: small-caps;
	border: 1px solid #000;
	width: 90%;
	white-space: nowrap;
	border-right-width: 0;
	border-left-width: 0;
}
#footer a:link, #footer a:visited	{
	color: #006;
	text-decoration: none;
	padding: 0 10px;
}
#footer a:hover, #footer a:active	{
	text-decoration: underline;
	color: #F00;
	padding: 0 10px;
}
#footerBase	{
	background: url(images/bgContainer-base.png) no-repeat;
	width: 984px;
	height: 12px;
	margin: 0 auto 20px;
}
.fltrt { 
	float: right;
	margin: 0 25px 25px;
}
.fltlft { 
	float: left;
	margin: 0 25px 25px 0;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.loud	{
	padding: 2px 40px 2px 5px;
	color: #FFF;
	background: #08083b;
	font-weight: bold;
	margin-left: -5px;
	font-size: 115%;
}
#menu .loud	{
	text-align: center;
	background: #ffffae;
	color: #990000;
	padding: 10px;
	margin: 10px 30px;
}
#menu .loud SPAN	{
	font-size: 90%;
}
#mainContent h2	{
	clear: right;
	/*background: url(images/menu-h2.png) no-repeat;
	height: 35px;*/
	width: 600px;
	color: #000;
	font-weight: bold;
	font-variant: small-caps;
	padding: 9px 0 0 8px;
	margin: 10px 0 0;
}
#menu STRONG	{
	display: block;
}
#menu EM	{
	display: block;
	float: right;
	margin: -1.5em 100px 0 0;
	padding: 0 0 0 40px;
}
a	{
	outline: none;	
}
.nobr	{
	white-space: nowrap;
}