@charset "UTF-8";
/* ------------ basic styling --------------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: ccbb67;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-top: 30px;
	}
#wrapper {
	position: relative;
	background: #FFFFFF url(images/columns-shadow.gif) repeat-y;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	}
#clear {
	clear: both;
	}
/* ---------- position container elements ------------- */
#header {
	position: relative;
	background: url(images/masthead-medical.jpg) no-repeat top left;
	height: 210px;
	}
#header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 900px;
	height: 35px;
	list-style: none;
	background: url(images/navbar.gif) no-repeat top left;
	}
#header ul li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 8px;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0 1.2em;
	font-size: 10px;
	line-height: 1.5em;
	text-decoration: none;
	float: left;
	display: block;
	}
#header ul a:link{
	color: #999999;
	}
#header ul a:hover{
	color: #999900;
	font-weight: bold;
	}
#header ul a:visited{
	color: #999999;
	text-decoration: none;
	}
#header2 {
	position: relative;
	height: 175px;
	}
	/* --- main navigation styles --- */
#header2 ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 900px;
	height: 35px;
	list-style: none;
	background: url(images/navbar.gif) no-repeat top left;
	}
#header2 ul li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 8px;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0 1.2em;
	font-size: 10px;
	line-height: 1.5em;
	text-decoration: none;
	float: left;
	display: block;
	}
#header2 ul a:link{
	color: #999999;
	}
#header2 ul a:hover{
	color: #999900;
	font-weight: bold;
	}
#header2 ul a:visited{
	color: #999999;
	text-decoration: none;
	}
/* --------------content styles ----------------*/

#sidebar {
	background: url(images/purple-sidebar.jpg) no-repeat top left;
	width: 250px;
	height:285px;
	top: 275px;
	float: left;
	margin-top: 50px;
	padding-top: 30px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-indent: 20px;
	line-height: 300%;
	}
#sidebar a:link{
	color: #ffffff;
	}
#sidebar a:hover{
	color: #999900;
	}
#sidebar a:visited{
	color: #ffffff;
	text-decoration: none;
	}
#content {
	float: right;
	width: 620px;
	padding-top: 30px;
	}
#address {
	color: #FFFFFF;
	background: url(images/address-bar.gif) no-repeat top left;
	height: 45px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	}
#address a:link{
	color: #ffffff;
	}
#address a:hover{
	color: #999900;
	}
#address a:visited{
	color: #ffffff;
	text-decoration: none;
	}
#footer {
	color: #666666;
	float: left;
	text-align: center;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	background: none;
	background-color: #ccbb67;
	height: 40px;
	}
a:link {
	color: #999900;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #999900;
	text-decoration: none;
}
a:visited{
	color: #999900;
	text-decoration: none;
	}
.sectionTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #999900;
	margin-bottom: 10px;
	font-size: large;
	line-height: 130%;
	margin-top: 30px;
}
.purpleCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	line-height: 175%;
	color: #333366;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-right: 50px;
	font-size: small;
	line-height: 130%;
	list-style-position: outside;
}
.bodyBold {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	list-style-position: outside;
	line-height: 130%;
	margin-right: 50px;
	font-size: small;
	font-weight: bold;
}
.sectionSubtitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #999900;
	margin-bottom: 10px;
	font-size: medium;
	line-height: 130%;
	font-style: italic;
}
.bodyCaption {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	list-style-position: outside;
	margin-right: 50px;
	font-size: small;
	line-height: 130%;
	font-style: italic;
	color: #999900;
	margin-left: 100px;
}
.bodyTable {
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	font-size: small;
	line-height: 130%;
}
.bodyForm {
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	font-size: small;
	line-height: 130%;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
}
