body {
	padding: 0px;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(../images/GreyGradientBG.jpg);
	background-repeat: repeat-x;
}



body>div#wrapperDS {
	background-image: url(images/DropShadowBG.png);
	background-repeat: repeat-y;
	width: 818px;
	margin-right: auto;
	margin-left: auto;
	
}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	
	}


h1 {
	color: #0a4c89;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 28px;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 20px;
}
h2 {
	color: #003366;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	margin: 12px;
}
h3 {
	color: #0a4c89;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
}


.legalFooter    { color: #b6b0a2; font-size: 10px; font-family: Arial, Helvetica, sans-serif; line-height: 15px; text-decoration: none }
a.legalFooter:hover     { color: #0a4c89; font-size: 10px; font-family: Arial, Helvetica, sans-serif; line-height: 15px; text-decoration: underline }
.copy   { color: #666666; font-size: 12px; font-family: Arial, Helvetica, sans-serif; line-height: 19px; text-decoration: none }
a.copy   { color: #0a4c89; font-size: 12px; font-family: Arial, Helvetica, sans-serif; line-height: 19px; text-decoration: underline }
a.copy:hover   { color: #ff8e09; font-size: 12px; font-family: Arial, Helvetica, sans-serif; line-height: 19px; text-decoration: underline }
.nav    { color: #ffffff; font-size: 12px; font-family: Arial, Helvetica, sans-serif; line-height: 14px; text-decoration: none; text-align:left } 
a.nav     { color: #ffffff; font-size: 12px; font-family: Arial, Helvetica, sans-serif; line-height: 14px; text-decoration: none }
a.nav:hover     { color: #ffffff; font-size: 12px; font-family: Arial, Helvetica, sans-serif; line-height: 14px; text-decoration: underline }
.sitemap {font-family: Arial, Helvetica, sans-serif; font-size: 17px; color: #003366; }
.VideoTitle {font-family: Arial, Helvetica, sans-serif; font-size: 17px; color: #006699; }


a { color: #0a4c89; text-decoration: underline;}
a:hover { color: #ff8e09; text-decoration: underline;}

.LTNavBarBG {
	background-image: url(images/LeftTopNavBar.jpg);
	background-repeat: repeat-x;
	width: 138px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}



#fullheight{height:100%}
 
	
/* pop ups */		
a.screen, a.screen:visited {
color:#0a4c89;
position:relative;
z-index:1;
}
a.screen b {
position:absolute;
display:none; /* hide the image */
width:275px; /* give it a width */
height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
left:0; /* position:the image */
top:-207px;
}
a.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
a.screen:hover b {
display:block; /* make the image visible */
height:200px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500; 
}
a.screen:hover b img {
border:0; /* remove the link border */
}

