/* CSS Document */
body {
	color: #555;
	font-size: 10px;
	padding: 0;
	margin: 0;
	font-size: 10px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	line-height: 1.6em;
	text-decoration: none;
	word-spacing: normal;
	background: #edeef0 url(images/background.gif) repeat-x;
}
body a{
	color: #174f98;
	text-decoration: none;
}
body a:hover{
	color: #174f98;
	text-decoration: underline;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 975px;
}
/*Header*/
#header {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	height: 314px;
	width: 975px;
	background: url(images/header.jpg) bottom left no-repeat;
}
#header img{
	float: left;
	border: 0;
	margin: 0;
}
#header span {
	width: 645px;
	text-align: right;
	float: left;
	padding-top: 5px;
}
/*--------------------------------Top Nav---------------------------*/
ul.topnav {
	margin: 25px 0 0;
	padding: 0 20px 0 0;
	float: right;
}
ul.topnav li {
	list-style: none;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	float: left;
}
ul.topnav li.about a{
	background: url(images/about.jpg) no-repeat left top;
	width: 88px;
	height: 41px;
	display: block;
}
ul.topnav li.about a:hover{
	background: url(images/about.jpg) no-repeat left bottom;
}
ul.topnav li.cbt a{
	background: url(images/cbt.jpg) no-repeat left top;
	width: 130px;
	height: 41px;
	display: block;
}
ul.topnav li.cbt a:hover{
	background: url(images/cbt.jpg) no-repeat left bottom;;
}
ul.topnav li.free a{
	background: url(images/free.jpg) no-repeat left top;
	width: 131px;
	height: 41px;
	display: block;
}
ul.topnav li.free a:hover{
	background: url(images/free.jpg) no-repeat left bottom;;
}
ul.topnav li.course a{
	background: url(images/course.jpg) no-repeat left top;
	width: 108px;
	height: 41px;
	display: block;
}
ul.topnav li.course a:hover{
	background: url(images/course.jpg) no-repeat left bottom;;
}
ul.topnav li.contact a{
	background: url(images/contact.jpg) no-repeat left top;
	width: 74px;
	height: 41px;
	display: block;
}
ul.topnav li.contact a:hover{
	background: url(images/contact.jpg) no-repeat left bottom;;
}

#main {
	background: url(images/body_bg.gif) repeat-y;
	float: left;
	padding:0 13px 0 14px;
}
/*----------------------------LeftNavigation--------------------------*/
#leftnav {
	float:right;
	color: #444;
	background: #f0f0f0;
	padding: 0;
	margin: 0;
	text-align: left;
	vertical-align:middle;
	width: 200px;
	clear:both;
	font-size: 1.0em;
}
#leftnav ul {
	padding: 0;
	margin: 0;
	width: 200px;
}
#leftnav li{
	list-style:none;
	padding: 0;
	margin: 0;
	width: 200px;
}
#leftnav .leftnavheader{
	background: url(images/leftnav_top.jpg) no-repeat left;
	width: 200px;
	height: 19px;
	margin: 0;
	padding: 2px 0 0 0;
	display: block;
	font-size: 1.0em;
	color: #fff;
	text-align:center;
	font-weight: 700;
}
#leftnav h2{
	margin: 0;
	padding: 2px 2px 0 5px;
	display: block;
	font-size: 1.1em;
	color: #222;
	font-weight: 700;
}
#leftnav li p {
	padding: 5px;
	margin: 0;
}

#leftnav li a{
	background-color: #f0f0f0;
	color: #444;
	text-decoration: none;
	display:block;
	width: 190px;
	padding: 2px 5px;
	border-bottom: 1px solid #ccc;
}
#leftnav li a:hover{
	background-color: #fff;
	color: #3f3c67;
	display:block;
	width: 190px;
	padding: 2px 3px;
	border-left: 2px solid #4d7ba4;
}
#leftnav img {
	margin: 5px auto;
	border: 0;
	text-align:center;
}
#leftnav input {
	margin: 5px 0 2px 10px;
	padding: 3px;
	font-size: 1.1em;
}
/*BODY*/
.alignleft {
	float: left;
	clear: both;
	margin: 10px;
}
.alignright {
	float: left;
	clear: both;
	margin: 10px;
}
h1 {
	font-size: 1.7em;
	color: #275293;
	margin: 20px 10px 10px 0;
}

h2 {
	font-size: 1.2em;
	background: #f0f0f0;
	margin: 5px 10px 5px 0;
	color: #333;
	padding: 5px;
}
.maincontent {
	float: left;
	width: 724px;
	margin: 0;
	padding: 10px 5px 15px 10px;
	background: #fff;
	font-size: 1.1em;
}
.maincontent p{
	padding: 0;
}

/*---------------------------Footer---------------------------------------*/
.footer {
	float: left;
	clear:both;
	color: #444;
	width: 949px;
	padding: 5px 0;
	text-align:center;
	border-top: 1px solid #f0f0f0;
}
.footer a{
	color: #174f98;
	text-decoration: none;
}
.footer a:hover{
	color: #174f98;
	text-decoration:underline;
}