/*
 *SECTION 1: General Properties
 */

/*
 * HTML/Body
 */

html,body {
	margin: 0px;
	padding: 0px;
	background: #e1e1e1 url(images/main_background.gif) repeat-x top left;
}

/*
 * General class properties.
 */
 
 ul{
	text-indent: 0px;
 }

.error{
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px; 
	color: #990033;
	font-weight: bold;
	}	
	
.body{
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px; 
	color: #000000;
	line-height: 24px;
	}	
	
.headingTwo{
	font-family: Georgia, Times New Roman, serif;
	font-size: 16px; 
	font-weight: bold;
	color: #18134c;
	line-height: 24px;
	}	
	
.headingThree {
	font-family: Georgia, Times New Roman, serif;
	font-size: 13px; color: #ffffff;
	text-decoration: none;
	background-color: #18134c;
	font-weight: bold;
	}
	
.callOut{
	font-family: Georgia, Times New Roman, serif;
	font-size: 16px; 
	color: #000000;
	font-weight: bold;
	font-style: italic;
	}	
	
.boxes{
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px; 
	color: #000000;
	}	
	
.footNote{
	font-family: Georgia, Times New Roman, serif;
	font-size: 11px; 
	color: #000000;
	font-style: italics;
	}	
	
.footer{
	font-family: Georgia, Times New Roman, serif;
	font-size: 10px; 
	color: #000000;
	}	
	
/*
 * General image properties
 */
 
img {
	border: none;
}

.imgMiddle{
	vertical-align: middle;
}

/*
 * Div Properties
 */
 
#header{
	position: relative;
	margin: 0px auto;
	width: 883px;
	height: 321px;
}

#navigation{
	position: relative;
	margin: 0px auto;
	width: 883px;
	height: 78px;
}

#body{
	position: relative;
	margin: 0px auto;
	width: 883px;
	background: #ffffff url(images/body_background.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#socialNetwork{
	position: absolute;
	top: 10px;
	left: 583px;
	width: 300px;
	height: 38px;
}

#footer{
	position: relative;
	margin: 0px auto;
	width: 883px;
	height: 45px;
	background: #ffffff url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-family: Georgia, Times New Roman, serif;
	font-size: 11px; 
	color: #000000;
	text-align: center;
}

#hide {
	display: none;
}

/*
 * Link Properties
 */
 
 	A.body {font-family: Georgia, Times New Roman, serif; font-size: 14px; color: #000000; text-decoration:underline; font-weight: bold;}
 	A.body:visited {font-family: Georgia, Times New Roman, serif; font-size: 14px; color: #000000; text-decoration:underline; font-weight: bold;}
 	A.body:active {font-family: Georgia, Times New Roman, serif; font-size: 14px; color: #000000; text-decoration:underline; font-weight: bold;}
 	A.body:hover {font-family: Georgia, Times New Roman, serif; font-size: 14px; color: #ffffff; text-decoration: none; background-color: #000000; font-weight: bold;}
 	
	A.boxes {font-family: Georgia, Times New Roman, serif; font-size: 13px; color: #ffffff; text-decoration: none; background-color: #18134c; font-weight: bold;}
 	A.boxes:visited {font-family: Georgia, Times New Roman, serif; font-size: 13px; color: #ffffff;}
 	A.boxes:active {font-family: Georgia, Times New Roman, serif; font-size: 13px; color: #ffffff;}
 	A.boxes:hover {font-family: Georgia, Times New Roman, serif; font-size: 13px; color: #18134c; font-weight: bold; background-color: transparent; text-decoration:underline;}

 	A.footNote {font-family: Georgia, Times New Roman, serif; font-size: 11px; color: #000000; text-decoration:underline; font-weight: bold;}
 	A.footNote:visited {font-family: Georgia, Times New Roman, serif; font-size: 11px; color: #000000; text-decoration:underline; font-weight: bold;}
 	A.footNote:active {font-family: Georgia, Times New Roman, serif; font-size: 11px; color: #000000; text-decoration:underline; font-weight: bold;}
 	A.footNote:hover {font-family: Georgia, Times New Roman, serif; font-size: 11px; color: #ffffff; text-decoration: none; background-color: #000000; font-weight: bold;}

 /*
 * Form Properties
 */
  
.form1 {
  font-family: Georgia, Times New Roman, serif; 
  font-size: 14px; 
  color: #000000;
  border: 1px solid;
  border-color: #000000;
  } 
  
select.form1 {
  font-family: Georgia, Times New Roman, serif; 
  font-size: 14px; 
  color: #000000;
  border: 1px solid;
  border-color: #000000;
  }
  
option.form1 {
  font-family: verdana,tahoma,arial,sans-serif; 
  font-size: 14px; 
  color: #000000;
  border: 0px solid;
  border-color: #ffffff;
  }
   
  input.buttonSubmit{
   color: #ffffff;
   width: 70px;
   height: 25px;
   border: 0px solid;
   background: url(images/buttons/submit.gif) top left no-repeat;
   }
   
  /*
 * Drop down menu
 */

