a:link
{
	font-weight: bold;
	text-decoration: none;
	color: #000066;
	font-size: 1em;
}

a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	font-size: 1em;
}

a:hover, a:active
{
	text-decoration: underline;
	color: #9685BA;
}

a {
	color: #333333;
	text-decoration: underline;
}
acronym{
	border-bottom: 1px dotted #666666;
	cursor: help;
}
body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 5px;
	padding: 0px;
/*	background-image: url(images/blubg.jpg);*/
	background-repeat: repeat-x;

}
h1{
	color:#666666;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;	
	line-height: 13px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
h2{
	color:#666666;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;	
	line-height: 13px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	text-align:right;
}
h3{
	color:#666666;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;	
	line-height: 14px;
	margin: 10px 0px 3px 0px;
	padding: 0px;

}
.header
{
	background-color: #FFF;
	font-size: 36px;
	font-family: Times, times-new-roman, serif;
	color: #003;
	line-height: 24px;
	font-weight: bold;
	background-image: url(images/dfanaticmasthead800x60_07.jpg);
	background-repeat: no-repeat;
	height: 90px;
}
.subheader
{
	background-color: #F9F8F7;
	/*D6C43A;*/
	font-family: verdana,arial,helvetica,sans serif;
	margin: 5px;
	padding: 5px;
}

.content
{
	border-color: silver;
	border-width: 1px;
	width: 100%;
	text-align: left;
	margin: 1pt 0pt 1pt 0pt;
	border-style: solid;
	background-color: white;
	
}


table.c3
{
	border-color: silver;
	border-width: 1px;
	width: 640px;
	text-align: left;
	margin: 1pt 0pt 1pt 0pt;
	border-style: solid;
	background-color: #F9F8F7;

}

td.count
{
	margin: auto;
	height: 50px;
	width: 450px;
	font-family: "Courier New", Courier, mono;
	font-size: 24pt;
	color: #000;
	text-align: center;
	font-weight: bold;
	background-image: url(images/back.jpg);
	vertical-align: middle;
	background-repeat: no-repeat;
	float: right;
}


.clear
{
	height: 40px;
	clear: both;
	width: 100%;
	margin: 0;
	margin-left: 20px;
}

.pickit
{
	font-family: verdana, arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #009892;
	margin: 1px 8px 0 0;
	clear: none;
	position: relative;
	float: left;
}

/* --- Navbar Style --- */
#nav
{
	width: 790px;
	height: 48px;
	background: transparent;
	z-index: 1;
	padding: 0 0 0 25px;
}

/* -- Blue Menu -- */
.menu
{
	font-family:  Arial, Helvetica, san-serif;
	width: 792px;
	height: 48px;
	position: relative;
	font-size: 11px;
	margin: 0;
	z-index: 1000;
}

.menu ul li a
{
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	width: 81px;
	height: 48px;
	text-align: center;
	border-bottom: 0;
	background-image: url('images/blue/center.png');
	line-height: 48px;
	font-size: 11px;
	overflow: hidden;
	padding-left: 1px;
}

/* End Caps Styling */
.menu .left_nosub
{
	background-image: url('images/blue/left.png');
	padding-left: 1px;
	margin-right: -1px;
}

.menu .right_hassub { background-image: url('images/blue/right.png'); }
.menu .right_nosub { background-image: url('images/blue/right.png'); }

.menu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu ul li
{
	float: left;
	position: relative;
}

.menu ul li ul { display: none; }

/* Button ":hover" Styling */
.menu ul li:hover a
{
	color: #043454;
	background: url('images/blue/center_hassub.png');
}

.menu ul li:hover ul
{
	display: block;
	position: absolute;
	top: 42px;
	left: 0;
	width: 152px;
	margin: 0;
	padding: 0;
}

.menu ul li:hover ul li a.center_hassub
{
	background: #6a3;
	color: #fff;
}

.menu ul li:hover ul li:hover a.center_hassub
{
	background: #6fc;
	color: #544a3a;
}

.menu ul li:hover ul li ul { display: none; }

.menu ul li:hover .left_nosub
{
	color: #043454;
	background: url('images/blue/left_nosub.png');
}

.menu ul li:hover .right_hassub
{
	color: #043454;
	background: url('images/blue/right_hassub.png');
}

.menu ul li:hover .right_nosub
{
	color: #043454;
	background: url('images/blue/right_nosub.png');
}

/* DropDown Styling */
.menu ul li:hover ul li a
{
	background-image: none;
	display: block;
	height: 28px;
	line-height: 26px;
	color: #043454;
	width: 142px;
	text-align: left;
	margin: 0;
	padding: 0 0 0 11px;
	font-weight: normal;
}

.menu ul li:hover ul
{
	margin: 0 0 0 3px;
	padding: 0;
	background-image: url('images/blue/dropdown.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}

/* DropDown Menus ":active" or "Selected" Styling */
.menu ul li:hover ul .sub_active
{
	background-image: url('images/blue/sub_active.png');
	margin-right: 1px;
}

/* DropDown Menus ":hover" Styling */
.menu ul li:hover ul li a:hover
{
	color: #003;
	background-image: url('images/blue/sub_hover2.png');
}

.menu ul li:hover ul li:hover ul
{
	display: block;
	position: absolute;
	left: 105px;
	top: 0;
}

.menu ul li:hover ul li:hover ul.left { left: -105px; }

.wrap
{
	top: 0px;
	left: 25px;
	width: 790px;
	padding: 0;
	padding-left: 5px;
}

/* -- End Blue Menu -- */
