@charset "UTF-8";
/* CSS Document */

/* STYLE RESET (Globals) ________________________________________________________________________________________________________*/
* {
	margin:0;
	padding: 0;
}
img {
	vertical-align: text-bottom;
}
a img {
	border:0;
}
a {
	text-decoration:none;
	outline: none;
}
p {
	margin:8px 0 20px 0;
	line-height:1.4em;
}
body {
	padding:20px;
	font-family: Verdana, "Helvetica Neue", Helvetica, Arial;
}

/* H1, H2, H3... ______________________________________________________________________________________________________*/
.left h2, .left h2 a {
	color:#333;
	font-size:16px;
	letter-spacing:-1px;
}
.left h3 {
	font-size:13px;
}
/* GENERAL LINKS ______________________________________________________________________________________________________*/
.left p a {
	color:#333;
	font-weight:bold;
}
.left p a:hover {
	color:#00529E;
}
.left p.more {
	margin-top:-20px;
}
.left p.more a {
	color:#B00000;
}
/* MAIN CONTENT _______________________________________________________________________________________________________*/
.left {
	color:#333;
	font-size:11px;
}
.left p {
	line-height:1.7em;
}
.left p img {
	padding:1px;
	border:solid 1px #999;
}
/* LISTS ______________________________________________________________________________________________________________*/
.left ul  {
	margin-left:15px;
}
.left ul li {
	font-size:11px;
	margin-bottom:15px;
	line-height:1.3em;
}
		
/* SIDE NAV ____________________________________________________________________________________________________________*/
.right {
	font-family:verdana;
}
.right ul {
	list-style:none;
}
/*Categories*/
.right ul li {
	font-size:11px;
	margin-top:10px;
}
.right ul li a {
	font-weight:bold;
	color:#333;
}
.right ul li a:hover {
	color:#333;
}
/*Stories*/
.right ul ul li {
	font-size:10px;
	margin-left:8px;
	margin-top:4px;	
}
.right ul ul li a {
	font-weight:normal;
	color:#333;
}
.right ul ul li a:hover {
	color:#000;
}
/* FOOTER ______________________________________________________________________________________________________________*/
.footer {
	padding:10px 0 0 0;
	clear:left;
	background: #fff;
	text-align:right;
	font-size:11px;
	color:#666;
	height:100px;
}
.footer a {
	color:#666;
}
.footer a:hover {
	color:#000;
	text-decoration:underline;
}
.footer img.logo{
	float:left;
}
/* MISC. CLASSES ______________________________________________________________________________________________________*/
div.copy {
	color:#999;
	font-size:10px;
}
div.img_inline {
	float:right;
	padding:0 0 0 10px;
}
div.img_inline small {
	line-height:1.25em;
}
/* LAYOUT ELEMENTS (IDs) ______________________________________________________________________________________________*/
#wrapper {
	margin:auto;
	position:relative;
	width:580px;
	background:url(../img/wrapper-bg.gif) no-repeat 0 258px #BACCE5;
}
#sub-wrapper {
}
.left, .right {
	padding-top:15px;
	float:left;
	display:inline;
	width:400px;
	margin-left:13px;
}
.right {
	border-left:solid 1px #666;
}
.right {
	width:135px;
	padding-left:10px;
	padding-bottom:15px;
}
.right a {
	position:relative;
}