@charset "utf-8";
body {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #716239;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #BEAD81;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 135px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px;
	background-image: url(images/headerInner1.jpg);
	background-repeat: no-repeat;
	height: 135px;
}




.oneColFixCtrHdr #mainContent {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.oneColFixCtrHdr #container #mainContent h1 {
	color: #8C7948;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BEAD81;
	font-size: 20px;
	margin-bottom: 0px;
}

.oneColFixCtrHdr #container #mainContent h2 {
	color: #8C7948;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BEAD81;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #container #mainContent h3 {
	color: #8C7948;
}
.oneColFixCtrHdr #container #mainContent p {
	color: #716239;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 16px;
}
.oneColFixCtrHdr #container #mainContent li {
	color: #8C7948;
	font-style: italic;
	line-height: 15px;
	margin-left: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #container #mainContent img {
	margin: 0px 5px;
    padding: 2px;
    border: 1px solid #BEAD81;
}
.oneColFixCtrHdr #container #mainContent a {
	color: #8C7948;
}
.oneColFixCtrHdr #container #mainContent img {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 2px solid #BFA87F;
	padding: 2px;
}
border-bottom-color: #9E2007;
}
.oneColFixCtrHdr #container #mainContent td {
	font-size: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
    width: 50%;
}
.oneColFixCtrHdr #container #mainContent ul li {
	font-family: "Trebuchet MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 22px;
	padding-left: 8px;
	list-style-image: url('images/bulletLi.png');
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent ol li {
	font-family: "Trebuchet MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-left: 8px;
	margin-left: 25px;
}
.oneColFixCtrHdr #container p {
	font-size: 100%;
	line-height:20px;
}
.oneColFixCtrHdr #container #mainContent .emphasis {
	background-color: #EFEAE2;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	border: 1px solid #BEAD81;
}
.oneColFixCtrHdr #container #mainContent .sidebar1 {
	width: 300px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.oneColFixCtrHdr #container #mainContent .sidebar2 {
	float: right;
	width: 400px;
}
.oneColFixCtrHdr #container #footer p {
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}

.oneColFixCtrHdr #footer {
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
	height: 51px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #container #footer a {
	font-size: 12px;
	color: #FFFFFF;
}

.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 */
}

.onecolFixCtrHdr #footer a {
	color: #FFFFFF;
}
a.button:link,a.button:visited {
	color: #A4092D;
	background-color: #E6DED0;
	padding: 4px;
	border: 2px solid #8C7948;
	text-decoration: none;
}
.femResources 
{
    border: 1px solid #FFE1FF; 
    background-color: #feeefe; 
}
.maleResources 
{
    background-color: #f4fdfc;
    border: 1px solid #ddebee;
} 
.genResources 
{
    border: 1px solid #bccca8;
    background-color: #e7f0dc;
}
#container #nav {
	margin-bottom: 12px;
	padding-bottom: 12px;
	background-image: url(images/bgMenu.jpg);
	background-repeat: repeat-x;
	height: 32px;
}

