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: #de5ea3;
	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: #de5ea3;
	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;
}

.admincontainer {
	margin: auto;
	width: 960px;
	padding: 10px 20px;
	text-align: left;
	overflow: auto;
	background-color: #fff;
	margin-top: -10px;
}

.nav {
	float: left;
	height: 47px;
	width: 760px;
	background: url(../images/nav.png) 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 #ad4980;
}

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

.btnhomepageon a, .btnhomepage a:hover {
	background: url(../images/btnhomepage.png) bottom;
	width: 101px;
}

.btnhomepage a {
	background: url(../images/btnhomepage.png) top;
	width: 101px;
}

.btnaboutuson a, .btnaboutus a:hover {
	background: url(../images/btnaboutus.png) bottom;
	width: 90px;
}

.btnaboutus a {
	background: url(../images/btnaboutus.png) top;
	width: 90px;
}

.btncourseson a, .btncourses a:hover {
	background: url(../images/btncourses.png) bottom;
	width: 83px;
}

.btncourses a {
	background: url(../images/btncourses.png) top;
	width: 83px;
}

.btntestimonialson a, .btntestimonials a:hover {
	background: url(../images/btntestimonials.png) bottom;
	width: 110px;
}

.btntestimonials a {
	background: url(../images/btntestimonials.png) top;
	width: 110px;
}

.btncareerson a, .btncareers a:hover {
	background: url(../images/btncareers.png) bottom;
	width: 79px;
}

.btncareers a {
	background: url(../images/btncareers.png) top;
	width: 79px;
}

.btnrecruitmenton a, .btnrecruitment a:hover {
	background: url(../images/btnrecruitment.png) bottom;
	width: 112px;
}

.btnrecruitment a {
	background: url(../images/btnrecruitment.png) top;
	width: 112px;
}

.btncontactuson a, .btncontactus a:hover {
	background: url(../images/btncontactus.png) bottom;
	width: 100px;
}

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

.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: #de5ea3;
	text-decoration: none;
}

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

.leftcolumn {
	float: left;
	width: 178px;
}

.leftcolumn ul {
	margin: 10px 0px 0px 20px;
	padding: 0px;
}

.leftcolumn li {
	list-style-image: url(../images/list.gif);
	margin-bottom: 5px;
}

.contact {
	float: left;
	width: 156px;
	padding: 10px;
	border: 1px dashed #c2c2c2;
}

.contact h2 {
	margin: 0px;
	padding: 0px;
	color: #de5ea3;	
}

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

.contact 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.png) top no-repeat #b14b83;
	width: 720px;
	padding: 0px 20px 0px 20px;
	height: 3.2em;
	font-size: 0.7em;
	font-weight: bold;
	color: #ffffff;
	margin-top: 20px;
	margin-bottom: 10px;
}

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

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

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

.error {
	color: red;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

#black {
	color: #101010;
}

.admincontent {
	width: 740px;
	float: left;
	margin-left: 35px;
}

.admintable {
	border: 1px solid #c2c2c2;
	width: 99%;
}

.admintable td{
	border: 1px solid #c2c2c2;
	padding: 2px;
}