html, body {
	margin: 0px auto;
}

body {
	background-color:#CCCCCC;
}

a {
	
}

a:link {
	text-decoration: none;
	color: #898005;
}
a:visited {
	text-decoration: none;
	color: #898005;
}
a:active {
	text-decoration: none;
	color: #AC9F06;
}
a:hover {
	text-decoration: underline;
	background-color:#FFFFFF;
}

#bodyContainer {
	width: 760px;
	background-color: #FFFFFF;
	margin: 0px auto;
	background-image: url(images/background_dropshadow.jpg);
	background-repeat: repeat-y;
}

#header { 
	padding-top: 5px;
	padding-left: 10px;
	width: 760; 
	voice-family: "\"}\""; /* ie 5.x box hack here */
	voice-family: inherit;
	width: 740px;
}

html>body #header { /* be nice to Opera 5 */
	width: 740px;
} 

#subNav {
	float: left;
	padding-left: 13px;
	width: 188px;
	voice-family: "\"}\""; /* ie 5.x box hack here */
	voice-family: inherit;
	width: 175px;
}

html>body #subNav { /* be nice to Opera 5 */
	width: 175px;
} 

#subNavContent {
	background-image: url(images/subnav_backer.jpg);
	height: 270px;
	background-repeat:no-repeat;
	padding: 29px 10px 20px 24px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 130%;
}	

#subNavContent p {
	margin-top: 0px;
	margin-bottom: 1.1em;
}

#contentContainer {
	float: left;
	width: 560px;
}

#contentTitle {

}

#content {
	background-image:url(images/mockup6a_r7_c11.jpg);
	background-repeat: no-repeat;
	background-position: right top;

	padding: 10px 50px 30px 30px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 130%;
}

#footer {
	width: 760px;
	height: 112px;
	margin: 0px auto;
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	margin-bottom: 0px;
}

.spacer {
	height: 15px;
	display:block;
	clear: both;
}

.peoplePic {
	float: right;
	padding-left: 10px;
}

h2 {
	font-size: 1.35em;
}



h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
	background-color: #F1F5F6;
	margin-left: -9px;
	padding: 5px 4px 2px 6px;
	border-left: 4px solid #CC6633;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 0px;
}

.tableLeftHeader {
	text-align: right;
	font-weight: bold;
}

table {
	font-size: 100%; /* fixes table font inheritance in ie 5.x */
	border-collapse: collapse;
}

.dateFormat {
	font-style: italic;
	color: #CC6633;
	font-weight: bold;
}
