@charset "UTF-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td { margin: 0; padding: 0; }

fieldset,img,abbr {
	border: 0;
}

hr {
	display: marker;
	background-color: #000000;
	color: #000000;
	height: 2px;
	width: 100%;
}



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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: #0099CC;
	font-size: 80%;
	background-color: #FFFFFF;
}
a:link {
	color: #000099;
}
a:visited {
	color: #0099FF;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FFCC33;
}
.twoColFixLtHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0px 15px 20px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #dddddd;
}
.twoColFixLtHdr  #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #FFFFCC;
}
.caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: italic;
	line-height: normal;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	width: 528px;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #FFFFFF;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #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-family: "Times New Roman", Times, serif;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 0 0 10px 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#headliner {
	background-color: #dddddd;
	padding: 10px 0 10px 20px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#headermenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #3399CC;
	display: block;
	height: 190px;
	width: 100%;
	padding: 0 0 0 0;
}
#headermenu ul {
	list-style: none;
	clear: both;
	padding-right: 20px;
	float: left;
	margin-top: 10px;
	min-width: 800px;
}



#headermenu ul li a {
	display: block;
	line-height: 30px;
	padding: 0 10px 0 10px;
	font-size: 14px;
	text-align: center;
	
}
#headermenu   ul li   {
	float: left;
}
#headermenu h1 a {
	float: left;
}
a {
	text-decoration: none;
	font-weight: bold;
}
#headermenu ul li a.current {
	color: #000000;
	background-color: #dddddd;
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

#sidebar1 .submenu, #sidebar1 #submenu {
	margin-left: 0;
	margin-top: -2px;
	font-size: 10px;
	list-style: none;
}
#sidebar1 .submenu a#subcurrent, #sidebar1 #submenu a#subcurrent {
	color: #333;
	cursor: default;
}

#sidebar1 .submenu li {
	border-bottom: 0px solid #999999;
	font-size: 100%;
	line-height: 15px;
	padding: 5px 0 0 6px;
}

#sidebar1 .submenu li a {
	width: 100%;
	display: block;
}
#sidebar1  a:link   {
	color: #000099;
}
#sidebar1  a:visited   {
	color: #666666;
}
#sidebar1  a:hover   {
	color: #990033;
	text-shadow: none;

}


#sidebar1 .submenu li.current {
	background: none;
	font-weight: bold;
}
#sidebar1  .submenu  ul  li {
	margin-top: 0 !important;
	margin-left: 16px !important;
}
#sidebar1  .submenu  ul  li  {
	border: none;
	line-height: 1.4em;
	padding-bottom: 2px;
}
#sidebar1 hr {
display: block !important;
border: 0;
border-top: 1px solid #ddd;
}
#sidebar1 ul {
margin-bottom: 22px;
}
h3 {
	font-size: 14px;
	color: #000099;
	font-weight:normal;
	margin: 3px 0 3px 0;
	font-style: italic;
}
#sidebar1 p {
	padding-right: 3px;
}
#mainContent p {
	padding-right: 5px;
}
#mainContent ul {
	background-color: #FFFFFF;
}
#mainContent ul li {
	color: #000000;
	list-style-type: square;
	margin-left: 30px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	font-style: normal;
	font-weight: normal;
}
#sidebar1     .submenu     li     .current  {
	background-color: #FFFFFF;
	border-color: #990033;
	border-width: 0px 0 2px 2px;
	border-style: solid;
	padding-left: 3px;
}
#headermenu a:visited {
	color: #FFFFFF;
}
#headermenu a:link {
	color: #FFFFFF;
}
a:hover img {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000099;
	font-weight: normal;
}
