/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: opx;
	background-image: url(../images/bgbg.gif);
	background-repeat: repeat-x;
	padding: 0px;
}

#global{
position: absolute;
left: 50%; 
margin-left: -383px; Half the width */
width: 766px;
background-color: #FFF;

}
#header{
	float: left;
width: 764px;
height: 85px;
border-left: 1px solid #e5e5e5; 
border-right: 1px solid #e5e5e5; 
background-image: url(../images/logoBgtop.gif);
background-position: left;
background-repeat: no-repeat;
margin: 0px 0 0px 0;

}
#topMenu{
float: left;
width: 764px;
height: 25px;
border-left: 1px solid #e5e5e5; 
border-right: 1px solid #e5e5e5; 
background-image: url(../images/logoBgBottom.gif);
background-position: left top;
background-repeat: no-repeat;
margin: 0px 0 0px 0;

}
#FlashContent{
float: left;
width: 765px;
height: 157px;
border-bottom: 0px solid #ebebeb; 
margin: 0px 0 0px 0;
padding: 0px 0 0px 0;


}
#smallMenu{
	float: left;
width: 700px;
height: 55px;
border-bottom: 5px solid #ebebeb; 
margin: 0px 0 0px 0;
padding: 3px 0 3px 0;
}
#mainContent{
float: left;
width: 745px;
margin: 3px 0 3px 10px;

}
#leftcolumn{
	float: left;
	width: 210px;
}
#rightcolumn{
	float: left;
	width: 475px;
	margin: 0 20px 0 30px;
}
img{
	border: 0px;
	margin: 0px;
}

#sitecontentleft{
	float: left;
	width: 220px;
	padding:0;
	margin:0; 
}
#sitecontentright{
	float: left;
	width: 470px;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
}
#EITfooter{
float: left;
text-align: center;
color: #CCCCCC;
margin: 10px 0 0 0px;
width: 765px;
border-top: 1px solid #e5e5e5; 
}
a.EITfooterA:link, a.EITfooterA:active, a.EITfooterA:visited{
text-decoration: none;
color: #CCCCCC;
	
}
a.EITfooterA:hover{
text-decoration: underline;
color: #999999;

}
.mLine{
	padding: 0 10px 0 10px;
	color: #CCCCCC;
}
#menu-top {
	float: left;
	text-align: right;
	width: 764px;
	height: 22px;
}
#menu-top ul {
	margin: 0 0px;
	padding: 0 10px 0 0;
	list-style: none;
	font-size: 13px;
	float: left;
	text-align: right;
}

#menu-top li {
	display: inline;
	float: right;
	text-align: right;
}

#menu-top a {
	float: left;
	background: url(../images/menuleft.png) no-repeat left top;
	margin:0;
	padding:0 0 0 7px;
	text-decoration:none;
	line-height: 1.4em;
	
	 
}

#menu-top a span {
	background: transparent url(../images/menuright.png) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#5b8fbe;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
	font-weight: bold;
	color: #575757;
}

 #menu-top a:hover { background-position:0% -26px; }
 #menu-top a:hover span {	background-position:100% -26px; color: #fff;}
 
ul.minitabs{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

li.minitabsL{
list-style: none;
line-height: 12px;
border-bottom: 1px solid #dedede;
padding: 12px 0px 12px 0px;
text-align: left;
margin: 0px 0px 0px 0px;
width: 210px;

}

#minitabs li a {
text-decoration: none;
color: #545454;
font-size: 12px;
margin: 0px;
}

#minitabs a:hover {
color: #bd0e00;
}
h1.leftColH1{
	border-bottom: 3px solid #dedede;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}
h2.frontHeading{
font-family: "Trebuchet MS";
background-color: #C90F00;
color: White;
font-size: 16px;
line-height: 16px;
margin: 0px;
padding: 0px;
text-transform: uppercase;


}