@charset "utf-8";
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;
	background-color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixRtHdr #container {
	width: 896px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	margin-top: 1px;
} 

.twoColFixRtHdr #header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	margin-right: 10px;
	margin-bottom: 0px;
}
.twoColFixRtHdr #container #header h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	font-weight: bolder;
	color: #FFF;
	margin-left: 10px;
	letter-spacing: .5em;
}
.twoColFixRtHdr #container #header h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: left;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.twoColFixRtHdr #container #header h2 a {
	color: #FFF;
	text-decoration: none;
}

.twoColFixRtHdr #container #header h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #8FD4FE;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.twoColFixRtHdr #mainContent {
	margin-right: 240px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-top: 0;
} 
.twoColFixRtHdr #container #mainContent a {
	color: #1D5A87;
	text-decoration: none;
}
.twoColFixRtHdr #container #mainContent a:hover {
	color: #246CD9;
}



.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #EBEBEB;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixRtHdr #container #sidebar1 li {
	list-style-position: outside;
	font-size: 12px;
	list-style-type: disc;
}

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #130F0C;
} 

.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixRtHdr #container #footer a {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixRtHdr #container #footer a:hover {
	color: #CCCCCC;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #000066;
	padding-top: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 10px;
	text-align: left;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	margin-bottom: 3px;
	margin-top: 3px;
	text-align: center;
}

h4 {
	font-size: 14px;
	font-style: italic;
	color: #330099;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h7 {
	font-size: 14px;
	color: #090;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

h6 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #009900;
	margin-bottom: 0px;
	margin-top: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
	margin-top: 3px;
	color: #000000;
}
.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-left: 8px;
}
.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;
}
.menu {
	margin-bottom: 11px;

}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu ul{
	list-style-type:none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
	float:left;
	position:relative;
	z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	top:25px;
	left: -1px;
}

/* style all the links */
.menu a, .menu :visited {
	display:block;
	font-size:12px;
	width:126px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 1px;
	margin-left: 1px;
}
/* style the links hover */
.menu :hover{
	color:#000000;
	background-color: #CCCCCC;
}

/* hide the sub level links */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	width:127px;
	height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
.twoColFixRtHdr #container #mainContent #order p {
	font-size: 10px;
}
.twoColFixRtHdr  #container  #mainContent  #order  h2 {
	font-size: 12px;
}
.twoColFixRtHdr #container #mainContent #order h4 {
	font-size: 12px;
	margin-bottom: 0px;
}
.copyright {
	color: #90d6fb;
}
.twoColFixRtHdr #container #mainContent #order {
	margin-top: 0px;
	padding-top: 0px;
}
.twoColFixRtHdr #container #mainContent li {
	line-height: 16px;
	margin-top: 16px;
}
.heading {
	font-size: 13px;
	color: #090;
	font-weight: bold;
	text-align: center;
}
.greenh3 {
	color: #090;
}
.twoColFixRtHdr #container #header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.llc {
	font-size: 9px;
	color: #FFF;
}
