﻿body
{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
	margin: 0px;
}
a 
{
	color: #000000;
	text-decoration: none;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 12px;
	padding-bottom: 5px;
	margin: 20px 0px 10px;
	background: transparent url('../images/bullet.gif') no-repeat scroll 0% 40%;
	border-bottom: 1px #AAAAAA solid;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}
h4 h5 h6 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}
p {
	text-align: justify;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
}
div.mainContainer {
	width: 75%;
	min-width: 800px;
	height: 600px;
	height: auto !important;
	min-height: 600px;
	margin: 10px auto 10px auto;
}
table.mainTable {
	width: 100%;
	border: 0px none;
	background: #FFFFFF none;
}
td.headerLogo
{
	width: 25%;
	background: transparent url('../images/headerLogo_bck.gif') no-repeat scroll left center;
	text-align: center;
	vertical-align: middle;
	height: 150px;
}
td.headerContent
{
	width: 75%;
	vertical-align: middle;
	text-align: left;
	background: transparent url('../images/headerContent_bck.gif') no-repeat scroll right center;
	height: 150px;
}
td.headerMenu 
{
	background-color: #A80000;
	height: 25px;
	vertical-align: middle;
	padding: 0px 5px 0px 5px;
}
td.headerMenu a {
	display: block;
	height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	padding: 5px 5px 0px 5px;
	margin: 0px;
	float: left;
}
td.headerMenu a:hover {
	background-color: #A55757;
}
td.headerMenu a.selected {
	background-color: #A55757;
}
td.headerMenu img {
	display: block;
	float: left;
	padding: 5px 5px 0px 5px;
}
div.mainContent {
	padding: 10px;
	height: 350px;
	height: auto !important;
	min-height: 350px;	
}
div.mainContent ul {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 10px; 
	list-style-type: square; 
	list-style-position: outside; 
	text-align: justify; 
	line-height: 20px;
}
div.imageContainer {
	padding: 3px !important;
	border: 1px #CCCCCC solid;
	text-align: center;
	font-size: 10px;
	line-height: 17px;
}
div.imageContainer img {
	margin-bottom: 5px;
}
div.img_right {
	float: right;
	width: 255px;
	margin-left: 20px;
}
div.img_right_medium {
	float: right;
	width: 205px;
	margin-left: 20px;
}
div.img_left {
	float: left;
	width: 255px;
	margin-right: 20px;
}
div.img_left_medium {
	float: left;
	width: 205px;
	margin-right: 20px;
}
table.schoolListTable {
	width: 63%;
	margin-bottom: 10px; 
	background-color: #FFFFFF;
	border-spacing: 0px 0px;
	border-collapse: collapse;
}
table.schoolListTable tr td {
	border: 1px #AAAAAA solid;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	line-height: 17px;
}
table.contactus {
	width: 60%;	
}
table.contactus tr td {
	text-align: left;
	vertical-align: middle;
	padding: 3px;
	line-height: 20px;
}
table.contactus tr td.contactusheading {
	font-weight: bold;
	width: 20%;
	vertical-align:top;
}
td.footerContent {
	vertical-align: middle;
	text-align: left;
	padding: 5px;
	border-top: 1px #A0A0A0 solid;
}
div.designCredentials {
	vertical-align: middle;
	text-align: right;
	font-size: 11px;
	font-style: italic;	
	float: right;
	width: 30%;	
}
div.designCredentials a:hover {
	text-decoration: underline;
}