body{
	background-color : #ffffff;
	font-family : Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 0.9em;
	font-weight : normal;
	text-align: center;
	color: #202020;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

h1{
	font-size : 1.4em;
	color: #0241cf;
	margin-top: 0px;
	padding-top: 10px;
}

h2{
	font-size : 1.2em;
	color: #101010;
}

h3{
	font-size : 1em;
	color: #101010;
	clear: right;
	margin-bottom: 0px;
}

p {
	margin: 0px;
	padding: 4px 0px 4px 0px;
}

a {
	color: #0241cf;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

acronym {
	cursor:pointer;
}

.forminput, textarea {
	font-family : Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 0.9em;
	border: 1px solid #c2c2c2;
	padding: 2px;
}

.forminput {
	width: 200px;
	height: 18px;
}

textarea {
	width: 260px;
	height: 81px;
}

.container {
	margin: auto;
	width: 760px;
	padding: 0px;
	text-align: left;
}

.nav {
	float: left;
	height: 45px;
	width: 760px;
	background: url(../images/nav.jpg) no-repeat;
	margin-top: 5px;
	margin-bottom: 10px;
}

.nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.nav li {
	float: left;
	list-style: none;
	border-right: 1px solid #2d5fce;
}

.nav a {
	height:45px;
	display: block;
	text-indent: -999999px;
	overflow: hidden;
}

.homepagebuttonon a, .homepagebutton a:hover {
	background: url(../images/homepagebutton.gif) bottom;
	width: 96px;
}

.homepagebutton a {
	background: url(../images/homepagebutton.gif) top;
	width: 96px;
}

.aboutusbuttonon a, .aboutusbutton a:hover {
	background: url(../images/aboutusbutton.gif) bottom;
	width: 91px;
}

.aboutusbutton a {
	background: url(../images/aboutusbutton.gif) top;
	width: 91px;
}

.coursesbuttonon a, .coursesbutton a:hover {
	background: url(../images/coursesbutton.gif) bottom;
	width: 81px;
}

.coursesbutton a {
	background: url(../images/coursesbutton.gif) top;
	width: 81px;
}

.testimonialsbuttonon a, .testimonialsbutton a:hover {
	background: url(../images/testimonialsbutton.gif) bottom;
	width: 108px;
}

.testimonialsbutton a {
	background: url(../images/testimonialsbutton.gif) top;
	width: 108px;
}

.careersbuttonon a, .careersbutton a:hover {
	background: url(../images/careersbutton.gif) bottom;
	width: 86px;
}

.careersbutton a {
	background: url(../images/careersbutton.gif) top;
	width: 86px;
}

.recruitmentbuttonon a, .recruitmentbutton a:hover {
	background: url(../images/recruitmentbutton.gif) bottom;
	width: 104px;
}

.recruitmentbutton a {
	background: url(../images/recruitmentbutton.gif) top;
	width: 104px;
}

.contactusbuttonon a, .contactusbutton a:hover {
	background: url(../images/contactusbutton.gif) bottom;
	width: 100px;
}

.contactusbutton a {
	background: url(../images/contactusbutton.gif) top;
	width: 100px;
}

.contact {
	clear: both;
	float: left;
	width: 178px;
}

.secnav {
	margin: 10px 0px 20px 17px;
	padding: 0px;
	font-weight: bold;
}

.secnav li {
	list-style-image: url(../images/list.gif);
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #c2c2c2;
}

.secnav a {
	color: #0241cf;
	text-decoration: none;
}

.secnav a:hover {
	color: #c2c2c2;
}

.contactcontent {
	width: 160px;
	padding: 5px 8px 5px 8px;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
}

.contactcontent h2 {
	margin: 0px;
	padding: 0px;
	color: #0241cf;	
}

.contactcontent img {
	position: relative;
	top: -2px;
	margin-right: 10px;
	float: left;
}

.contactcontent p {
	clear: both;
	padding-top: 10px;
	font-weight: bold;
	font-size: 0.9em;
}

.content {
	width: 540px;
	float: left;
	margin-left: 35px;
}

.content li {
	list-style-image: url(../images/list.gif);
}

.footer {
	clear: both;
	float: left;
	background: url(../images/footer.jpg) top no-repeat #012e91;
	width: 720px;
	padding: 0px 20px 0px 20px;
	height: 2.8em;
	font-size: 0.8em;
	color: #ffffff;
	margin-top: 20px;
	margin-bottom: 10px;
}

.footer p {
	margin: 7px 0px 0px 0px;
	padding: 0px;
}

.footer a, .footer a:hover {
	color: #ffffff;
}

.mainpic {
	float: right;
	margin: 0px 0px 20px 20px;
}

.error {
	color: red;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.blue {
	color: #332542;
}

#grey {
	color: #c2c2c2;
}

.tel {
	font-weight: bold;
	font-size: 1.6em;
}

.center {
	text-align: center;
}