@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/page_background.png);
	background-repeat: repeat-x;
}
td {
	font-size: 11px;
}
#topLinksDIV {
	position: relative;
	height: 40px;
	width: 500px;
	top: 2px;
	left: 300px;
	text-align: right;
	color: #FFFFFF;
}
form {
	margin: 0px;
	padding: 0px;
}
#searchInput {
	background-image: url(../images/search_bg.png);
	background-repeat: no-repeat;
	height: 14px;
	width: 168px;
	font-size: 10px;
	color: #666666;
	border: 1px solid #666666;
}
a.white {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}

a.white:hover {
	text-decoration: underline;
}

h2 {
	font-size: 14px;
	color: #2C4279;
}
h2.gray {
	color: #333333;
}

#contentTable {
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-y;
}
#footerTable {
	background-image: url(../images/content_footer.png);
	background-repeat: no-repeat;
	height: 68px;
	width: 818px;
}
#topBarTable {
	background-image: url(../images/top_bar.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 818px;
}
#footerLinksDIV {
	position: relative;
	height: 50px;
	width: 700px;
	text-align: left;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 80px;
}
img.floatLeft {
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
}
img.floatRight {
	float: right;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 8px;
}
a {
	color: #003366;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}
ul {
	margin-top: 5px;
	margin-bottom: 10px;
}
.redNote {
	color: #990000;
}
div.blueHighlightBox {
	background-image: url(../images/img_blue_gradient.png);
	background-repeat: repeat-x;
	border: 6px solid #003366;
	color: #FFFFFF;
	margin: 6px;
	padding: 6px;
}


div.blueHighlightBox a{
	color: #FFFFFF;
}

div.pBox {
	margin-top: 8px;
	margin-bottom: 8px;
}
div.overlay {
	width:540px;
	height: 390px;
	background-image:url(../images/video_bg.png); 
	display: none;
	text-align:center;
	padding: 55px;
}

div.overlay2 {
	width:500px;
	height: 400px;
	background-image:url(../images/video_bg.png); 
	display: none;
	text-align:center;
	padding: 40px;
}

div.overlay div.close, div.overlay2 div.close { 
    background-image:url(../images/close.png);  
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
} 
