* {
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

body {
	background: #333;
	font-family: Verdana;
	font-size: 12px;
	line-height: 20px;
	color: #222;
	vertical-align: inherit;
}

a {
text-decoration: none;
color: #99AECD;
}
a:hover {
text-decoration: underline;
color: #4F5D7F;
}

#wrap {
	width: 800px;
	background: #fff;
	padding: 10px;
	border: 5px solid #596482;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#header {
	height: 140px;
	border: 0px outset #BCCACD;
	background-color: #FFF;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 800px;
}
#header h1 {
	font-size: 24pt;
	letter-spacing: -7px;
	padding: 17px 0 0 10px;
	color: #FFFFFF;
	font-family: Verdana;
}
#header h1 a { 
color: #FFFFFF;
text-decoration: none;
font-weight: normal;
letter-spacing: normal;
}

}

#menu {
	height: 30px;
	line-height: 20px;
	background-color: #999999;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: normal;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 12px;
color: #fff;
}
#menu ul li a:hover {
color: #FFFFFF;
text-decoration: none;
}

#content {
padding: 0 20px 20px 0;
}

.right {
	float: right;
	width: 600px;
	text-align: left;
	padding-top: 22px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {

}

.left {
float: left;
width: 140px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
color: #7988AF;
font-size: 15px;
}
.left ul {
padding: 10px 0 15px 30px;
list-style-type: square;
color: #99AECD;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

#footer {
text-align: center;
font-size: 11px;
color: #aaa;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }
