/* CSS DOCUMENT*/


body {
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
	background-color:#def1fc;
	height:477px;
	margin:0;
	padding:0; 
	}
	
.main_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#3a4f8e;
	text-decoration: none;
	line-height:25px;
}

.header_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:32px;
	font-style:normal;
	font-weight:bold;
	color:#e0f2fd;
	text-decoration: none;
}

.header_white_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:32px;
	font-style:normal;
	font-weight:normal;
	text-align:justify;
	color:#ffffff;
	text-decoration: none;
}

.header_top {
	background-image:url(../images/header_top.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:119px;
	}
	
.header_left_icon {
	background-image:url(../images/header_left_icon.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:315px;
	height:201px;
	}

.header_links {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	color:#3a4f8e;
	text-decoration:none;
	}
	
a.header_links:link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	color:#3a4f8e;
	text-decoration:none;
	}

a.header_links:hover{
	color:#000000;
	text-decoration:none;
}

.white_bg_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	color:#3a4f8e;
	text-decoration: none;
}

.white_bg_normal_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#3a4f8e;
	text-decoration: none;
}

.white_bg {
	background-image:url(../images/white_td_bg.jpg);
	background-repeat:repeat-x;
	height:109px;
	background-position:bottom;
	}


.counting_icon {
	background-image:url(../images/123.jpg);
	background-repeat:no-repeat;
	width:133px;
	height:123px;
	background-position:bottom right;
	}
	
.math_icons {
	background-image:url(../images/math_icons.jpg);
	background-repeat:no-repeat;
	width:205px;
	height:135px;
	}

.red_link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#ea6d84;
	text-decoration:underline;
}

.red_link a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#ea6d84;
	text-decoration:none;
}

.blue_bold_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:normal;
	font-weight:bold;
	color:#3a4f8e;
	text-decoration: none;
}

.footer {
	background-color:#0d4475;
	height:214px;
	}

.white_small_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:18px;
	}
	
.white_heading_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}
	
	
	/********* FORM *****************/

.text-field1{
	width:200px;
	height:17px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	border:solid 1px #b9d4e4;
	background-color:#ffffff;
	}
.text-field2{
	width:200px;
	height:100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	border:solid 1px #b9d4e4;
	background-color:#ffffff;
	}
.button-submit{
	background-color:#3E5392;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	border:none;
	font-size:13px;
	font-weight:600;
	height:25px;
	width:70px;
	}
	
.testimonials_box{
border:solid 2px #c7e8fb;
padding:6px;
background-color:#d4eefc;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
color:#3a4f8e;
text-decoration: none;
line-height:25px;
}


.weblinks{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:bold;
	color:#3a4f8e;
	text-decoration: none;
	}

.weblinks:hover{
	color:#000000;
	text-decoration: underline;
}

.imageborder{
padding:6px;
background-color:#fbd1e5;
}


