@charset "utf-8";
/* CSS Document */

<style type="text/css">

body {
	background: #666666;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFF;
}
.padding {
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 0px;
}
body {
	background: #666666;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFF;
}

.boxright {
	height: 218px;
	width: 243px;
	border: thin solid #666;
	float: left;
	margin-top: 10px;
	margin-right: 9px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
.boxmiddle {
	height: 218px;
	width: 243px;
	border: thin solid #666;
	float: left;
	margin: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.boxleft {
	height: 217px;
	width: 243px;
	border: thin solid #666;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.gradient {
	background-image: url(images/bg_gradientr.jpg);
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.largeheadline {
	font-family: "Times New Roman", Times, serif;
	font-size: 42px;
	line-height: 44px;
	font-weight: bold;
	color: #444;
	letter-spacing: -2px;
	padding: 0px;
}
.oneColFixCtrHdr #header {
	background-color: #FFF;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
.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 {
	background: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 235px;
	margin-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	color: #000;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
	background-color: #FFF;
}
.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 #mainslide {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}


#navbar {
	color: #000;
	background-position: 0 top;
	height: 20px;
	margin-top: 0px;
	margin-right: 0em;
	margin-bottom: 5px;
	width: 770px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: thin;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	padding: 5px;
	margin-left: 0px;
	border-bottom-color: #666;
}

#navbar ul { margin: 0.3em 0.3em 0; padding:0 0 1em; list-style:none; }

#navbar li { margin:0 0 0 1em; padding: 1em 0; list-style:none; display:inline; }

#navbar li a {
	color: #333;
	margin:0;
	padding: 1em 0.5em 0;
}
#navbar li a:hover {
	color: #3d3d3d;
	font-weight: bold;
	margin: 0;
	padding: 1em 0.5em 0;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	color: #09F;
}
.border {
	border: 1px solid #8AC4FD;
	list-style-position: inside;
	list-style-type: disc;
	left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	color: #FF0;
}

</style>
