/* CSS Document */

body,td,th {
	font-family: Arial, Tahoma,"Trebuchet MS", sans-serif;
	font-size: 0.95em;
	color: #000000;
	margin:0px;
}
#ordertable{
	border-left:#666 solid 1px;
	border-top:#666 solid 1px;
}
#ordertable td{
	border-bottom:#666 solid 1px;
	border-right:#666 solid 1px;
}
.mainTable {
	background-color: #FFFFFF;	
	border-color:#CCCCCC;
	border-style: solid;
	border-width: 1px;
}
.copy {
	letter-spacing: 0px;
	line-height: 17px;
	padding-left:15px;
	padding-right:10px;
	letter-spacing:0.01em;
}
a.link {
	color: #000099;
	font-family: Tahoma, Arial; 
}
a:hover {
	color: #CC3300;
}
a:active {
	color: #CC3300;
}
a:visited {
	color: #000099;
}

a.footerlinks {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #355C83;
	text-decoration: none;
}
a.footerlinks:hover {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #355C83;
	text-decoration:underline;
}
.pageHeaders {
	font-size: 16px;
	font-variant:small-caps;
	color:#003366;
	font-weight:bold;
	letter-spacing:1px;
	text-decoration: none;
}
.pageSubheaders {
	font-size: 1.1em;
	color:#003366;
	font-weight:bold;
	letter-spacing:0.05em;
	text-decoration: none;
}

.imgback {
	background-color:#EEE;
}
.border {
	background-image:url(../images/bg_long.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFF;
	border:1px;
	border-style:solid;	
	border-color:#666666;	
}
.line {
	background-color:#666666;
}

.imageBorder {
	border:1px;
	border-style:solid;	
	border-color:#333333;
	margin-top:6px;
	margin-bottom:3px;
	margin-right:5px;
}

.floatimgright {
	float:right;
	margin-top:2px;
	margin-right:5px;
	margin-left:12px;
	margin-bottom:7px;
	border:1px;
	border-style:solid;	
	border-color:#666666;	
}
.form {
	size:20px;
	width:65px;
	font-size:9px;
	height:20px;
	vertical-align:middle;
}
.form2 {
	width:250px;
	font-size:9px;
	height:20px;
	vertical-align:middle;	
}

.smalltext{
	font-size:0.8em;
}

<!---------------------------------------------------------------------
/* Vertical nav */

#navholder{
	margin:0;
	padding:0;
	background-color:#fff;
	width: 100%;
	float:left;
}
#nav {
	overflow: hidden;
	width:150px;
	vertical-align: top;	
}
#nav ul {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: visible;
}
#nav li {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: visible;
	border-bottom: 1px solid;
	border-bottom-color:#AAA;
}
#nav a {
	display: block;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	overflow: hidden;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	letter-spacing:0.02em;
	color:#4F546C;	
}
*html #nav li {
	float: left;
	clear: both;
}
*html #nav a {
	float: left;
	clear: both;
	width: 100%;
}
#nav a:hover {
	text-decoration: none;
	color:#006699;
	background: #FFF;
}
#nav li ul {
	display: none;
}
#nav li li {
	background: url(../images/dot1.gif) repeat-x top left #E5E5E5 !important;
	border: 0 !important;
}
#nav li li a {
	font-weight: normal !important;
	border: 0;
}
a.navlinks {
	font-family: Tahoma, Arial;
	font-size: 14px;
	color:#000099;
	text-decoration:underline;
	margin-left: 0px;
	padding: 3px 0 0 0;
}
a.navlinks:hover {
	color:#CC3300;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}
.navSpace {
	padding: 12px 0 0 5px;
}