a:link
{
	color: #30943a;
	text-decoration: underline;
}

a:visited
{
	color: #2a7631;
	text-decoration: underline;	
}

a:hover
{
	text-decoration: none;
}

a.menuLink:link
{
	margin-top: 5px;
	color: white;
	text-decoration: none;
	font-size: 18pt;
}

a.menuLink:visited
{
	color: white;
	text-decoration: none;	
	font-size: 18pt;
}

a.menuLink:hover
{
	text-decoration: underline;
}

a.menuLinkFront:link
{
	color: #b1b1b1;
	text-decoration: none;
	font-size: 18pt;
}

a.menuLinkFront:visited
{
	color: #b1b1b1;
	text-decoration: none;	
	font-size: 18pt;
}

a.menuLinkFront:hover
{
	text-decoration: underline;
}
a.grayLink:link
{
	color: #888888;
	text-decoration: none;
}

a.grayLink:visited
{
	color: #777777;
	text-decoration: none;	
}

a.grayLink:hover
{
	text-decoration: underline;
}

body
{
	background-color: #fffef8;
	text-align: center;
	font-family: Arial;
	font-size: 11pt;

}

.borderBottom
{
	background-image: url(../images/borderBottom.gif);
	width: 950px;
	height: 18px;
	margin-bottom: 5px;
}

.borderSide
{
	border-left: solid #c5c6b6 1px;
	border-right: solid #c5c6b6 1px;
	background-color: White;
}
.borderTop
{
	background-image: url(../images/borderTop.gif);
	width: 950px;
	height: 18px;
}

.contentPannel
{
	padding-left: 15px;

}

.frame
{
	background-color: Transparent;
	width: 950px;
	height: 500px;
	text-align: left;
	margin: auto;	
}

.grayBox{
	border: solid #dddddd 1px;
	padding: 5px;
}

h1
{
	color: #30943a;
	font-size: 16pt;
	margin-bottom: 5px;
}


h2
{
	color: #474f73;
	font-size: 12pt;
	margin: 0;
	margin-bottom: 5px;	
}

.h2Border
{
	border-bottom: solid #474f73 1px;	
}
img
{
	border: none;
}

.lowerBorderBottom
{
	background-image: url(../images/lowerBorderBottom.gif);
	width: 928px;
	height: 18px;
}

.lowerBorderSide
{
	border-left: solid #dadbdf 1px;
	border-right: solid #dadbdf 1px;
	background-color: #f3f6fb;
	width: 928px;
	text-align: left;
}
.lowerBorderTop
{
	background-image: url(../images/lowerBorderTop.gif);
	width: 928px;
	height: 18px;
}

.mainMenu
{
	background-image: url('../images/menuBG.jpg');
	width: 927px;
	height: 35px;
	margin-bottom: 5px;
}

.mainMenu div
{
	margin-top: 5px;
}

.menu
{
	width: 21%; 
	float:left;
}

.menu a:link
{
	line-height: 1.7em;
	color: #474f73;
	font-size: 12pt;
	text-decoration: none;
}

.menu a:visited
{
	font-size: 12pt;
	line-height: 1.7em;
	color: #474f73;
	text-decoration: none;
}

.menu a:hover
{
	color: #30943a;
}

p
{
	margin: 0;
}

.productBox
{
	height: 160px;	
}
.rightFloat
{
	width: 38%;
	float: right;
	margin-right: 5px;
	background-color: Transparent;
	background-image: url('../images/verticalRule.gif');
	height: 260px;
	background-repeat: no-repeat;
}

.rightFloatSub
{
	width: 78%;
	float: right;
	margin-right: 5px;
	background-color: Transparent;
	background-image: url('../images/verticalRule.gif');
	background-repeat: no-repeat;
	min-height: 280px;
}


.list
{
margin-top: 5px;
	list-style-image: url('../images/arrow.gif');

}

.list li
{
	padding: 2px;
}