/* CSS Document */
body {
	color : #000000;
	font-size: 10px;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: Arial;
	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;
	padding: 0px;
	text-align: left;
	font-size: 1.0em;
	width: 200px;
	overflow: hidden;
	display: inline;
	background: #e6e6ff;
}
#leftnav p {
	padding: 5px 10px;
}
#leftnav ul {
	padding: 0;
	margin: 0;
	width: 230px;
}
#leftnav li {
	background: #e6e6ff url(images/arrow.gif) no-repeat 5px 8px;
	list-style:none;
	padding: 0;
	margin: 0;
	width: 150px;
}
#leftnav li a:hover , #leftnav a:active {
	background: #f3f3ff url(images/arrow.gif) no-repeat 5px 8px;
	color : #00FFFF
	background: #000000
	}
	
#leftnav .leftnavheader {
	background: #cdcbcb;
	width: 215px;
	padding: 5px;
	display: block;
	font-size: 1.1em;
	color : #000000;
	text-align:left;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
}
#leftnav .leftnavheader a{
	background: #a7a7cf;
	width: 215px;
	padding: 0;
	display: block;
	font-size: 1.1em;
	color : #000000;
	text-align:left;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
}
#leftnav h2{
	margin: 0;
	padding: 2px 2px 0 0;
	display: block;
	color : #fff;
	font-weight: 700;
}
#leftnav li p {
	padding: 5px;
	margin: 0;
}
#leftnav li a{
	color : #000000;
	text-decoration: none;
	display:block;
	width: 200px;	padding:3px 5px 3px 20px;
	border -top: 1px solid #b8b8de;
	border -bottom: 1px solid #fff;
}
#leftnav li a:hover {
	background: #f3f3ff url(images/arrow.gif) no-repeat 5px 8px;
	display:block;
	width: 199px;	padding:3px 5px 3px 20px;
}
#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.5em;
	color : #000000;
	margin: 20px 10px 10px 0;
}

h2 {
	font-size: 1.0em;
	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;
}#container #main .maincontent table tr td div .style1 {
	color : #F00;
}
#container #main .maincontent table tr td div .style1 {
	color : #000;
}
#container #main .maincontent table tr td div .style2 s {
	color : #F00;
}
