table, form, div {
	font-family: Arial, Tahoma,Verdana, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: normal;
	padding: 0px;
	margin: 0px;
}
/****************************************************************/
/*                         Wrapper                              */
/****************************************************************/
#wrapper {
	width: 100%;
	margin: auto;
	background: url(../template/misc/bg_strip.gif) repeat-y ;
	margin-top: 10px;
	margin-bottom: 10px;
}
#wrapper1 {
	width: 760px;
	margin: auto;
	margin-bottom: 20px;
}
#left_partition {
  display: inline;
  background-color: #cccc99; /* #ED1C24; */
  width: 7%;
  height:154px;
  border-bottom: 1px solid black;
  float:left;
}
#center_partition {
    display: inline;
    width: 74.7%;
    background-color: White;
    border-left: 1px solid black;
    border-right: 1px solid black;
    background-color: White;
    float:left;
}
#right_partition {
    display: inline;
    background-color: #003366;
    height:154px;
    width: 18%;
    float:left;
    border-bottom: 1px solid black;
}
#left_partition1 {
	float: left;
	padding-top: 30px;
}
#right_partition1 {
	width: 375px;
	float: left;
	padding: 15px 10px 0px 20px;
}
#center_top_box {
    text-align:left;
}
#main_logo {
    display: inline;
	margin: 10px 10px 10px 7px;
    float:left;
}
#intro_outer {
    padding: 15px;
}
/****************************************************************/
/*                       Main Content                           */
/****************************************************************/
.photo_box {
	padding-bottom: 4px;	
}	

#text_box {
	float: left;
}	
/****************************************************************/
/*                          Text                                */
/****************************************************************/
.spotlight_text {
	font-size: 13px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003E71;
	margin: 0px 0px 5px 0px;
	font-size: 19px;
	text-align: left; 
	font-weight: bold;
	font-style: italic;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003E71;
	margin: 10px 0px 5px 0px;
	font-size: 19px;
	text-align: left; 
	font-weight: bold;
	font-style: italic;
}
p {
	margin-top: 0px;
	margin-bottom: 12px;
}
.disclaimer {
	font-size: 10px;
}
