body {
	width:900px;
	height:100%;
	font-family: Trebuchet MS, Arial, Helvetica;
	background-image:url(images/bgd.gif);
	background-repeat:repeat-x;
	background-color:#3e3e3e;
	margin:auto;
}

img {outline:none;border:0px; behavior:url(iepngfix.htc);}

#main {
	width:900px;
	height:720px;
	background-image:url(images/white-bgd.png);
	background-repeat:no-repeat;
	behavior: url(iepngfix.htc);
	font-size:10px;
}
.main_leftF{
	position:relative;
	top:70px;
	float:left;
	width:330px;
	height:550px;
	overflow:hidden;
	}

.slogan{
	z-index:0;
	width:100%;
	height:55px;
	color:#444;
	font-size:20px;
	font-weight:bold;

}

.main_rightF{
	color:#000;
	position:relative;
	top:-65px;
	z-index:0;
	text-align:left;
	float:right;
	width:565px;
	height:550px;
	overflow-x:hidden;
	}
	
.main_rightF td,
.main_rightF p{
color:#000;
}
	
a {
	font-size:12px;
	color:#336600;
	text-decoration:none;
	outline:none;
}
a:visited {
	color:#FF3300;
	text-decoration:none;
}
a:hover {
	color:#336600;
	text-decoration:underline;
}

/* HEADER & TOP MENU STYLES */
.menu {

}
.menu a{
	height:40px;
	width:107px;
	display:block;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	behavior: url(iepngfix.htc);
	background-position:top center;
}

/* Home / Red Button */
.home_but a{
	background-image:url(images/menu-home-but.png);
}
.home_but a:hover{
	background-image:url(images/menu-home-over.png);
}
.home_active a{
	background-image:url(images/menu-home-active.png);
}
.home_text { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:14px; 
	font-style:normal; 
	text-align:justify;
	border:0px; 
	color:#000000; 
	padding:4px; 
	width:500px; 
	height:400px; 
	overflow:auto; 
	vertical-align:top; 
}

/* Services / Green1 Button */
.services_but a{
	background-image:url(images/menu-services-but.png);
}
.services_but a:hover{
	background-image:url(images/menu-services-over.png);
}
.services_active a{
	background-image:url(images/menu-services-active.png);
}

/* About Us / Blue Button */
.aboutus_but a{
	background-image:url(images/menu-aboutus-but.png);
}
.aboutus_but a:hover{
	background-image:url(images/menu-aboutus-over.png);
}
.aboutus_active a{
	background-image:url(images/menu-aboutus-active.png);
}

/* Education / Grey Button */
.education_but a{
	background-image:url(images/menu-education-but.png);
}
.education_but a:hover{
	background-image:url(images/menu-education-over.png);
}
.education_active a{
	background-image:url(images/menu-education-active.png);
}

/* Contact Us / Green2 Button */
.contactus_but a{
	background-image:url(images/menu-contactus-but.png);
}
.contactus_but a:hover{
	background-image:url(images/menu-contactus-over.png);
}
.contactus_active a{
	background-image:url(images/menu-contactus-active.png);
}


/* END */

/* CONTENT AREA STYLES */


/* END */




/* FOOTER STYLES */
.footer {
	width:900px;
	height:30px;
	position:relative;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
}
.footer div.bgd {
	width:900px;
	height:30px;
	position:absolute;
	top:0px;left:0px;
	background-image:url(images/footer-bgd.png);
	background-repeat:no-repeat;
	behavior: url(iepngfix.htc);
}
.footer div.copy {
	position:absolute;
	top:-15px;left:294px;
}
.footer a{
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
.footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
/* END */


/* FORM STYLES */

.form_table{
	width:550px;
	color:#999999;
	font-size:14px;
	line-height:20px;
	text-align:left;
}
	.form_button, .form_button_over {
	cursor:pointer;
	background-repeat:no-repeat;
	width:110px; height:55px;
	border:none;
	outline:none;
	background:none;
}
.form_button{
	background-image:url(images/but-submit.png);
}
.form_button_over{
	background-image:url(images/but-submit-over.png);
}

.msg {
	color:#999999;
	width:100%;
	text-align:left;
	font-weight:bold;
}

.hor_30space {
	height:30px;
}
.hor_20space {
	height:20px;
}

/* END FORM STYLES */
