/* ----- global styles ----- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #2C2C2C;
}

h2 {
	margin: 0px 20px 0px -5px;
	padding: 0px;
	font-size: 12pt;
	color: #4ABDFF;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	margin-right: 20px;
}

a {
	text-decoration: none;
}


/* ----- Styles for the content boxes ----- */
#wrap {
	width: 750px;
	display: table;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bg-logo.gif);
	background-repeat: no-repeat;
	background-position: 400px bottom;
}

/*banner section*/
#header {
	width: 750px;
	height: 101px;
	clear: both;
	background: #5E869B;
}

/*menu and content section*/
#middle {
	width: 750px;
	padding: 0px;
	display: block;
	background-color: #FFFFFF;
}

/*wrap containing menu section*/
#menu_wrap {
	width: 145px;
	padding-top: 6px;
	float: left;
	vertical-align: top;
}

/*wrap containing content section*/
#content_wrap {
	width: 585px;
	padding-right: 10px;
	float: left;
	vertical-align: top;
}


/* Fixes position of #content_wrap and #menu_wrap in IE. */
* html #content_wrap { 
	width: 590px;
	margin-left: 5px;
	padding-right: 0px;
}
/* End */


/* ----- content styles ----- */
#content {
	padding: 10px;
}


h3 span.grade {
	float: right;
	margin-top: -14px;
}

ul.acknow li{
	padding: 5px 0px;
}
	
#contact table {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #000000;
}

#contact td{
	border: solid #000000;
	border-width: 1px 0px 0px 1px;
	padding: 5px;
}

#contact td.right {
	width: 245px;
	text-align: left;
	vertical-align: bottom;
	border-right: 1px solid #000000;
}

#contact td.left_L {
	width: 240px;
	background: #CCCCCC;
	vertical-align: top;
}

#contact td.right_L_f {
	text-align: left;
	vertical-align: bottom;
	border-right: 1px solid #000000;
}

#contact td.right_L {
	width: 250px;
	text-align: left;
	vertical-align: bottom;
	border-right: 1px solid #000000;
}

tr.odd {
	background: #CCCCCC;
}

tr.even {
	background: #FFFFFF;
}
/* ----- Text menu styles ----- */
#footer {
	width: 750px;
	height: 50px;
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	background: #5E869B;
	margin-top: 12px;
}