body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	text-align: center;
}

#menu{
	color: #fff;
}
#menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	color: #fff;
}

#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	color: #616582;
}

td {
        font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
        font-size: .8em;
        color: #4E4E72;
		font-weight: normal;
        }
		
a {
        font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
        color: #c00;
		font-weight: normal;
        }
		
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#4E4E72;
	font-weight: normal;
	font-size: 1.5em;
	font-style: normal;
	padding:4px;
	border-bottom:3px solid #fff;
}

h2 {
clear:both;
	font-family: Arial, Helvetica, sans-serif;
	color:#4E4E72;
	font-weight: normal;
	font-size: 1.3em;
	font-weight: bold;
	margin:0px;
	padding:2px;
	border-bottom:1px solid #fff;
}
		
		.navHeader {
	font-family: Arial, Helvetica, sans-serif;
	color:#5A85A7;
	font-weight: normal;
	font-size: 10px;
}

.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	color:#000033;
	font-weight: normal;
	font-size: 10px;
}

.navLogoTitle {
	font-family: Chiller, Arial, Helvetica, sans-serif;
	color:#92A6A5;
	font-weight: normal;
	font-size: 60px;
}

.navLogoSubTitle {
	font-family: Chiller, Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight: normal;
	font-size: 30px;
}

.NavLinkText{
	font-family: Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-weight: normal;
	font-size: 12px;
}

.NavFunctionalLinkText{
	font-family: Arial, Helvetica, sans-serif;
	color:#92A6A5;
	font-weight: normal;
	font-size: 10px;
}

.BodyFunctionalLinkText{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight: normal;
	font-size: 12px;
}

.keyLine {  background-color: #4E4E72}
.keyLineNavLinks {  background-color: #CC0000}

.order_box {
	padding:10px;
	border:1px solid #4E4E72;
	background:#e4e4e4;
}

.big {
	font-size:1em;
	font-weight:bold;
}

.big_red {
	color:#c00;
	font-size:1em;
	font-weight:bold;
}

.button {
	padding:7px;
	background:#c00;
	border:1px solid #999;
	color:#eee;
	font-size:1.2em;
	margin-top:10px;
}

.button_small {
	font-size:.8em;
	padding:2px;
	background:#eee;
	border:1px solid #666;
	color:#036;
}

.half {
	float:left;
	width:47%;
	padding:1%;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	color:#fff;
}

#nav a {
	display: block;
	width: auto;
	padding:5px;
	color:#fff;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	margin:0 5px;
}

#nav ul li {
	width: 15em;
	margin:0;
}

#nav ul li a {
	padding:5px;
	display:block;
	border-bottom:1px solid #fff;
}

#nav ul li a:hover {
	background:#616582;
	}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #4e4e72;
	width: 15em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
