@charset "utf-8";
/* CSS Document */


Body{ 
	background-image:url(background.jpg);
	background-repeat:repeat-x;
	background-color:#6ec2ff;

}

.menuItemHover a{
	color:#A82222;
	text-decoration:none;
}
.menuItemHover{
	background-image:url(menuHover.jpg);
	border-bottom:1px solid #526d81;
	font-family:Arial;
	color:#000;	
	font-size:14px;
	font-weight:bold;
}



.menuItem a{
	//color:#115F88;
	color:#000000;
	text-decoration:none;

}


.menuItem{
	border-bottom:1px solid #526d81;
	font-family:Arial;
	color:#000;	
	font-size:14px;
	font-weight:bold;
}


.menuDivider{
	border-bottom:1px solid #526d81;
	background-image:url(divider.gif);
	font:Verdana;
	color:#000;
	width:1px;
}

.contentTable li{
	font-size:16px;
	line-height:1em;
}

.contentTable ul{
	line-height:0.5em;
}

.contentTable p{
	font-size:16px;
	line-height:1em;
}

.contentTable h2{
	font-size:20px;
}

.contentTable{

	width:916px; 
	height:600px; 
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	vertical-align:top;
	line-height:0.5em;

}


.vidsTable li{
	font-size:16px;
	line-height:1em;
}

.vidsTable ul{
	line-height:0.5em;
}

.vidsTable p{
	font-size:16px;
	line-height:1em;
}

.vidsTable h2{
	font-size:20px;
}

.vidsTable{

	width:916px; 
	height:900px; 
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	vertical-align:top;
	line-height:0.5em;

}


.footer a:visited{
	text-decoration:none;
	color:#ffffff;
}

.footer a:hover{
	text-decoration:none;
	color:#004080;
}

.footer a{
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
}

.footer{
	padding-top:10px;
	font:Verdana; 
	font-family:Verdana; 
	font-size:10; 
}