﻿ /* Menu */
 
 #header {
    
    height: 70px;
    margin-top: 0px;
}

#nav {
    width: 490px;
    height: 48px;
    
    
    margin: 5px 0 0 0;
    z-index: 1;
}

.menu {
    font-family: "Trebuchet MS", Arial, san-serif;
    width:492px;
    height:42px;
    position:relative;
    font-size:11px;
    margin: 0;
}

/* first and last tabs */
.menu .one {
    background-image:url(../Images/1a.png);
    padding-left: 1px;
    margin-right: -1px;
}
.menu .three {
    background-image:url(../Images/3a.png);
}

.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}


.menu ul li a {
    display:block;
    text-decoration:none;
    color:#fff;
    font-weight:bold;
    width:81px;
    height:42px;
    text-align:center;
    border-bottom: 0;
    background-image:url(../Images/2a.png);
    line-height:48px;
    font-size:11px;
    overflow:hidden;
    padding-left: 1px;
}

 
 .Title
{
    font-size: 32px;
    color: #427698;
    font-family: 'Wide Latin';
}
 
 a {font-family: Tahoma,Georgia,serif; font-size:11px}
a:link {color:Green; text-decoration:none}
a:visited {color: #660066; text-decoration:none}
a:hover {  color:  Green;
 text-decoration:underline}
a:active {color: red;text-decoration: none}


/* Footer */

#footercontainer {
	width: 100%;
	background-color: #296892;
	color: #fff;
	font-size: 12px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer { 
	width: 846px;
	margin-left: auto;
	margin-right: auto;		
	padding-right: 10px;
	padding-left: 10px;	
}
	#footercontainer a{
		color: #fff;
	}

