﻿* {
	padding: 0;
	margin: 0;
} 

body {
background: #7D7D7D;
font-family: Arial, sans-serif;
font-size: 13px;
padding: 0;
margin: 0;
color: #444;
line-height: 17px;
}

img {
	border: none;
}

.imgleft {
	border: none;
	padding-right: 8px;
	float: left; 
}

.imgright {
	border: none;
	padding-left: 8px;
	float: right;
}

a {
	color: #5993CD;
}
a:hover {
	text-decoration: none;
	color: #ff4242;
}
h3 { border-bottom: 1px dotted #aaa; color: #5993cd; padding-bottom: 4px; margin: 14px 0 7px 0; font-weight: 100; font-size: 22px; letter-spacing: -1px;}
h3 a { text-decoration: none; font-size: 22px; letter-spacing: -1px; }
h3 a:hover {color: #ff4242;
}
h4 { color: #5993cd; padding-bottom: 4px; margin: 14px 0 7px 0; font-weight: 200; font-size: 16px; letter-spacing: -1px;}


#topwrap { 
background: #d7d7d7 url("../images/topwrap.jpg") no-repeat;
padding: 7.5px 0;
}
#bottomwrap { 
background: #d7d7d7 url("../images/bottomwrap.jpg") no-repeat;
padding: 10px 0;
}

#wrap {
width: 800px;
margin: 20px auto 0 auto;
}

#header {
height: 90px;
background: #7D7D7D url("../images/header.jpg") no-repeat;
}

#headerleft {
width: 206px;
float: left;
font-size: 12px;
text-align: justify;
}

#headermiddle {
width: 320px;
float: left;
text-align: justify;
padding: 10px;
}

#headerright {
	margin-top: 0px;
	margin: 0 0 0 0;
	width: 230px;
	float: right;
	padding: 10px;
}

#header h1 {
	color: #ffffff;
	font-size: 24px;
	font-weight: 100;
	letter-spacing: -1px;
	padding: 5px 0 0 25px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #880000;
text-decoration: none;
}

#header h2 {
font-size: 18px;
font-weight: 100;
color: #ffffff;
letter-spacing: -1px;
padding: 5px 0 0 25px;
}

#menu {
height: 30px;
line-height: 30px;
background: #7D7D7D url("../images/menu.jpg") no-repeat;
}
#menu li
{
float: left;
list-style-type: none;
padding-right: 5px;
}
#menu li a{ 
color: #fff;
text-decoration: none;
padding: 0 10px;
font-weight: 600;
}
#menu li a:hover {
color: #111;
}
#menu ul { padding-left: 20px;}

#topcontent { 
background: #7D7D7D url("../images/topcontent.jpg") no-repeat;
padding: 10px 0;
}

#content { 
background: #7D7D7D url("../images/content.jpg") repeat-y;
padding: 0 20px;
}

#left {
margin-top: 10px;
width: 490px;
float: left;
font-size: 12px;
text-align: justify;
margin-left: 10px;
padding-bottom: 20px;
}

#right {
	margin-top: 10px;
	width: 240px;
	float: right;
}
#right ul { color: #006699; padding: 10px 0 10px 20px; }
#right ul li { padding: 2px 0 3px 0; }
#right ul li a {
	font-weight: 400;
	display: block;
	text-decoration: none;
	font-size: 13px;
}
#right ul li a:hover {color: #ff4242;
}

#bottom {
background: #7D7D7D url("../images/bottom.jpg") no-repeat;
padding: 6px 0;
}

.formhidefield {
	display: none
}

#footer {
font-size: 11px;
color: #eee;
text-align: center;
padding: 10px 0;
}
#footer a { 
color: #eee;
text-decoration: none;
}
#footer a:hover {
color: #000; 
text-decoration: underline; 
}
