* {
padding: 0;
margin: 0;
} 

body {
background: #800000 url(../images/banner/bg.gif) top center repeat-y;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 0;
margin: 0;
color: #800000;
line-height: 20px;
text-align: center;
}

img { border: none; }

.hyperlinks a {
	font: bold 14px Tahoma, Georgia, "Times New Roman", sans-serif, serif;
	color: #800000;
	line-height:10px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
.hyperlinks a:hover {
	background: #660099;
	color:#FFFFFF; font-size:18px;
	}

a { text-decoration: none; }
a:hover { color: #800000; text-decoration:underline; }
h3 { border-bottom: 1px dotted #ccc; color: #800000; padding: 10px 0 2px 0; }
h3 a { color: #3090F0; }
h3 a:hover { color: #F0A848; }
h2 { text-align:left; color:#800000;
}

#wrap {
margin: 0 auto;
width: 979.99px;
}

#header {
height: 200px;
}

#header h1 { text-transform: uppercase; padding: 25px 0 0 30px; font-size: 30px; font-weight: 100; letter-spacing: -2px; }
#header h1 a { color: #3090F0; }
#header h1 a:hover { color: #333; }
#header h2 { padding: 0 0 0 30px; font-size: 19px; color: #333; font-weight: 100; }

#menu {
background: #C0D8F0 url(../images/banner/menu.gif) no-repeat;
height: 64px;
line-height: 180px;
padding-left: 20px;
color: #800000;
font-weight:bold;
}
#menu li {
float:left;
list-style-type:none;
}
#menu li a {
padding:0 10px;
text-decoration:none;
color: #fff;
letter-spacing:-1px;
font-weight: 100;
font-size: 17px;
}
#menu li a:hover {
color: #fff;
text-decoration: underline; 
}

#content { 
padding: 10px;
}

#left {
float: left;
width: 200px;
}
#left li { list-style-type: none; padding-left: 10px; }

#left h2 {
margin-left: 10px;
padding: 5px 0 5px 10px; 
font: bold 13px Verdana, 'Trebuchet MS', Sans-serif;
color: #fff;
background: #EEF0F1 url(../images/banner/hbg.gif) repeat-x;	
border-right: 1px solid #ccc; 
border-left: 1px solid #ccc;  
}
#left .box {
border-right: 1px solid #ccc; 
border-left: 1px solid #ccc; 
border-bottom: 1px solid #ccc; 
margin: 0 0 10px 10px;	
padding: 5px 0 10px 0;
}

#right { 
float: right;
width: 740px;
margin-right: 10px; 
}
.contentleft {
float: left;
width : 550px;
}
.contentleft h2 {
padding: 5px 0 5px 10px; 
font: bold 13px Verdana, 'Trebuchet MS', Sans-serif;
color: #fff;
background: #EEF0F1 url(../images/banner/hbg.gif) repeat-x;	
border-right: 1px solid #ccc; 
border-left: 1px solid #ccc; 
}
.contentleft h2 a {
color:#fff;
text-decoration:underline;
}
.contentleft h2 a:hover {
color: #800000;
text-decoration:none;
}
.contentleftbox {
border-right: 1px solid #ccc; 
border-left: 1px solid #ccc; 
border-bottom: 1px solid #ccc; 
margin: 0 0 10px 0;	
padding: 0 10px 10px 10px;
text-align: center;
}

.contentright {
float: right;
width: 180px;
}
.contentright h2 {
padding: 5px 0 5px 10px; 
font: bold 13px Verdana, 'Trebuchet MS', Sans-serif;
color: #fff;
background: #EEF0F1 url(../images/banner/hbg.gif) repeat-x;	
border-right: 1px solid #ccc; 
border-left: 1px solid #ccc; 
}
.contentrightbox {
border-right: 1px solid #ccc; 
border-left: 1px solid #ccc; 
border-bottom: 1px solid #ccc; 
margin: 0 0 10px 0;	
padding: 10px;
}

#footer {
height: 40px;
line-height: 40px;
background: #800000 url(../images/banner/footer.gif) no-repeat;
color: #fff;
text-align: center;
}
#footer a { color: #fff; }
#footer a:hover { color: #333; }


