html 
{
	margin:0;
	padding:0;		
	
	color: #00314F;
	
	font-family: arial;
	font-size: 12px;
}
/*********** Page Layout ************/
#mainBody
{	
	position: relative;
	
	background-image: url(images/bg_repeat.jpg);
	background-repeat: repeat-x;
	
	background-color: #c0c1c2;	
	
	padding: 0;	
	margin: 0 auto 0 auto;
	
	text-align: center;		
	
	z-index: 0;
}
#container
{	
	position: relative;
	
	background-image: url(images/content_repeat.jpg);
	background-repeat: repeat-y;
	
	margin: 0px auto 0px auto;
	
	text-align: left;
	width: 964px;	
	
	padding: 0px 0px 0px 0px;
	
	z-index: 0;
}
#container_2
{
	position: relative;
	
	background-image: url(images/bottom_left.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	
	min-height: 600px;
	
	z-index: 0;
}
* html #container_2
{
	height: 600px;
}
#headerContent
{	
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;

	padding: 0px;
	margin-bottom: 0px;	
	
	text-align: left;
	
	height: 122px;
	width: 964px;
}
#mainContent
{	
	float: right;

	background-image: url(images/main_content.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	
	
	width: 762px;	
	min-height: 271px;
	
	margin: 0 auto 0 auto;
	padding: 0;	
	
	text-align: left;
	
	z-index: 0;
}
* html #mainContent
{
	height: 271px;
	width: 758px;
}
#footerContent
{	
	clear: both;
	
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	
	margin: 0px auto 0px auto;
	padding: 22px 0px 0px 0px;
	
	width: 964px;
}
#footerContent p
{
	text-align: center;
}
#footerContent a.validHtml, #footerContent a.validCss
{
	width: 88px;
	height: 31px;
	
	float: left;
	position: relative;
	top: -5px;
}
#footerContent a.validCss
{
	float: right;
}
#footerContent a
{
	color: #808080 !important;
}
#topLink
{
	float: left;
	position: absolute;
	
	width: 175px;
	height: 135px;
	
	margin: 0px 0px 0px 10px;
	
	top: -15px;
}
/*************************************/
/******** Popup Details *********/
#popupContainer
{	
	margin: auto;
	text-align: left;	
}
#popupContent
{	
	float: left;	
	width: 100%;
	
	margin-left: auto;
	margin-right: auto;
	
	text-align: center;
}
#popupFooter
{
	position: relative;
	float: left;
	
	clear: both;
	margin: auto;
	
	padding: 0;
	
	padding-top: 6px;
	
	width: 95%;	
	left: 15px;
}
#popupImage
{	
	border-width: 1px;
	border-style: solid;
	border-color: #613806;
}
/********************************/
/********* Proteus Required **********/
#pr_footContainer
{		
	border-width: 1px 0px 0px 0px;
	border-color: #3C3616;
	border-style: solid;	
	
	padding-top: 15px;	
	margin: 0px;
	width: 100%;	
}
#pr_footerDiv
{
	padding: 15px 0px 15px 5px;
	
	width: 755px; 
	
	float: left; 
	
	text-align: center; 		
	
	/*background:url(images/gradback.gif) top left repeat-y;	*/
	
	font-size: 8px;
}
#pr_footerDiv:first-line
{
	font-size: 10px;	
}
#pr_validDiv
{		
	width: 980px;	
}
#validCss, #validXHTML
{
	margin: 30px 5px 0px 5px;
	float: left;
	width: 88px;
}
p
{
	text-align: left;
	padding: 0;
	margin: 0;	
}
p:first-letter
{
	font-weight: bold;
}
A:link
{
	color: #45556F;
	border: 0;
	text-decoration: none;
}
A:visited
{
	color: #45556F;
	text-decoration: none;
}
A:hover
{	
	/*color: #D3DF00;	*/
	color: #67A8CF;
}
H1
{		
	text-align: left;
	font-size: 20px;
	font-weight: bolder;	
	
	margin: 0px 20px 15px 0px;
	padding: 0;
	
	color: #065081;
	
	border-style: solid;
	border-color: #BDBF9B;
	border-width: 0px 0px 1px 0px;	
}
H2
{		
	font-size: 16px;
	font-weight: bolder;	
	
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	
	color: #065081;
	
	text-decoration: underline;
	text-align: left;
}
input.button 
{
	background-color : #9AA3B4;
	color : #4b4b4b;
	font-size: 10px; 
	font-family: Helvetica, sans-serif;		
	border-width: 1px;
	border-style: solid;
	border-color: #4b4b4b;
	width: 125px;
	height: 18px;
	cursor: pointer;
}
input.buttonOver
{
	background-color : #45556F;
	color : #FFFFFF;
	font-size: 10px; 
	font-family: Helvetica, sans-serif;			
	border-width: 1px;
	border-style: solid;
	border-color: #E6E4E4;
	width: 125px;
	height: 18px;
	cursor: pointer;
}
img
{
	border: 0;
}
img.thumbnail
{
	width: 50px;
	height: 50px;
}
input.text, input.password, input.textarea textBox
{
	background-color: #e2e2e2;
	border-color: #9999CC;    
	color: #000000;
}
/*************************************/
/*******************/
/*  Header Classes */
/*******************/
#headerBlock
{
	text-align: left;
	margin-bottom: 10px;
}
#headerImage, #errorImage, #updatedImage
{
	float: left;
	
	width: 75px;	
	height: 67px;
	
	border-style: solid;
	border-color: #4b4b4b;
	border-width: 0px 1px 0px 0px;	
	padding-right: 4px;
	margin: 0;
}
DIV.headerTextContainer
{
	position: relative;
	display: block;	
		
	left: 15px;
	top: 10px;	
}
span.headerTitle, span.headerHeading, span.headerSubHeading
{	
	position: relative;		
	font-weight: bolder;	
}
span.headerTitle
{	
	padding-left: 10px;
	display: block;
	font-size: 16px;
	color: #000000;	
}
span.headerHeading
{	
	left: 20px;
	display: block;
	font-size: 14px;
	color: #4b4b4b;	
}
span.headerSubHeading
{	
	padding-left: 40px;
	
	font-size: 12px;
	color: #45556F;
}
/**************************************/
/************ Error Block *************/
#errorBlock, #updatedBlock
{
	margin-bottom: 10px;
	text-align: left;
}
DIV.errorTitle
{
	position: relative;
	
	display: block;
	
	font-size: 16px;
	font-weight: bolder;
	color: red;	
	
	float: left;
	width: 80%;
	left: -6px;
	top: -5px;
}
DIV.errorDescription
{
	position: relative;
	display: block;
	
	font-size: 12px;
	color: #000000;
	
	text-align: left;
	
	border-style: solid;
	border-color: #4b4b4b;
	border-width: 1px 0px 0px 0px;	
	
	float: left;	
	left: -5px;
	width: 90%;
}
#errorImage, #updatedImage
{
	width: 49px;
	height: 49px;	
}
/***********************************/
/***** contact *********/
#errorDiv
{	
	background-color: #e2e2e2;
	color: #FF0000;
	
	font-size: 15px;
	font-weight: bold;
	
	padding: 6px;
	
	text-align: center;
	
	border-style: solid;
	border-color: #010101;
	border-width: 1px;
	
	margin: 0px 15px 0px 0px;
}
#contactContainer 
{
	margin: 0px 35px 0px 0px;
}
#contactContainer p
{	
	padding: 10px;	
	margin: 0px 0px 15px 0px;
	
	text-align: justify;
}
#contactForm
{
	margin: 0;
	padding: 0;
	
	color: #034C79;
}
#contactForm fieldset
{	
	margin: 0;
	padding: 5px;
	
	border: 0;
}
#contactForm label, #contactForm span
{
	float: left;
	clear: left;
	
	width: 175px;
}
#contactForm span
{
	position: relative;
	top: 97px;
}
#contactForm input, #contactForm textarea
{
	float: left;	
	
	width: 200px;
}
#contactForm textarea
{
	width: 400px;
}
#contactSubmit
{
	float: left;
	clear: left;
	
	position: relative;	
	
	left: 175px;
	
	margin: 20px 0px 0px 0px;
}
#captchaContainer
{
	float: left;
	width: 200px;
	
	margin: 5px 0px 5px 175px;
}
/*
#captcha
{
	float: left;
	clear: left;
	
	position: relative;
	left: 175px;
	
	width: 200px;
	margin: 0px 0px 10px 0px;
}
#captcha input, #captcha img
{
	border-style: solid;
	border-color: #D6D3CF;
	border-width: 1px;
	
	width: 200px;
}
#captcha input
{
	margin: 5px 0px 0px 0px;
	background-color: #ffffff;
}*/
/***********************/
/* Admissions */
div.admissionBlock
{
	float: left;
	clear: left;
	
	width: 620px;
	
	margin: 15px 0px 0px 15px;
}
div.admissionBlock a
{
	float: left;
	clear: left;
	
	width: 600px;
	
	padding: 0px 0px 0px 22px;
	margin: 4px 0px 4px 10px;
	
	background-image: url(images/mini_pdf.gif);
	background-repeat: no-repeat;
	
	text-decoration: none !important;
}
a.pdfFile
{
	padding: 0px 0px 0px 22px;
	margin: 4px 0px 4px 10px;
	
	background-image: url(images/mini_pdf.gif);
	background-repeat: no-repeat;
}
.phoneSpan
{
	font-weight: bold;
	font-size: 14px;
}

.cImage
{
	margin: 0 0 10px 50px;
}