/* Colors
text: 8C8C8C
purple: 74547A
light gray: D2D2D2
light blue link: 919BC9
*/

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}
.oneColFixCtrHdr #container {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	padding-top:25px;
}
.oneColFixCtrHdr #header {
	width:780px;
	background:url(graphics/logo_bg.gif) repeat-x;
	margin-bottom:18px;
	padding:0;
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	background:url(graphics/footer_bg.gif) repeat-x;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:right;
}

a:link, a:visited {
color:#954da3;
text-decoration:none;
}
a:hover {
color:#222222;
text-decoration:underline;
}
h1 {
	color:#C2C2C2;
	font-size:14px;
	border-left:9px solid #D2D2D2;
	padding-left: 15px;
	}
h2 {
	color:#C2C2C2;
	font-size:12px;
	}
.oddrow {
	background-color: #F2F2F2;
	}
.photo_right {
	float:right;
	margin:0 0 0 24px;
	border:1px solid #000;
}
.photo_left {
	float:left;
	margin:0 24px 0 0;
	border:1px solid #000;
}
