@import url("http://developer.yahoo.com/yui/build/reset/reset.css");

html{
	background: #DEE2EB;
	_background: #F0F0F0; /* IE6's eyes can see this */
}

body{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	color: #666;
}

a {
	color: #1F3199;
	text-decoration: none;
}

#container{
	width: 758px;
	margin: 0 auto;
	padding-top: 26px;
}

/********* HEADER *********/
#header{
	height: 50px;
	padding: 3px 5px 5px 3px;
	overflow: hidden;
	background: url('header.png') no-repeat;
}

#logo{
	width: 244px;
	height: 100%;
	float: left;
	background: url('logo.png') no-repeat 20px center;
}

#logo a{
	display: block;
	width: 100%;
	height: 100%;
}

#nav{
	float: left;
	padding: 10px 0;
	height: 31px;
	background: url('header_nav.png') no-repeat left 9px;
}

#nav li {
	float: left;
	width: 100px;
}

#nav li a {
	display: block;
	text-align: center;
	height: 100%;
	font-size: 11px;
	font-weight: bold;
	line-height: 28px;
	color: #1F3199;
}

#nav li a:hover{
	background: url('header_nav_dot.gif') no-repeat center 21px;
}

/********* CONTENT *********/
#wrapper {
	width: 758px;
	margin-top: 6px;
	text-align: left;
	background: url('content_top.png') no-repeat top left;
}

#content {
	line-height: 1.8em;
	padding: 28px 0 30px;
	width: 572px;
	background: url('content_bottom.png') no-repeat bottom left;
}

#content a { border-bottom: 1px dotted #1F3199; }

#content a:hover {
	color: #FF5F00;
	border-bottom: none;
}

#content .innerWrap {
	min-height: 500px;
	background: url('content_wrap.png') repeat-y;
	padding: 1px 25px 20px 23px;
	overflow: hidden;
}

#footer {
	font-family: Arial;
	font-size: 10px;
	line-height: 1.3em;
	color: #999;
	clear: both;
	padding: 30px 0 15px;
	margin-right: 186px;
}

/********* SIDEBAR *********/
#sidebar {
	font-size: 11px;
	float: right;
	width: 178px;
	overflow: hidden;
}

#sidebar a { color: #333B66; }

#sidebar a:hover { color: #FF5F00; }

#sidebarTop {
	height: 132px;
	background: url('sidebar_top.png') no-repeat;
}

#sidebar .innerWrap {
	background: url('sidebar_wrap.png') repeat-y;
	padding: 8px 5px 0 3px;
}

#sidebar .innerWrap li {
	padding: 0 15px 8px 20px;
	line-height: 1.5em;
}

#sidebar .innerWrap li.first {
	padding-left: 10px;
	padding-bottom: 0;
	margin: 0 0 8px 10px;
	color: #FF5F00;
	background: url('bullet.gif') no-repeat left center;
}

#sidebar .innerWrap li.last {
	padding-top: 12px;
	padding-bottom: 0;
	margin-top: 5px;
	border-top: 1px solid #F2F2F2;
	line-height: 1em;
}

#sidebar .innerWrap li.last a { padding-left: 5px; color: #8F97BF; }

#sidebarBottom {
	background: url('sidebar_bottom.png') no-repeat;
	color: #666;
	padding: 50px 20px 0;
}

#sidebarBottom li { list-style: square inside; }

#sidebarBottom p { padding-top: 6px; line-height: 1.5em; }

