﻿body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: White;
    /*background-image:url(../img/background.jpg);
    background-repeat:repeat-x;*/
}

#content
{
	width:951px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border-color:Black;
	border-width:20px;
	border-style:solid;
    background-color: #FF0000;
}

.nav_btn_on, .nav_btn_on a, .nav_btn_on a:visited{
	position: relative;
	width: 169px;
	height: 32px;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	background: #F8F8F8;
	padding-top: 5px;	
	float: left;
	cursor: hand;
	text-decoration: underline;
	color:#00F;	
	font-weight:bold;
	text-align:center;
}
.nav_btn{
	position: relative;
	width: 169px;
	height: 40px;
	color:#00F;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	background: #fff;
	float: left;
}
.nav_btn a{
	display:block;
	background: url("../img/nav_bg1.png") 0 0 no-repeat;
	padding-top: 10px;
	color:#F8F8F8;
	height: 40px;	
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-decoration: none;
	cursor: hand;	
}
.nav_btn a:hover{
	background:#F8F8F8;
	cursor: hand;
	text-decoration: underline;
	color:#00F;
	border-width:3px;
	border-style:solid;
	border-color:Black;
	border-bottom:none;
	height: 30px;
}
.clear{
	clear: both;
	height:0px;
}

#menu3 ul {
    list-style: none;
    font-size: 80%;
    margin: 0;
    padding: 0;
}

/* =-=-=-=-=-=-=-[Menu Three]-=-=-=-=-=-=-=- */

#menu3 
{
    float: left;
    width: 170px;
    margin: 0px 10px 10px 10px;
}

#menu3 li a {
    height: 32px;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 24px;
    text-decoration: none;
}

#menu3 li a:link, #menu3 li a:visited {
    color: #000;
    display: block;
    background: url(../img/menu3.gif);
    padding: 8px 0 0 30px;
}

#menu3 li a:hover, #menu3 li #current, #menu3 li a:active {
    color: #FFFFFF;
    font-weight: bold;
    background: url(../img/menu3.gif) 0 -32px;
    padding: 8px 0 0 30px;
}

#dlcontent
{
    border-width: 3px;
    border-style: solid;
    border-color: #000000;
    background-color: #F8F8F8;
    margin-left: 50px;
    margin-right:50px;
    text-indent: 5px;
}

#dlcontent h1
{
    margin-top: 2pt;
    font-size: 20px;
}

#dltopleftcontent
{
    float:left;
    margin-left:10pt;
    margin-top:6pt;
    font-size:18pt;
    font-weight:bold;
    color: #FF0000;
    text-align:left;
}

#dltoprightcontent
{
    float:right;
    margin-right:14pt;
    margin-top:6pt;
    font-size:18pt;
    font-weight:bold;
    color: #FF0000;
    text-align:right;
}

			/*FOOTER*/
#footer {
text-align:center;
}
#footer p{

padding : 5px;
margin-top : 20px;
height : 0px;
font-size : 0.7em;
/*border-top : 1px solid #3C74BF; */
color : #000000;
}
#footer a:link, #footer a:visited {
color : #DDDDDD;
text-decoration : none;
}
#footer a:hover {
color : #FFFFFF;
}
