body {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-color: #dedede;
}
.main {
	background-image: url('images/bg_table.gif');
	background-repeat: repeat-y;
	background-position: center left;
	background-color: #ffffff;
	border-left: solid 8px #ffffff;
	border-right: solid 8px #ffffff;
}
.main .header {
	min-height: 230px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0;
	padding-right: 22px;
	border-top: solid 6px #ffffff;
	width:730px;
}
.main .header h1 {
    color: #ffffff;
    margin: 0 10px 0 0;
    font-size: 36px;
    padding: 10px 0px 0px 0px;
    font-weight: bold;
    padding-top: 70px;
}

.main .header h2 {
	margin: 0px 20px 0px 0px; 
	font-size: 20px;
	color: #ffffff;
	padding-right: 0px;
	padding-left: 10px;
	font-weight: bold;
}

.mainBox .side
{
    width:160px;
    margin-right:10px;
}

.mainBox .side .menuItem{
    min-height: 24px;
    vertical-align: top;
    text-align: right;
    font-weight: bold;
    text-decoration: none;
    background-image: url( 'images/starSm.gif' );
    background-repeat: no-repeat;
    background-position: right;
    border-bottom: solid 1px #5c7002;
    padding-top: 7px;
    border-bottom-style: dotted;
}
.mainBox .side .menuItem a,
.mainBox .side .menuItem a:visited {
    padding-right: 10px;
    padding-left: 10px;
    color: #000000;
    font-weight: bold;
    position:relative;
    left:-5px;
}
.mainBox .side .menuItem a:hover {
	text-decoration: underline;
	color: #5c7002;
}
.mainBox .side .menuItemSelected {
	min-height: 24px;
	margin: 0;	
	font-weight: bold;
	text-decoration: none;
	background-image: url( 'images/starSm.gif' );
    background-repeat: no-repeat;
    background-position: right;  
    border-bottom: solid 1px #5c7002;
    padding-top: 7px;
    border-bottom-style: dotted;
	padding-right: 0px;
}
.mainBox .side .menuItemSelected a, 
.mainBox .side .menuItemSelected a:visited {
	padding-right: 10px;
	min-height: 30px; 	
	padding-left: 10px; 
	font-size: 12px; 
	color: #5c7002;
	font-weight: bold;
	position:relative;
	left:-5px;
}

.mainBox .side .menuItemSelected a:hover {
	font-weight: bold;
	min-height: 30px; 
	text-decoration: underline;
	color: #5c7002;
	font-size:12px;
}

.mainBox .side .contactUs {
    color: #000000; 
}

.mainBox .side .contactUs .button {
    margin-right: 100px;
    background-color: #15c8ee;
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    width: 50px;
    min-height: 18px;
    font-weight: bold;
}

.mainBox .content {
    padding: 0;
    margin: 0;
	width: 570px; /* Main box width */
	float:left;
}


.mainBox .content .element {
    width: 545px;
    
}

.mainBox .content .element .contactUs {
    color: #000000;
}


.mainBox .content .element h2 {
	line-min-height:24px;
	margin: 0;
	margin-bottom:5px;	
	font-size: 16px;
    color: #272727;
    font-weight: bold;
    padding-right: 20px;
    border-bottom: solid 2px #f2f2f2;
    background-image: url( 'images/star.gif' );
    background-repeat: no-repeat;
    background-position: right;
}
.mainBox .content .element h3 {
	font-size: 11px;	
}

.mainBox .content .element .products h3 {
    font-size: 11px;
    color: #0196df;
	text-decoration:underline;
}

.mainBox .content .element .products .desc {
    font-size: 10px;
}

.mainBox .content .element .questions h3 {
    font-size:12px;
    margin: 10px 0px 0px 0px;
    color: #0196df;
    text-decoration:none;
}

.mainBox .content .element .questions .answer {
    font-size: 12px;
}

.mainBox .content .element .contactUs .button{
    margin-right: 100px;
    background-color: #aed500;
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    width: 50px;
    min-height: 18px;
    font-weight: bold;
}

.footer {
    color: #5c7002; 
    font-size: 11px;
    font-weight: bold;
	text-align: center;	
	background-image: url('images/bg_footer.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom: solid 6px #ffffff;
	min-height: 30px;
}
.credits {
	color: #807f7d; 
	
}
.credits a, 
.credits a:visited {
	color: #807f7d; 
}