/* CSS Document */

/* General Defaults */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	background-color: #666666;
	text-align: center;
	margin: 0;
	padding: 0;
}
a, a:link, a:active, a:visited { 
	color: #0033ab; 
	font-weight: bold; 
	text-decoration: none; 
}
a:hover { 
	color: #FCBD30; 
	font-weight: bold; 
	text-decoration: underline; 
}
#pagecontent	{
	width: 94%;
	min-width: 750px;
	max-width: 1100px;
	background: #fff;
	border: 1px #000 solid;
	text-align: left;
	margin: 10px auto;
}
* html #pagecontent 	{
	width: 760px /* fallback value */;
	width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) > 1222 ? "1100px" : (((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 778 ? "700px" : "90%")); 
}
.breadcrumb	{
/*	display: none;*/
}
* html #mbody {
	height:300px;
}
h1	{
	color: #0033ab;
	font-size: 22px;
}
h2 {
	color: #000000;
	font-size: 16px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* -------- Header -------- */
#mainnavigation {
	background-color: #0033ab;
	color: #ffffff;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
}
#mainnavigation a {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
#mainnavigation a:hover {
	color: #fcbd30;
	text-decoration: none;
}
.navitem {
	display: inline;
	float: left;
	width: 14%;
	text-align: center;
}


/* -------- Left hand menu column -------- */
#menu	{
	float: left;
	margin: 0;
	padding: 20px 15px;
	width: 180px;
}
#menu h2	{
	margin-top: 0;
	padding-top: 0;
	font-size: 16px;
}
#menu ul	{
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	list-style:none;
}
#menu ul li	{
	margin: 0 0 8px 0;
	padding: 0;
}
#menu a	{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover	{
	color: #747474;
	text-decoration: none;
	font-weight: bold;
}
/*xmenu added to handle "empty" case in IE */
#xmenu {
	width: 160px;
	float:left;
	padding: 0;
	margin: 0px 10px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

/* -------- Body Content -------- */
#interiorContent	{
	margin: 20px 25px 20px 220px;
}


/* -------- Footer --------- */
#footer	{
	background-color: #000000;
	width: 100%;
	float: left;
	color: #ffffff;
	font-size: 0.8em;
}
#footer a	{
	color: #FCBD30;
	text-decoration: none;
	font-weight: normal;
}
#leftfootercontent	{
	padding: 10px;
	float: left;
	display: inline;
	width: 45%;
	text-align: left;
}
#rightfootercontent	{
	padding: 10px;
	text-align: right;
	float: right;
	display: inline;
	width: 45%;
}


