BODY {
	PADDING: 0px;
	margin:5px;
	COLOR: #000000;
	BACKGROUND-COLOR: #ffffff;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 17px;
}

A,
A:link           {COLOR:#0000FF; text-decoration:underline} 
A:visited        {COLOR:#810081; text-decoration:underline}
A:hover          {COLOR:#FF0000; text-decoration:underline}
A:active         {COLOR:#FF0000; text-decoration:underline}

H1 {font-size: 24px;}
H2 {font-size: 20px;}

#container {
	WIDTH: 770px;
	margin:0px;
	border: 1px solid #000000;
}

#header {
	position: relative;
	BACKGROUND: #4D000F url(images/header.jpg) repeat-x scroll top left;
	WIDTH: 770px;
	HEIGHT: 174px;
	COLOR: #FFD833;
	clear:left;
}

#image {
	position: absolute; top: 6px; right: 15px; 
	border: 1px solid #FFD833;
}

#company {
	position: absolute; top: 54px; left: 0px; 
	width: 608px;
	COLOR: #FFD833;
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 41px;
	FONT-WEIGHT: bold;
	clear:left;
	text-align:center;
}

#nav {
	position:absolute; top:118px; left:0px;
}
#nav A {
	BACKGROUND: #254B00 url(images/nav_bg.jpg) repeat-x scroll top left;
	border-top: 1px solid #FFD833;
	border-right: 1px solid #FFD833;
	border-bottom: 1px solid #FFD833;
	COLOR: #FFD833;
	DISPLAY: block;
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 18px;
	FONT-WEIGHT: bold;
	line-height: 42px;
	text-align: center;
	TEXT-DECORATION: none;
	xWIDTH: 128px; 
}
#nav A:hover {
	BACKGROUND: #254B00 url(images/nav_bg_over.jpg) repeat-x scroll top left;
	COLOR: #003300;
}

#navhome a {border-left: 1px solid #FFD833;}

#mainbody {
	background-image: url(images/background.jpg);
	padding:15px;
}

#mainbody img {
	align: center;
	xwidth: 190px;
	xheight: 153px;
	border: 1px solid #4D000F;
	margin-top:50px;
}

#products P {margin-top:40px;}
#products UL {margin-top:0px;}
#products LI .subtext {margin-left: 25px;}

#footer {
	position: relative;
	BACKGROUND: #254B00 url(images/nav_bg.jpg) repeat-x scroll top left;
	WIDTH: 770px;
	HEIGHT: 47px;
	COLOR: #FFD833;
	border: 1px solid #4D000F;
	FONT-SIZE: 16px;
	FONT-WEIGHT: bold;
	line-height: 42px;
	text-align: center;
}

#individualform, 
#groupform {
	display: none;
}

.warning {
	color: #ff0000;
	FONT-WEIGHT: bold;
}

.hometext {FONT-SIZE: 18px;}

#quotebox {
	font-size: 16px;
	position:relative; 
	right:0px; 
	float:right; 
	width:300px; 
	border:1px solid #000000; 
	margin:0px 0px 10px 10px; 
	padding:10px; 
	background-color:#FFEDBC;
}
#quotebox H2 {
	font-size: 17px;
	text-align: center;
}
.quote {
	margin: 20px 0px 5px 0px;
	font-size: 15px;
	font-style: italic;
}

.by {
	margin: 0px 0px 0px 20px;
	font-size: 14px;
}

