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;
}
#main_content {
	float: left;
}
#left_partition {
    display: inline;
	background-color: #996666; /* #ED1C24; */
    width: 7%;
    height:154px;
    border-bottom: 1px solid black;
    float:left;
}
#center_partition {
    width: 75%;
    background-color: White;
    float:left;
}
#right_partition {
    display: inline;
    background-color: #990033;
    height:154px;
    width: 18%;
    float:left;
    border-bottom: 1px solid black;
}
#left_partition1 {
	float: left;
	padding: 15px 0px 0px 20px;
}
#right_partition1 {
	width: 415px;
	float: left;
	padding: 10px 10px 0px 20px;
	background: url(images/caduceus.gif) no-repeat;
}

#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: 20px;	
}	

#text_box {
	float: left;
}	
/****************************************************************/
/*                          Text                                */
/****************************************************************/
h2 {
	font-size: 17px;
	color: black;
	margin: 5px 0px 5px 0px;
}
h3 {
	color: black;
	margin: 5px 0px 5px 0px;
	font-size: 18px;
	text-align: center; 
	font-style: italic;
}
h4 {
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	font-family: Arial, Tahoma,Verdana, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
p {
	margin-top: 0px;
	margin-bottom: 12px;
}
.disclaimer {
	font-size: 10px;
}
li {
	line-height: 14px;
	font-style: italic;
}	

