@charset "utf-8";
/* CSS Document */
body {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #333333;
	background-color: #E3E9EF;
	background-image: url(images/body_swoosh_bg.gif);
	font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif, Arial;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 780px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
}
.oneColFixCtrHdr #header {
	background-image: url(images/header2.gif);
	height: 175px;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 20px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsLt #sidebar1 p" rule.
*/
.oneColFixCtrHdr #sidebar1 {
	float: right;
	width: 15em;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	text-align: left;
	font-size: 0.8em;
	color: #333333;
	background-color: #f3f3f3;
	background-image: url(images/bg-1.gif);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C2C6E4;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C2C6E4;
}

.oneColFixCtrHdr #sidebar1 hr {
	color: #C2C6E4;
	font-size: 1px;
}

.oneColFixCtrHdr #container #sidebar1 h3 {
	color: #634491;
}
.oneColFixCtrHdr #sidebar1 h3, .oneColFixCtrHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


.oneColFixCtrHdr #mainContent {
	margin-top: 0;
	margin-right: 13.5em;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: solid;
	border-right-color: #B1C2CF;
	border-left-color: #B1C2CF;
	font-size: 0.9em;
	padding-bottom: 20px;
} 

.oneColFixCtrHdr #container #mainContent h2 {
	color: #3954A5;
}
.oneColFixCtrHdr #footer {
	background-color: #C6CEF1;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #C9D7DB;
	margin-bottom: 25px;
}

.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 */
		font-size: 85%;

}


/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#nav {
	background-color: #FFFFFF;
}
