@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-color: #3268B1;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
}
.main_signuplink {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
}

.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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}
.oneColFixCtrHdr #container #mainContent div p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.oneColFixCtrHdr #container #mainContent div ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


.oneColFixCtrHdr #header h1 a {
	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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	text-decoration:none;
}
.oneColFixCtrHdr #header h1 a:hover {
	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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ED7E13;
	text-align: left;
	text-decoration:underline;
}
.front_main {
	float: right;
	width: 300px;
}
.sidebar_right {
	float: right;
	width: 180px;
	margin-left: 10px;
}
.sidebar_left {
	float: left;
	width: 180px;
	margin-right: 20px;
}
.sidebar_left a{
	font-family: Arial, Helvetica, sans-serif;
}
.yellowbox_borders {
	border: thin solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	background-color: #FFC;
}

.oneColFixCtrHdr #container #mainContent div #front_main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 38px;
}
.oneColFixCtrHdr #container #mainContent div #front_main p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -1%;
}


.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #mainContent a {

	text-decoration: none;
	color: #3268B1;
}
.oneColFixCtrHdr #mainContent a:hover {

	text-decoration: underline;
	color: #ED7E13;

}
.oneColFixCtrHdr #footer a {

	text-decoration: none;
	color: #3268B1;
}
.oneColFixCtrHdr #footer a:hover {

	text-decoration: underline;
	color: #ED7E13;

}
.oneColFixCtrHdr #container #mainContent div h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent div table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.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: center;
}
.oneColFixCtrHdr #container #mainContent div {
	font-family: Arial, Helvetica, sans-serif;
}
.whitebox_borders {
	border: thin solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.breadcrumbs {
	font-size: 10px;
}
.subhead {
	font-size: 18px;
}
