@charset "UTF-8";
/* CSS Document */

#wrapper {
width:980px;
margin:0 auto;
}

#sidebar {
	background-image: url(images/sidebarbg.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 175px;
	min-height: 600px;
	background-color: #24333f;
	position: relative;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
}

#sidebar p, #sidebar td, #sidebar li, #sidebar h3 {
color: #FFFFFF;

}

#main {
	width: 785px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(images/contentbg.gif);
	position: relative;
}

#header {
	height: 180px;
	width: 785px;
	position: relative;
}

#headeroverlay {
	height: 180px;
	width: 785px;
	background-image: url(images/headeroverlay.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}

#nav {
	height: 20px;
	width: 785px;
	background-image: url(images/navbg.gif);
	background-repeat: no-repeat;
	position: absolute;
	top:180px;
}

#content {
	width: 755px;
	margin-top: 20px;
	padding: 15px;
	position: relative;
}

#footer {
	clear: both;
	background-color: #24333f;
	position: relative;
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #2e3641;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	font-weight: 100;
	color: #2e3641;
	margin: 0px;
	text-transform: uppercase;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
	text-transform: uppercase;
	color: #FF0000;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #2e3641;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: 0px;
}

#newsside
{
	color: #2e3641;
	background-color: #FFFFFF;
	background-image: url(images/learningcurve_sm.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 60px;
	width: 167px;
	margin-right: 4px;
	margin-left: 4px;
}


#newsside p, #newsside td, #newsside li
{
	color: #2e3641;
}

#newsside ul {
	margin: 0px;
	padding: 5px;
	list-style-type: none;
}

#newsside li {
	padding-top: 5px;
	padding-bottom: 5px;
}

a {
	color: #db0000;
}

a:hover {
	color: #660000;
}

#sidebar a {
	color: #CCCCCC;
}

#sidebar a:hover {
	color: #FFFFFF;
}

#newsside a {
	color: #db0000;
}

#newsside a:hover {
	color: #660000;
}

.news {
	width: 300px;
}

.news h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #CC0000;
	width: 300px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.news ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.newslistTitle {
	clear: left;
	float: left;
	height: 20px;
	width: 226px;
	padding: 2px;
}

.newslistDate {
	float: left;
	height: 20px;
	width: 66px;
	padding: 2px;
}

.newslistTitleAlt {
	clear: left;
	float: left;
	height: 20px;
	width: 226px;
	background-color: #e2eaf0;
	padding: 2px;
}

.newslistDateAlt {
	float: left;
	height: 20px;
	width: 66px;
	background-color: #e2eaf0;
	padding: 2px;
}