* {
padding: 0;
margin: 0;
} 

body {
margin:0;
padding: 0;
background: #000099;
color: #FFFFFF;
font: 16px Arial, Verdana, Tahoma, sans-serif;
line-height: 17px;
}

img {border: none;}
a{ color: #FFFFFF; text-decoration: none; }
a:hover {  color: #000; }

#top {
background: #fbeec7 url(images/top.jpg) no-repeat;
padding: 8px 0;
}
#contentt {
background: #fbeec7 url(images/content.jpg) repeat-y;
padding: 5px;
}
#bottom {
background: #fbeec7 url(images/bottom.jpg) no-repeat;
padding: 10px 0;
}

#wrap {
width: 990px;
margin: 0 auto;
}

#header {
height: 90px;
line-height: 5px;
}
#header h1 { 
font-size: 50px;
letter-spacing: -1px;
padding: 30px 0 0 10px;
color: #000;
}
#header h1 a { 
color: #3B8FE9;
text-decoration: none;
}
#header h1 a:hover {
color: #000;
}
#header h2 { letter-spacing: -1px; padding: 0 0 0 5px; font-size: 29px; color: #000; }

#headermenu {
height: 40px;
background: #3B8FE9 url(images/menubg.jpg) repeat-x;
line-height: 40px;
}
.headerm { 
padding: 0;
text-transform: uppercase;
font-weight: 100;
}
.headerm li {
float:left;
list-style-type:none;
}
.headerm li a {
display:block;
padding:0 20px;
text-decoration:none;
color: #fff;
letter-spacing:1px;
letter-spacing: -1px;
font-size: 20px;
}
.headerm li a:hover {
color:#FFFF00;
text-decoration:none;
}

.left {
margin-top: 0px;
margin-left: 5px;
float: left;
width: 190px;
line-height: 15px;
background: #000034;
padding-left: 5px;
}
.left h2 {
margin-top: 10px;
font: bold 13px Verdana, 'Trebuchet MS', Sans-serif;
line-height: 30px;	
background: #CC0001 url(images/contenth2.jpg) repeat-x;
height: 30px;
color: #fff;
padding-left: 10px;
}
.left ul  {
color: #aaa;
text-align: left;
margin: 3px 0 8px 0; 
padding-left: 10px;
text-decoration: none;	
list-style-type:none;	
}
.left ul li {
padding: 2px 0 2px 0px;
margin: 0 2px;	
}
.left ul a {
font-weight: 600;
color: #2A84E5;
}
.left ul a:hover { color : #333; }

.middle { 
margin-top: 0px;
float: left;
width: 590px;
margin-left: 5px;
margin-right: 1px;

}
.middle h2 {
font: bold 30px Verdana, 'Trebuchet MS', Sans-serif;
color: #666666;	
}
.middle h2 a {
color: #fff;
}
.middle h2 a:hover {
color: #000;
}
.middle h3 {
font: bold 20px Verdana, 'Trebuchet MS', Sans-serif;
line-height: 40px;
color: #555555;	
}

.right {
margin-top: 0px;
margin-right: 10px;
float: right;
width: 170px;
background: #FFFFFF;

}
.right h2 {
margin: 10px 0 20px 0;
font: bold 13px Verdana, 'Trebuchet MS', Sans-serif;
line-height: 30px;	

height: 30px;
color: #fff;
padding-left: 10px;
}

#footer { 
color: #777;
text-align: center;
padding-bottom: 10px;
}
#footer a {  color: #777; text-decoration: none; }
#footer  a:hover { color: #000; }

/* Menu */

#menu1 {
	float: left;
	width: 80px;
	margin: 0px auto;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #323B2E;
}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu1 li {
}

#menu1 a {
	display: block;
	width: 180px;
	padding: 10px 0px;
	background-color: #000033;
	border-top: 1px solid #8F7964;
	border-bottom: 1px solid #63554A;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
}

#menu1 a:hover {
	background-color: #999999;
	border-top: 1px solid #764B31;
	border-bottom: 1px solid #764B31;
	color: #764B31;
} 

