@charset "utf-8";
/* CSS Document */

body {
	color: #000000;
	font-size: 12px;
	font-family: 'Tahoma';
	font-weight:bold;
	background: url(img/dblue055.jpg);
	margin-top: 0px;
	height:100%;
	padding:0px;
	}
td	{
	color: #000000;
	font-size: 12px;
	font-family: 'Tahoma';
	padding:0px;
	}
a:link {
	text-decoration:none;
	color:#0000FF;
	}
a:visited {
	text-decoration:none;
	color:#0000FF;
	}
a:hover {
	text-decoration: underline;
	color:#FF0000;
	}
#vidmenu a:link {
	text-decoration:none;
	color:#0000FF;
	}
#vidmenu a:visited {
	text-decoration:none;
	color:#0000FF;
	}
#vidmenu a:hover {
	text-decoration: underline;
	color: #00FF00;
	}
#headfoot {
	background: url(img/bottom.jpg) 0px 0px no-repeat;
	width: 780px;
	height:40px;
	}	
#menu
	{
	display: block;
	width: 168px;
	height: 20px;
	background: url(img/sidebar_body.png) 0px 0px ;
	line-height:20px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
	text-indent: 20px;
	}
#menu1
	{
	width: 170px;
	background: url(img/sidebar_body.png) 0px 0px repeat-y;
	height:100%;
	color:#FFFF00;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	text-indent:8px;
	}	
#menu a:link {
	color: #FFFFFF;
	text-decoration:none;
	}
#menu a:visited {
	color: #FFFFFF;
	text-decoration:none;
	}
#menu a:hover {
	color: #FF0000;
	text-decoration:underline;
	}
#menu1 a:link {
	color: #FFFFFF;
	text-decoration:none;
	}
#menu1 a:visited {
	color: #FFFFFF;
	text-decoration:none;
	}
#menu1 a:hover {
	color: #FF0000;
	text-decoration:underline;
	}	
h2 {
	font-size:15px;
	}
h3 {
	text-indent:10px;
	color:#FFFF00;
	font-size:13px;
	font-weight:bold;
	}
h4	{
	text-indent:0px;
	margin-left:20px;
	font-size: 11px;
	}
h5	{
	font-size: 11px;
	margin-left:0px;
	text-indent:0px;
	}
#nav_list {
	margin: 0px;
	padding: 0;
	width: 155px;
	list-style: none;
	overflow: hidden;
	}
	
.li_nav_body a  {
	display: block;
	width: 155px;
	height: 20px;
	background: url(img/nav_body.png) 0px 0px no-repeat;
	line-height:20px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
	text-indent: 20px;
	
	}

.li_nav_footer a  {
	display: block;
	width: 160px;
	height: 21px;
	background: url(img/nav_body.png) no-repeat;
	line-height:21px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
	text-indent: 20px;
	}
.li_nav_body a:hover {
	background-position:  0 -20px;
	color:#FFFF00;
	}
.li_nav_footer a:hover {
	background-position:  0 -20px;
	color:#FFFF00;
	}
.li_active a:active  {
	background: url(img/nav_body.png) no-repeat;
	background-position:  0 -40px;
	color:#fff;
	}
img	{
	border:groove;
	border-color:#FFFFFF;
	border-width:2px;
	}
/*----- Hoverbox Code - get code found at http://host.sonspring.com/hoverbox/ ------*/


.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	left: 75px;
	
}

.hoverbox img
{
	background: #fff;
	color: inherit;
	vertical-align: top;
	margin: 2px;
	padding: 2px;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
}

.hoverbox li
{
	left: -20px;
	color: inherit;
	display: inline;
	float: left;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
}
.indent1 a:link	{
	text-indent:20px;
	}
