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

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: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	background-color: #000000;
	margin-top: 10px;
	background-image: url(images/dark_grill.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#topseo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#container  {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #CCCCCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/bkgd_image.png);
	background-repeat: repeat-y;
}

#header  {
	background-color: #DDDDDD;
	height: 146px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
	position: relative;
}

#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 */
}
#mainContent   {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin-top: 0px;
	left: inherit;
	top: 0px;
	float: left;
	width: 815px;
	height: auto;
}
#mainContent a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#mainContent a:hover {
	color: #003399;
}


#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #000000;
	margin-top: 12px;
	text-transform: none;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: -0.03em;
	padding-top: 10px;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	border-bottom-width: 0px;
	border-bottom-style: 0;
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
}


#mainContent h3 {
	bottom: 2px;
	font-size: 1.3em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	margin-bottom: 0px;
}

.quote {
	font-size: .8em;
	padding: 0px;
	margin-top: 0px;
}



#mainContent p {
	line-height: 1.2em;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#mainContent li {
	line-height: 1.2em;
	padding: 4px;
	font-size: 1em;
}
#sidebar {
	float: right;
	width: 148px;
	clear: none;
	font-size: 0.9em;
	text-indent: 0px;
	background-color: #000000;
}
#sidebar_inner {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#sidebar img {
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}

#sidebar p {
	color: #FFFFFF;
	font-family: "Trebuchet MS", "Times New Roman", Georgia, serif;
	font-size: 0.7em;
	text-align: center;
	line-height: 1.2em;
}
.fltright {
	display: block;
	float: right;
	padding-left: 20px;
	padding-top: 10px;
}
#footer  {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 10px;
	clear: both;
}

#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#navbar * {
	margin: 0px;
	padding: 0px;
	float: left;
}
#navbar {
	font-weight:bold;
	float: left;
	background-repeat: no-repeat;
	text-align: center;
	background-color: #000000;
	width: 1000px;
	height: 30px;
}
#navbar li {
	list-style:none;
	vertical-align: middle;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	height: 25px;
	float: left;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-top: 5px;
}
#navbar a {
	text-decoration:none;
	float:left;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	background-repeat: no-repeat;
	text-align: center;
	border: 1px solid #000033;
	vertical-align: middle;
	background-color: #000000;
	width: 125px;
}
#navbar a:hover {
	background-position:0 -34px;
	color: #FFCC00;
}
#navbar a:active {
	background-position:0 -69px;
}
#bottomnav {
	font-size: 1em;
	color: #000000;
	background-position: center;
	text-align: center;
	padding-top: 10px;
	clear: left;
	font-weight: bold;
	display: block;
	float: left;
	width: 100%;
	margin-top: 10px;
}



#bottomnav a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#bottomnav a:hover {
	color: #003399;
}

a:link {
	color: #0066CC;
}
a:visited {
	color: #0066CC;
}
a:hover {
	color: #0099FF;
}
a:active {
	color: #0066CC;
}
#div1 {
	float: left;
	width: 300px;
	padding-top: 0px;
	margin-top: 0px;
}
#form {
	float: left;
	width: 500px;
	margin-top: 25px;
}
#bottomtext {
	font-size: 0.8em;
	color: #333333;
	font-weight: normal;
}
#bottomtext a {
	font-weight: bold;
	color: #000000;
}
