body {
	margin: 10px 0 10px 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
}

h1 {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 1em 0;
	color: #000000;
}

h2 {
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 1em 0;
	color: #000000;
}

h3 {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 1em 0;
	color: #000000;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

img { border: none; }

p {
	margin: 0 0 1em 0;
	padding: 0;
}

ul {
	margin: 0 0 1em 0;
	padding-left: 30px;
}

li {
	margin: 0;
}

form {
	padding: 0;
	margin: 0; 
}

form td { padding-bottom: 12px; }

fieldset {
	border: 1px solid black;
	width: 750px;
	padding: 5px;
	margin: 0 0 10px 0;
}
legend {
	color: #EE1C25;
	font-weight: bold;
	font-size: 13px;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 950px;
	position: relative;
}

#top {}

#nav {
	position: relative;
	height: 42px;
	z-index: 999;
}
#nav img { display: block; } /* for IE */
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav li {
	display: inline;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	z-index: 1001;
}
/* Drop down Nav */
#nav li ul { 
	display: none; 
	position: absolute; 
	top: 42px;
	left: 0px;
	width: 175px;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid black;
}
#nav li.hover ul { display: block; }
#nav li li {
	color: black;
	background: #CCCCCC;
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	cursor: default;
}
#nav li li a {
	color: black;
	text-decoration: none;
	display: block;
	width: 100%;
}
#nav li li a:hover {
	color: red;
}
/* End */

#bar {
	height: 50px;
	background: #000000;
	color: #FFFFFF;
	line-height: 50px;
	font-size: 28px;
	text-align: center;
}

#content {
	text-align: left;
	padding: 10px 10px 5px 10px;
	background-color: #FFFFFF;
	min-height: 200px;
}
* html #content { height: 200px; } /* IE6 Hack */

#left {
	float: left; 
	width: 200px; 
	background: url(images/inv_gradient.jpg) repeat-x;
	margin-right: 9px; 
	height: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#left p.header {
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding-top: 3px;
}
#left div.inv {
	height: 200px;
	font-size: 9px;
	padding: 0 5px;
	overflow: auto;
}

#middle {
	float: left;
	margin-right: 9px;
}

#right {
	float: left; 
	width: 232px;
	height: 286px;
	background: url(images/quote_gradient.jpg);
}
#right p.header {
	color: #EE1C25;
	font-size: 18px; 
	text-align: center; 
	padding-top: 5px; 
	font-weight: bold; 
	margin: 0 0 2px 0;
}

#right form p { padding-left: 25px; }
#right form .inpbox { width: 175px; }
#right form .inpbox2 { width: 75px; }
#right form p.submit { 
	text-align: center; 
	padding: 0;
}

#footer { background: #878E91; }

#copyright {
	margin: auto;
	text-align: center;
	font-size: 10px;
	margin-top: 5px;
}

.smerr {
	color: #EE1C25;
	font-size: 7pt;
}

.small {
	font-size: 7pt;
}

.clear { clear: both; }

@media print { 
	#wrapper { margin: 0; } 
	#top { display: none; }
	#nav { display: none; }
	#bar { display: none; }
	#footer { display: none; }
	body { background: none; }
	fieldset { border: none; }
	p { width: 640px; }
	a { text-decoration: none; }
}

#bar-flash {
	z-index: 1;
	font-family: "Trebuchet MS";
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}
