@charset "utf-8";
a:link {
	color: #0066CC;
}
a:visited {
	color: #0066CC;
}
a:hover {
	color: #0099FF;
}
a:active {
	color: #0066CC;
}
#topseo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
body * {
	margin: 0px;
	padding: 0px;
}


/* CSS Document */

body {
	background: #666666; /* 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: "Trebuchet MS", "Times New Roman", Georgia, serif;
	font-size: .9em;
	background-color: #999999;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#container  {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/gold_bkgd.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#header  {
	background-color: #DDDDDD;
	height: 105px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
}

#header  h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 2em;
	font-weight: bold;
	color: #000000;
	padding-top: 50px;
	padding-right: 0;
	padding-left: 15px;
}
#mainContent   {
	left: inherit;
	top: 0px;
	float: left;
	width: 728px;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#mainContent_inner {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#mainContent_inner img {
	float: left;
	padding-right: 15px;
}
#mainContent_inner table img {
	margin: 0px;
	padding: 0px;
}

#mainContent_inner  h1 {
	font-family: "Trebuchet MS", "Times New Roman", Georgia, serif;
	font-size: 1.7em;
	color: #006600;
	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_inner  h2 {
	font-family: "Trebuchet MS", "Times New Roman", Georgia, serif;
	font-size: 1.3em;
	color: #006600;
	font-weight: bold;
	font-style: normal;
	border-bottom-width: 0px;
	border-bottom-style: 0;
	margin: 0px;
	padding: 0px;
}
#mainContent_inner  h3 {
	bottom: 4px;
	font-size: 1.1em;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
	text-align: left;
	font-family: "Trebuchet MS", "Times New Roman", Georgia, serif;
	line-height: 1.2em;
}
#mainContent_inner  li {
	line-height: 1.2em;
	padding: 4px;
	font-size: 1em;
	list-style-position: inside;
}
#mainContent_inner  p {
	line-height: 1.2em;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#sidebarnav {
	float: left;
	width: 136px;
	height: auto;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
}
.model {
	font-family: "Trebuchet MS", "Times New Roman", Georgia, serif;
	font-size: .8em;
	font-weight: bold;
}
.tabletext {
	font-size: 0.8em;
	line-height: 1.2em;
}


#sidebarnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#sidebarnav li {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	font-family: "Trebuchet MS", "Times New Roman", Georgia, serif;
	background-image: url(images/gold_button.jpg);
	background-repeat: no-repeat;
	width: 136px;
	text-align: center;
	font-size: .9em;
	font-weight: bold;
	height: 25px;
}
#sidebarnav li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-bottom: 2px;
	height: 20px;
}

#sidebarnav li a:hover {
	color: #fff;
	background-color: #000;
}

#flash {
	float: left;
	height: 175px;
	width: 864px;
	background-image: url(images/flash_area.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #006902;
}


#sidebar {
	float: left;
	width: 136px;
	clear: none;
	font-size: 0.7em;
	text-indent: 0px;
	color: #000000;
	height: auto;
	text-align: center;
}
#sidebar img {
	padding-left: 8px;
}


#sidebar p {
	padding-left: 15px;
}
#bottomnav {
	font-size: 0.8em;
	color: #FFFFFF;
	background-position: center;
	text-align: center;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}


#bottomnav a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#sidebarnav img {
	padding-top: 10px;
}
#bottomnav a:hover {
	color: #333333;
}

#navbar * {
	margin: 0px;
	padding: 0px;
	float: left;
}
#navbar {
	font-weight:bold;
	float: left;
	background-repeat: repeat-x;
	text-align: center;
	background-color: #000000;
	width: 1000px;
	height: 26px;
	clear: both;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/navbar_bkgd.jpg);
}
#navbar ul {
	padding-left: 137px;
}

#navbar li {
	list-style:none;
	vertical-align: middle;
	font-family: "Trebuchet MS", "Times New Roman", Georgia, serif;
	font-size: .9em;
	height: 26px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(images/navbar_bkgd.jpg);
}

#navbar a {
	width:90px;
	text-decoration:none;
	float:left;
	font-family: "Trebuchet MS", "Times New Roman", Georgia, serif;
	font-weight: bold;
	color: #FFFFFF;
	height: 18px;
	display: block;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	padding-top: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-bottom: 4px;
}
#navbar a:hover {
	background-position:0;
	color: #000000;
	height: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #A89A51;
}
#navbar a:active {
	background-position:0 -69px;
	background-image: url(images/nav_buttons.gif);
}
#navbar p {
	color: #FFFFFF;
	background-position: right;
	text-align: right;
	padding-top: 4px;
	float: right;
	padding-right: 10px;
}
.largeheader {
	font-family: "Trebuchet MS", "Times New Roman", Georgia, serif;
	font-size: 1.6em;
	color: #006600;
	padding-bottom: 10px;
	font-weight: bold;
	padding-top: 8px;
}
.fltright {
	float: right;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
.smallheader  {
	font-family: "Trebuchet MS", "Times New Roman", Georgia, serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #006600;
	letter-spacing: 0em;
	line-height: 1.2em;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



#footer  {
	background-color: #000000;
	color: #FFFFFF;
	font-size: .8em;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	clear: both;
	height: 26px;
}
#mainContent_inner img {
	display: block;
	float: right;
	padding-left: 15px;
	clear: both;
	padding-right: 0px;
}

