body {
	background: #ffffff;
	font: 80% Arial, Helvetica, Verdana;
	text-align: left;
	height: 900px;
}

A:link { color: #CC0033}
A:visited { color: #660000}
A:active, A:hover { color: #3300FF}

h1, .title { 
	background: url('images/accent.gif') no-repeat left;
	padding-left: 16px;
	color: #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	/*text-transform: lowercase;*/
	font: 150% Arial, Helvetica, Verdana;
}

h2{
	color: #0033FF;
	font: bold 120% Arial, Helvetica, Verdana;
}

h3 {
	color: #FFFFFF;
	font: bold italic 120% Arial, Helvetica, Verdana;	
}

h4 {
	color: #FFFFFF;
	font: bold 100% Arial, Helvetica, Verdana;
	text-transform: uppercase;
}

h5 {
	color: #FFFFFF;
	text-transform: uppercase;
	font: bold italic 100% Arial, Helvetica, Verdana;	
}

h6 {
	color: #FFFFFF;
	font: bold 100% Arial, Helvetica, Verdana;	
}

.tableH4 {
	color: #FFFFFF;
	font: bold 120% Arial, Helvetica, Verdana;
	text-transform: uppercase;
	padding-top: 5px;
}

#container {
	width: 718px;
	margin: 0px auto;
}
	html>body #container { width: 719px }

#header {
}

#mainpic {
	padding: 5px;
	border: solid 1px #000000;
	background: url('images/mainpic.jpg') no-repeat 5px 5px;
	width: 718px;
	height: 194px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 706px;
	height: 182px;
}
	html>body #mainpic { width: 706px; height: 182px; }

#mainpicmenu {
	background: #fff;
	padding: 5px;
}


#body {
	margin: 10px 0px 0px 0px;
}

#body1 {
	width: 500px;
	margin-left: 215px;
	padding: 5px;
	border: solid 1px #000000;
	margin-bottom: 10px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 488px;
	background-color: #ADB8C2;
}
	html>body #body1 { width: 488px; } /* fix for firefox */

#body2 {
	width: 208px;
	float: left;
	margin-bottom: 10px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 208px;
}
	html>body #body2 { width: 208px } /* fix for firefox */

#footer {
	clear: both;
	border: solid 1px #000000;
	background: #ffffff;
	padding: 5px;
	font: 85% Arial, Verdana, Helvetica;
	width: 718px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 706px;
}
	html>body #footer { width: 706px; }

.infobox {
	width: 208px;
	padding: 5px;
	border: solid 1px #000000;
	margin-bottom: 5px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 196px;
	background-color: #A0B9CB;
}
	html>body .infobox { width: 196px }
		
.listSamples	{
	list-style-image: url(images/bulletb.gif);
	line-height: 18px;
}

.submenu {
	color: #ffffff;
	font-weight: normal;
	line-height: 18px;
}
.submenu A:link, .submenu A:visited {
	text-decoration: none;
	background: url('images/accent2.gif') no-repeat;
	padding-left: 16px;

}
.submenu A:active, .submenu A:hover {
	text-decoration: none;
	background: url('images/accent.gif') no-repeat;
	padding-left: 16px;
}

.samplearrow A:link, .submenu A:visited {
	text-decoration: none;
/*	padding-left: 16px;
*/
}
.samplearrow A:active, .submenu A:hover {
	text-decoration: none;
/*	padding-left: 16px;
*/}
.content { font: 80% Arial, Helvetica, Verdana }
.smallcap {
	/*font-variant: small-caps;*/
	color: #0033FF;
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
}
#SubList {
	list-style-image: url(images/check.gif);
}
