body
{
	color: black;
	font-family: Helvetica, Sans-Serif;
	z-index: -1;
	background: #fff url(../images/redgrad.png) repeat-y; 

}

#logo{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 524px;
	height: 127px;
	z-index: 1;
	background: #fff url(../images/logo.png) no-repeat top left;
}

#bluegrad{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 127px;
	background: #fff url(../images/bluegrad.png) repeat-x top left; 
}
/*******************************/
/*        Navigation bar       */
#hmenu{
	position: absolute;
	left: 199px;
	top: 78px;
	width: 700px;
	z-index: 2;
}
#headerImage {
	position: absolute;
	top: 0px;
	left: 125px;
}
.hLinkItemText
{
	color: darkblue;
	font-family: Helvetica, Sans-Serif;
	text-decoration: none;
}

.hMenuItemText
{
	color: white;
	font-weight:bold;
	text-decoration: none;
	font-family: Helvetica, Sans-Serif;
	font-size: .8em;
}
.hMenuSelectedItemText
{
	color: darkblue;
	font-weight:bold;
	font-family: Helvetica, Sans-Serif;
	font-size: .8em;
}



/*******************************/
/*        Left menu            */


#vmenu{
	text-align:left;
	position: absolute;
	left: 0px;
	top: 127px;
	width: 182px;
	height: 400px;
}

#vmenuflag{
	width: 164px;
	text-align:center;
}

#vmenubody{
    padding:10px;
	width: 144px;
}


#vmenuFooter{
	text-align:center;
	position: absolute;
	left: 0px;
	top: 335px;
	width: 164px;
}

ul.level1 {
	padding: 0 0 0 0;
	margin-left: 25px;
	color: wheat;
	/* 
	border-top: 1px solid #606060;
	border-bottom: 1px solid #606060;
	*/
}

.vMenuItemText
{
	color: white;
	font-weight:bold;
	text-decoration: none;
	font-family: Helvetica, Sans-Serif;
	font-size: .8em;
	text-align:center;
}
.vMenuSelectedItemText
{
	font-weight: bold;
	font-size: 0.8em;
	color: darkblue;
	font-family: Helvetica, Sans-Serif;
	text-align: center;
}

.vMenuBackColor
{
	background-color:red;
}

.vSubMenuBackColor
{
	background-color:red;
}
.vSubMenuItemText
{
	color: wheat;
	font-weight:bold;
	text-decoration: none;
	font-family: Helvetica, Sans-Serif;
	font-size: .7em;
	text-align:center;
}
.vSubMenuSelectedItemText
{
	color: DeepSkyBlue;
	font-weight:bold;
	font-family: Helvetica, Sans-Serif;
	font-size: .7em;
	text-align:center;
}


/*******************************/
/*        Main content         */
#content{
	position: absolute;
	left: 182px;
	top: 111px;
	width: 700px;
}

#mainParagraph{	
}

#products_cols{
	left: 11px;
	top: 187px;
	width: 800px;
}

#products_col1 {
	float: left;
    padding:10px;
}

#products_col2 {
	float: left;
    padding:10px;
}

#products_col3 {
	float: left;
    padding:10px;
}



TH {
	color: white;
}


.smallBody
{
	color: black;
	font-family: Helvetica, Sans-Serif;
	font-size: .8em;
}

#footer {
	clear: both;
	text-align:center;
}

.footerText
{
	color: olive;
	font-family: Helvetica, Sans-Serif;
	text-align: center;
}
A:active A:hover A:link
{
	color: black;
	font-family: Helvetica;
	text-decoration: none;
}


.missionStatementText
{
	font-weight: bold;
	font-size: 1.5em;
	color: #cc9966;
	font-family: Helvetica, Sans-Serif;
	text-align: center;
}

.bigLabel
{
	font-weight: bold;
	font-size: 1.2em;
	color: #cc9966;
	font-family: Helvetica, Sans-Serif;
}

.medLabel
{
	font-weight: bold;
	font-size: 1em;
	color: darkblue;
	font-family: Helvetica, Sans-Serif;
	text-decoration: none;
}
.smallLabel
{
	font-weight: bold;
	color: #cc9966;
	font-family: Helvetica, Sans-Serif;
	font-size: .8em;
}

.smallText
{
	color: black;
	font-family: Helvetica, Sans-Serif;
	font-size: .6em;
}

