
* {
	margin: 0;
	padding: 0;
}

body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}

a {
text-decoration: none;
color: #425969;
}

.right li {
margin: 5px 5px 5px 5px;
}

#wrap {
margin: 0 auto;
width: 1024px;
}

#header {
height: 100px;
width: auto;
background: #425969;

}
#subheader {
background: #F5F5F5;
padding-bottom: 10px;
margin-bottom: 10px;
border: 1px dashed #ccc;
}
#header h1 { 
font-size: 22px;
letter-spacing: -1px;
padding: 15px 0 0 20px;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #000;
}
#header h2 {
font-size: 12px;
color: #e1c70e;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#content {
padding: 0 20px;
}



.left {
float: left;
width: 20%;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #425969;
color: #fff;
font-size: 13px;
}
.left ul {
	padding: 0px 0px 0px 20px;
	color: #425969;
}
.left ul li a {
	text-decoration: none;
	font-weight: 600;
}
.left ul li a:hover {
}


.right {
	margin-left: 22%;
	text-align: justify;
	padding-top: 20px;
}
.right p {
	padding-left : 5px;
}
.right h2 {
	font-size: 13px;
	font-weight: 600;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	background: #425969;
}
.right h2 a {
	text-decoration: none;
	color: #fff;
}
.right h2 a:hover {
	color: #111;
}
.right h3 {
	font-size: 14px;
	font-weight: 600;
}

.right ul {
	padding: 0px 0px 0px 20px;
}
.right ul li a {
	text-decoration: none;
}


/*.articles {
	padding: 10px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}*/

#footer {
	clear: both;
	text-align: center;
	font-size: 11px;
	color: #aaa;
	margin-top: 40px;
	border-top: 1px dotted #aaa;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer a { color: #aaa; }
#footer a:hover { color: #111; }
