* {
	margin: 0;
	padding: 0;
}

body {

}

ul, ol {
}
img
{
	padding: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #e1e1e1;
	border-right-color: #e1e1e1;
	border-bottom-color: #e1e1e1;
	border-left-color: #e1e1e1;
}

img.floatTL
{
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
margin-top: 0.5em;
}

#wrap {
	width: 800px;
	background: #fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
height: 142px;
}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 23px 0 0 20px;
color: #F58220;
}
#header h1 a { 
color: #F58220;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 19px;
color: #111;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#menu {
	height: 30px;
	line-height: 30px;
	background-color: #004185;
}
#menu ul {
list-style-type: none;
padding-left: 20px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 14px;
color: #ccc;
font-family: Arial, Helvetica, sans-serif;
}
#menu ul li a:hover {
	color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

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

.left {
	float: left;
	width: 505px;
	text-align: left;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.left h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.left h2 a {
text-decoration: none;
color: #4174B4;
}
.left h2 a:hover {
color: #111;
}

.right {
	float: right;
	width: 215px;
	margin-top: 10px;
	background-color: #4C71A7;
	margin-left: 10px;
}
.right h2 {
	margin: 10px 0 0 0;
	padding-left: 10px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	font-size: 13px;
	background-color: #2F4566;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.right ul {
padding: 10px 0 15px 20px;
list-style-type: square;
}
.right ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 100;
	font-family: Arial, Helvetica, sans-serif;
}
.right ul li a:hover {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 13px;
}

#footer {
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	background-color: #003366;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a { color: #fff; }

