@charset "utf-8";

body {
	background-color: #e7ecf0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
h1 {
	margin: 0px;
	font-size: 22px;
	font-weight: normal;
}
h3 {
	font-weight: normal;
	font-size: 15px;
}

.topbarbg {
	background-image: url(images/top_bar.gif);
	height: 26px;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.hdr {
	height: 77px;
	width: 885px;
}
.topnav {
	background-image: url(images/training_by_06.gif);
	height: 29px;
	width: 885px;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-indent: 25px;
	vertical-align: 10%;
}
.main {
	margin-left: auto;
	margin-right: auto;
	width: 885px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#bottomnav {
	background-image: url(images/trainingby_07.gif);
	height: 29px;
	width: 885px;
	margin: 0px;
	background-repeat: no-repeat;
	text-indent: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bottomnav  ul {
	padding:6px;
	margin:0;
}
#bottomnav  ul  li{
	display:inline;
	text-align:right;
	padding-right:15px;
	margin-top: 5px;
	font-weight: bolder;
	color: #003366;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.container {
	text-align: left;
	background-image: url(images/training_by_08.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.singlecontainer {
	background-image: url(images/trainingby_08.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 45px;
	padding-bottom: 0px;
	padding-left: 45px;
}
.leftbar {
	height: 100%;
	padding: 5px;
	float: left;
	width: 150px;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-size: 10px;
	
}
.centerbar {
	padding: 10px;
	margin-left: 180px;
	margin-right: 180px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.rightbar {
	height: 99%;
	padding: 5px;
	float: right;
	width: 150px;
	margin-right: -10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	font-size: 10px;
	margin-left: 7px;
	
}


.footer {
	background-image: url(images/trainingby_10.gif);
	height: 58px;
	width: 885px;
	padding: 0px;
	font-size: 9px;
	text-align: center;
	vertical-align: text-bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -45px;
}

