ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: underline;
  color: black;
}

a:hover
{
  text-decoration: underline;
}

#news a
{
font-weight: bold;
  text-decoration: underline;
  color: #664E88;	
}

#news a:hover
{
  text-decoration: none;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}



th { text-align: right; vertical-align: top; }

input[type=text], textarea, select { border: 1px solid black; }

tr.error th, tr.error td, div.error { border: 2px solid black; background-color: #664E88; padding: 4px; margin: 10px 0px 10px 0px; color: white;}
#errors { 
	position: relative;
	float: left;
	padding: 8px; 
	padding-left: 20px;
	
	margin-left: 40px;
	
	
	border: 1px black solid; 
	font-size: 1.2em; 
	color: white; 
	font-weight: bold; 
	background-image: url(../images/warning.png);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	background-color: #AF0000;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

#errors p { margin-left: 15px;}


/*** MAIN STYLES ***/
#MainContainer {
	position: relative;
	float: left;
	
	left: 50%;
	top: 20px;
	
	margin-left: -400px;
	margin-bottom: 25px;
	
	width: 800px;
	height: auto;
	
	border: 1px black solid;
	
	background-color: #f3f3f3;
}

#Header {
	position: relative;
	float: left;
	
	width: 800px;
	height: 88px;
	
	background-image: url(../images/HeaderBackground.gif);
	background-repeat: repeat-x;
}

#ContentsContainer {
	position: relative;
	float: left;
	
	width: 750px;
	left: 25px;
	top: 10px;	
}

.Separator {
	position: relative;
	clear: both;
	height: 10px;
}

/*** FOOTER ***/
#Footer {
	position: relative;
	float: left;
	
	width: 750px;
	left: 25px;
	
	color: #c0c0c1;
	
	font-size: 1.1em;
	text-align: center;
	
	clear: both;
	
	
}

#Footer hr {
	width: 100%;
	border-width: 1px 0px 1px 0px;
	border-style: dotted;
	border-color: #c0c0c1;

}


/*** COMMON SECTION STYLES ***/
#SectionsContainer {
	position: relative;
	float: left;
	
	width: 750px;
	background-color: #664E88;
}

#SectionsContainer #SectionsTop {
	position: relative;
	float: left;
	
	width: 100%;
	height: 30px;
	
	background-image: url(../images/SectionsTop.gif);
	background-repeat: no-repeat;
}

#SectionsContainer #LeftColumn {
	position: relative;
	float: left;
	
	width: 196px;
}

#SectionsContainer #LeftColumn #LeftContent {
	position: relative;
	float: left;
	left: 10px;
	
	width: 175px;

	font-size: 1.2em;	
	color: white;	
	font-weight: bold;

}

#SectionsContainer #RightColumn {
	position: relative;
	float: right;
	
	width: 532px;
	background-color: #f3f3f3;
	right: 21px;	
}

#SectionsContainer #RightColumn #Content {
	position: relative;
	float: left;
	
	width: 300px;
	
	padding: 10px;
	
	font-size: 1.2em;
}

#SectionsContainer #RightColumn #Content li {
	margin-left: 20px;
}

#SectionsContainer #RightColumn #Content p {
	margin-bottom: 10px;
}


/*** Section-specific styles ***/
#SectionsContainer #RightColumn.AboutUs {
	background-image: url(../images/AboutUsBackground.jpg);
	background-repeat: no-repeat;
	
	background-position: bottom right;
}

#SectionsContainer #LeftColumn #LeftContent.AboutUs strong {
	color: #e292b6;
}

#SectionsContainer #RightColumn.CandidateZone {
	background-image: url(../images/CandidateZoneBackground.jpg);
	background-repeat: no-repeat;
	
	background-position: bottom right;
}

#SectionsContainer #LeftColumn #LeftContent.CandidateZone strong {
	color: #d5e548;
}

#SectionsContainer #RightColumn.ClientZone {
	background-image: url(../images/ClientZoneBackground.jpg);
	background-repeat: no-repeat;
	
	background-position: bottom right;
}

#SectionsContainer #LeftColumn #LeftContent.ClientZone strong {
	color: #b5c4e0;
}

#SectionsContainer #LeftColumn #LeftContent.ContactUs strong {
	color: #d2c6dd;
}

#SectionsContainer #RightColumn #ContentTestimonials {
	position: relative;
	float: right;
	
	width: 100%;
	background-color: #f3f3f3;
	
	background-image: url(../images/BottomQuotes.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	
}

#SectionsContainer #RightColumn #ContentTestimonials #RightQuote {
	position: relative;
	float: left;
	
	width: 70px;
	height: 100px;
	background-color: #f3f3f3;
	
	background-image: url(../images/TopQuotes.gif);
	background-repeat: no-repeat;
	background-position: top left;

}

#SectionsContainer #RightColumn #ContentTestimonials #TestimonialText {
	position: relative;
	float: right;
	
	width: 380px;
	
	right: 75px;
	
	font-size: 1.2em;
}

#SectionsContainer #RightColumn #ContentTestimonials #TestimonialText strong {
	color: #604f85;
}

/*** Registrations ***/
#Registrations {
	font-size: 1.2em;
	clear: both;
	margin-top: 40px;
}
#Registrations em,
#Registrations p
 {
	font-size: 1.8em;
}

#Registrations strong {
	font-size: 2em;
	color: #604f85;
}

#RegComplete {	
	min-height: 200px;
	border: 1px black dashed;
	padding: 8px;
	margin-top: 20px;
	background-color: white;
	background-image: url(../images/ok.png);
	background-repeat: no-repeat;
	background-position: 20px 0px;
}

#RegComplete h2 {
	position: relative;
	left: 70px;
	top: 10px;
	font-size: 1.8em;
}

p.loading {
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: 100px 0px;
	font-size: 1.4em;
	clear: both;
	text-align: center;
	margin-top: 80px;
	font-weight: bold;
	min-height: 32px;
	padding-top: 8px;

}