BODY  {
	background: #000070;
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 100%;
	}

#wrap{
width:660px;
margin: 0 auto;
text-align:center;
position:relative;
}

#header{
position:absolute;
top:0;
margin: 0 auto;
text-align:left;
}
div#topnav{
position:absolute;
	text-align : center;
	margin:0 auto;
	top: 90px;
}


div#outerWidth{
	width:100%;
	position:absolute;
	top:110px;
}
div#outer{
	background-color : #C2BFA5;
	border : 1px solid black;
	padding: 10px;
}

div#innerWidth{
	width:100%;
}
div#inner{
	background-color : white;
	border : 1px solid black;
}

#content{
	background-color : white;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:left;
}	

H1 {
	font-size: 120%;
	color: #990000;
	text-align:center;
}

H2 {
	font-size: 110%;
	color: #000099;
}

H3 {
	font-size: 120%;
	color: #000099;
}

H4 {
    font-size: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #990000;
	}
	
H5 {
    font-size: 84%;
	}

A {
	text-decoration: underline;
	color: Blue;
}

A:Hover {
	text-decoration: none;
	color: #000070;
	background-color : #C2BFA5;
}

A.nav {
	text-decoration: none;
	color: #0000CC;
}

A.nav:Hover {
	text-decoration: underline;
	color: #0000CC;
	background-color : #FFFFCC;
}

A.navorder{
	text-decoration: none;
	color: #990000;
}

A.navorder:Hover {
	text-decoration: underline;
	color: #990000;
	background-color : #FFFFCC;
}

.light {
	text-decoration: underline;
	color: White;
}

P {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 84%;
	margin-top: 5%;
	margin-bottom: 5%;
}

/*  NAV */

ul.menu {
	background: url('/images/nav.png');
	float: left;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px black solid;
	border-right: none; /* Removes extra right black border on last elements */
	font: 10px Verdana, sans-serif;
}

ul.menu li {
 float: left;
}

ul.menu a {
 display: block;
	float: left; /* This is for Win/IE only */
	padding: 0 2em;
	border-right: 1px solid #333;
	color: #000;
	line-height: 1.6em;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}

ul.menu a:hover {
 background: url('/images/navhover.png');
	color: #FFF;
}

#botmenu{
text-align:center;
color : white;
	font-size: 75%;
}
#footer{
color : #ccc;
	font-size: 75%;
	text-align:center;
}
#botmenu a {

	color: #ccc;
	text-decoration: underline;
	
}

#botmenu a:hover {
	color: navy;
	background-color:white;
}

.orderW{
	width:400px;
}
.order{
	border: 5px dashed #C2BFA5;
	
}
.strikthru{
	text-decoration : line-through;

}

.hilite{
		color:black;
	background-color:yellow;
}

TD p{
	margin:0;
	padding:8px;
	line-height:1.5em;
}

.bold1{
	font-weight : bold;
	color:navy;
}

.bold2{
	font-weight : bold;
	color:maroon;
}

.outline{
	border: 2px dashed #999;
}

#dwindow{
position:absolute;
left:0px;
top:0px;
font-family:arial,sans-serif;
font-size:14px;
color:white;
background-color:#ddd;
border: 3px solid Maroon;
/*cursor:move;   javascript to go with: onMousedown="initializedrag(event)" onMouseup="stopdrag()" onSelectStart="return false"   */
z-index:998;
/*display:none*/
}

#dwindow a{

text-decoration: none;
padding:3px;
border: 1px solid #666;
background-color: ivory;
color: maroon;
}
#dwindow a:hover {
background-color: Maroon;
color: White;
border: 1px solid #ccc;
}

.smalltext{
	font-size:75%;
}