@charset "UTF-8";
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(images/secondary-background_09.jpg);
}
/* CSS Document */

body {
	background-color: #f3f2ee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 140%;
	color: #333333;
}
#ContactBlock {
	vertical-align: top;
	font-size: 0.85em;
	background-repeat: no-repeat;
	top: auto;
	float: left;
	background-image: url(images/index_09.jpg);
	height: 171px;
	width: 210px;
	padding-top: 50px;
	padding-right: 30px;
	padding-left: 70px;
}
#MedDirBlock {
	vertical-align: top;
	padding-top: 50px;
	padding-right: 30px;
	padding-left: 40px;
	font-size: 0.8em;
	background-repeat: no-repeat;
	top: auto;
	height: 171px;
	width: 206px;
	background-image: url(images/index_10.jpg);
	float: left;
	position: relative;
}
#ProgMgmtBlock {
	vertical-align: top;
	padding-right: 75px;
	padding-left: 42px;
	font-size: 0.8em;
	background-repeat: no-repeat;
	padding-top: 50px;
	top: auto;
	float: left;
	background-image: url(images/index_11.jpg);
	height: 171px;
	width: 197px;
	position: relative;
	clear: none;
}
#BlockContainer {
	position: relative;
	height: 221px;
	width: 900px;
}
.footerText {
	font-size: .75em;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: top;
}
.SpaceRt {
	padding-right: 10px;
}
#PageContentContainer {
	position: relative;
	width: 870px;
	background-image: url(images/secondary_07.jpg);
	text-align: left;
	vertical-align: top;
	padding-left: 35px;
	background-repeat: no-repeat;
	float: left;
	clear: left;
}
#SideNav {
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-color: #DA8D20;
	width: 155px;
	margin-top: 25px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-decoration: none;
}
.WhiteLink {
	color: #FFFFFF;
}
#PageContent {
	float: left;
	width: 635px;
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 25px;
}
#MDPageContent {
	float: left;
	width: 635px;
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 25px;
	background-image: url(images/med-dir-hdr.png);
	background-repeat: no-repeat;
}
#PMPageContent {
	float: left;
	width: 635px;
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 25px;
	background-image: url(images/Prog-mgmt-hdr.png);
	background-repeat: no-repeat;
}
.SpaceLeft {
	padding-left: 20px;
	display: block;
}
H1 {
	font-size: 2em;
	color: #0E92B5;
	font-weight: normal;
	line-height: 130%;
}
.ClearFloat {
	clear: both;
}
H2 {
	font-size: 1.2em;
	color: #DA8D20;
	font-weight: bold;
	text-transform: uppercase;
}
H3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #074656;
}
a:link   {
	color: #0A657D;
	text-decoration: none
}
a:hover   {
	color: #DA8D20;
	text-decoration: none
}
a:visited   {
	color: #666666;
	text-decoration: none
}

