/*############### SITE STYLE ###############*/
body {
	height:100%;
	background: #2b3872 url(../images/07template/pageBackground.jpg) 0 0 repeat-x;
	color:#fff;
	margin:3px 0 0 0;

}

body,td,th {
	font: 12px/15px normal Arial, Helvetica, sans-serif;

}
a,
a:link,
a:visited {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
}
a:hover,
a:active {
	text-decoration: underline;
	color: #FF822D;

}
a.blackLink,
a.blackLink:link,
a.blackLink:visited {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
}
a.blackLink:hover,
a.blackLink:active {
	text-decoration: underline;
	color: #FF822D;
}
a.BlueLink,
a.BlueLink:link,
a.BlueLink:visited {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color:#0000FF;
	text-decoration:none;
}
a.BlueLink:hover,
a.BlueLink:active {
	text-decoration: underline;
	color:#0000FF;
}
a.MenuLink:Link,
a.MenuLink:Hover,
a.MenuLink:Visited {
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding:5px 0 0 3px;
	margin: 1px 0;
	width:94%;
	height:20px;
	color:#FFF;
	border-bottom: 1px solid #5179bb;
	border-left: 3px solid #FF822D;
	text-decoration:none;

}
a.MenuLink:Hover{
	color:#FF822D;
	background: #1f5880;
	border-right: 3px solid #FFF;
	border-left: 3px solid #FFF;
	text-decoration:underline;
}
.menuText{
	padding: 0 10px;
}
a.footerLink,
a.footerLink:Hover,
a.footerLink:Visited {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none
}
a.footerLink:Hover {
	text-decoration:underline;
	color:#FFF;
}
a.topNavItemLeft:Link,a.topNavItemLeft:Active,a.topNavItemLeft:Visited,
a.topNavItem:Link,a.topNavItem:Active,a.topNavItem:Visited,
a.topNavItemRight:Link, a.topNavItemRight:Active, a.topNavItemRight:Visited{
	font:11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	display:block;
	float:left;
	width:103px;
	height:55px;
	text-align:center;
	color:#000;
	text-decoration:none
}
a.topNavItemLeft:Hover,a.topNavItem:Hover,a.topNavItemRight:Hover{
	border-bottom: 3px solid #ff822d
}
a.topNavItemLeft:Link,a.topNavItemLeft:Active,a.topNavItemLeft:Visited{
	border-right:#909399 solid 1px;
}
a.topNavItem:Link,a.topNavItem:Active,a.topNavItem:Visited{
	border-left: #f2f4fa solid 1px;
	border-right:#909399 solid 1px;
}
a.topNavItemRight:Link,a.topNavItemRight:Active,a.topNavItemRight:Visited{
	border-left: #f2f4fa solid 1px;
}
#flashHolder{
	width:100%; 
	margin:7px 0; 
	height:206px;
}
/*############### SITE LAYOUT ###############*/
#wrapper{
	position:absolute;
	left:50%;
	/*color:inherit;*/
	height: 100%;
	min-height: 100%;
	width:846px;
	margin: 0 0 0 -423px;
}
#topNav{
	width:100%; 
	background: url(../images/07template/topNavBackground.gif) 0 0 no-repeat; 
	margin:7px 0 0 0; 
	height:64px;
}
	#navIn{
		padding:15px 0 0 0;
	}
#main{
	background: #345598 url(../images/07template/07NewMasterBackground.gif) 0 0 repeat-y;
	width:846px;
	z-index:2;	
}
#menu {
	float:left;
	width:166px;
}
#MasterBody{
	width:670px;
 	padding: 0 5px;
	float:right
}
#footer{
	padding:10px 0 30px 0;
	text-align:center;
}
.greyText {	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.greyTextBold {	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.videoBorder{
	border:1px solid #FFF;
}
a.smallLink:link,
a.smallLink:visited {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
}
a.smallLink:hover,
a.smallLink:active {
	text-decoration: underline;
	color: #FF822D;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
