@charset "UTF-8";
body {
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #FFFFFF;
	background-image: none;
}
.oneColFixCtrHdr #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/border2.gif);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	height: auto;
	padding: 0;
}
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-image: url(../images/border.gif);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #container #menu {
	background-image: url(../images/menu.gif);
	height: 240px;
	font-size: 150%;
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 740px;
	text-align: center;
	padding-top: 15px;
	vertical-align: middle;
	white-space: normal;
	line-height: 125%;
	clear: both;
}

.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;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #container #btm_border {
	background-image: url(../images/btm_border.gif);
	height: 15px;
	clear: both;
}
.oneColFixCtrHdr #container #mainContent #main_left {
	float: left;
	width: 460px;
	line-height: normal;
	padding-top: 10px;
}
.oneColFixCtrHdr #container #mainContent #main_right {
	float: right;
	width: 460px;
	line-height: normal;
	padding-top: 10px;
}
.oneColFixCtrHdr #container #header #headerRight {
	float: right;
	width: 590px;
	padding-right: 10px;
	clear: none;
}
.oneColFixCtrHdr #header #headerRight {
	float: right;
	width: 700px;
	padding-right: 0px;
	padding-top: 0px;
	height: 100px;
	margin-top: 25px;
}
.oneColFixCtrHdr #header #search {
	float: right;
	width: 690px;
	height: 150px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.oneColFixCtrHdr #header #logo {
	float: none;
	height: 170px;
	width: 270px;
	margin-top: 10px;
}

/* *******************     STYLES BEGIN HERE     ******************* */
.style1 {font-size: 90%}
.style2 {font-family: "palatino linotype", palatino, serif, "Times New Roman";color: #6C3996; font-size:160%}
.style3 {color: #4e9b8f; font-size: 110%}
.style4 {font-size: 100%;color: #999999;}
.style5 {font-size: 120%}
.style6 {color: #6C3996}
.style7 {font-family: "palatino linotype", palatino, serif, "Times New Roman";color: #6C3996; font-size:200%}
.style8 {color: #d42121}
.style9 {font-size: 80%;color: #999999; font-style:inherit;}



/* *******************     LINK STYLES BEGIN HERE     ******************* */

/* ******** normal body links ******* */
a:link {
	color: #4e9b8f;
}
a:visited {
	color: #4e9b8f;
}
a:hover {
	color: #4e9b8f;
}

/* ******** small links ******* */
a.small:link {
	text-decoration: none;
	color: #4e9b8f;
}
a.small:visited {
	text-decoration: none;
	color: #4e9b8f;
}
a.small:hover {
	text-decoration: underline;
	color: #4e9b8f;
}
a.small:active {
	text-decoration: none;
}

/* ******** white nav links ******* */
a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.nav:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a.nav:active {
	text-decoration: none;
}
/* ******** big purple links ******* */
a.purple:link {
	color: #6C3996;
	text-decoration: none;
	font-size:160%;
	font-family: "palatino linotype", palatino, serif, "Times New Roman";
}
a.purple:visited {
	color: #6C3996;
	text-decoration: none;
	font-size:160%;
	font-family: "palatino linotype", palatino, serif, "Times New Roman";
}
a.purple:hover {
	text-decoration: underline;
	color: #6C3996;
	font-size:160%;
	font-family: "palatino linotype", palatino, serif, "Times New Roman";
}
a.purple:active {
	color: #6C3996;
	text-decoration: none;
	font-family: "palatino linotype", palatino, serif, "Times New Roman";
}
.oneColFixCtrHdr #header #cse-search-box {
	float: right;
	height: auto;
	width: auto;
}

