﻿body 
{
    	background-color: #ffffff;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}
h1, h2, h3, h4 {
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #505050;
	height: 1px;
}

a {
	text-decoration: none;
	color:#336699;
}

a:visited {
	color:Black;
}

a:hover {
	text-decoration: underline;
	color:Black;
}

a:active {
	color:#336699;
}


/* 1 HEADER */

.header {
	background-image: url(Images/header.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 1003px;
	height: 130px;
	margin: 0 auto 5px auto;
}


h1 {
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

h2 {
	position: absolute;
	left: 37px;
	top: 45px;
	font-size: 11px;
}

.menua {
	position: absolute;
	right: 37px;
	top: 13px;
	text-transform:none;
	font-size: 12px;
}
	
.menua a
{
    color:#336699;
    
    }	
    
.menua a:active
{
    color: Black;
    
}

.menua a:hover
{
    color:Black;    
    
}

.menua a:visited
{
	color:#336699	
}    

.nav {
	position: absolute;
	right: 37px;
	top: 51px;
	text-transform: uppercase;
	font-size: 10px;
	
}

.menua a:visited, .nav a:visited {
	
}





/* 3 FOOTER */

.footerbg {
	width: auto;
	height: 50px;
	text-align: center;
}

.footer {
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	width: 1003px;
	height: 50px;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
}

.menub {
	margin: 8px auto 2px auto;
	text-transform: uppercase;
	font-size: 10px;
}

.menub a:visited {
	color: #DBB94F;
}



/* 2 PAGE */

.page {
	background-repeat:repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
}
h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}
.body
{
    background-image: url(Images/header.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 1003px;
	height: 76px;
	margin: 0 auto 5px auto;
    
}


#dropmenudiv{

position:absolute;

border:1px solid black;

border-bottom-width: 0;

font:normal 12px Verdana;

line-height:18px;

z-index:100;

}

 

#dropmenudiv a{

width: 100%;

display: block;

text-indent: 3px;

border-bottom: 1px solid black;

padding:  0px 0;

text-decoration: none;

font-weight: bold;
background-color: #d1deec;

}

#dropmenudiv a:hover{ /*hover background color*/


}

