* {
    padding: 0;
    margin: 0;
} 

body {
	background: #2663A6;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
	color: #333333;
	line-height: 20px;
}

img { border: none; }
a { color: #10447D; }
a:hover {
	text-decoration: none;
	color : #003399;
}
h3 {
	border-bottom: 1px dotted #aaa;
	color: #666;
	padding-bottom: 4px;
	margin: 14px 0 7px 0;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: -1px;
}
#right h4 {
	font-weight: bold;
}

h3 a { text-decoration: none; font-size: 22px; letter-spacing: -1px; }
h3 a:hover {
	color: #003399;
}

#wrap {
width: 900px;
margin: 20px auto;
}

#header {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	height: 140px;
	background-color: #10447D;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#logo {
	left: 25px;
	top: 25px;
	position: relative;
}

#header h1 {
	font-size: 38px;
	font-weight: 100;
	letter-spacing: -3px;
	text-align: left;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	position: relative;
	left: 220px;
	top: -80px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #111;
text-decoration: none;
}
#header h2 {
	font-size: 13px;
	color: #eee;
	text-align: left;
	font-weight: 100;
	position: relative;
	left: 240px;
	top: -70px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

#content { 
padding: 0 30px;
background: #10447D url(images/content.jpg) repeat-y;
}

#right{
	padding: 10px 0;
	width: 630px;
	float: right;
	font-size: 12px;
	text-align: justify;
}
#right h2 {
	color: #10447D;
	padding-bottom: 4px;
	margin: 14px 0 7px 0;
	font-weight: 400;
	font-size: 30px;
	letter-spacing: -1px;
	text-decoration: none;
}

#right h3 {
	color: #10447D;
	padding-bottom: 4px;
	margin: 14px 0 7px 0;
	font-weight: 400;
	font-size: 22px;
	letter-spacing: -1px;
}



#left{
	padding: 25px 0;
	width: 180px;
	float: Left;
}
#left h3 {
	font-size: 16px;
	border: none;
	padding: 0 0 0 10px;
	margin: 0;
	color: #333333;
}
#left ul { list-style-type: none; padding: 10px 0 20px 20px; }
#left ul li { padding: 2px 0 3px 0; }
#left ul li a {
	color: #10447D;
	font-weight: bold;
	display: block;
	text-decoration: none;
	font-size: 12px;
}
#left ul li a:hover {
	color : #0033FF;
	text-decoration: underline;
}

#footer {
font-size: 10px;
color: #eee;
text-align: center;
height: 30px;
line-height: 30px;
background: #10447D url(images/footer.jpg) no-repeat;
}
#footer a { 
color: #eee;
text-decoration: none;
}
#footer a:hover {
color: #fff; 
text-decoration: underline; 
}

#bottom {
background: #10447D url(images/bottom.jpg) no-repeat;
padding: 5px 0;
}
