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-top: 15px;
	margin-bottom: 20px;
	background-color: #437643;
}
#wrapper2 {
	width: 760px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 20px;
}
#left_partition {
  display: inline;
  background-color: #619b61; /* #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: #366835;
    height:154px;
    width: 18%;
    float:left;
    border-bottom: 1px solid black;
}
#left_partition1 {
	display: inline;
	float: left;
	width: 193px;
	margin-top: 20px;
	padding-top: 5px;
	background-color: #FFFFFF;
	overflow: hidden;
}
#left_partition2 {
	display: inline;
	float: left;
	width: 375px;
	padding-top: 20px;
	background-color: #437643;;
	overflow: hidden;
}
#center_partition1 {
	display: inline;
    display: inline;
	width: 347px;
	padding: 0px 15px 0px 15px;
    float:left;
	background-color: #FFFFFF;
}
#right_partition1 {
	display: inline;
	float: right;
	width: 190px;
	margin-top: 20px;
	padding-top: 5px;
	background-color: #FFFFFF;
	overflow: hidden;
}
#right_partition2 {
	display: inline;
	float: right;
	width: 375px;
	padding: 20px 0px 0px 10px;
	background-color: #FFFFFF;
	overflow: hidden;
}
#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: 5px;
	background-color: #FFFFFF;
}
.photo_box1{
	padding: 5px 0px 5px 0px;
	background-color: #FFFFFF;
}		
#text_box {
	float: left;
}	
/****************************************************************/
/*                          Text                                */
/****************************************************************/
h2 {
	font-size: 30px;
	margin: 0px 0px 10px 0px;
	font-family: Arial, Tahoma,Verdana, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
h3 {
	color: black;
	margin: 5px 0px 5px 0px;
	font-size: 18px;
	text-align: center; 
	font-style: italic;
}
h4 {
	color: black;
	margin: 0px 0px 5px 0px;
	font-size: 18px;
	text-align: left; 
}
h5 {
	color: black;
	margin: 0px 0px 5px 0px;
	font-size: 30px;
	text-align: left; 
}
p {
	margin-top: 0px;
	margin-bottom: 12px;
}
.disclaimer {
	font-size: 10px;
}
