body {
    color: #9c9b9b; 
	font-size: 12px; 
	background-color: #000000;
}
.main {
	background-image: url('images/bg_table.gif');
	background-repeat: repeat-y;
}
.main .header {
	min-height: 190px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px 10px 10px 10px;
	padding-right: 25px;
	width:705px;
}
.main .header h1 {
    color: #040404;
    font-size: 36px;
    padding: 40px 0px 0px 0px;
    font-weight: bold;
}
.main .header h2 {
	margin: 0px 10px 0px 0px; 
	font-size: 16px;
	color: #a6a5a5;
	padding-right: 10px;
	padding-left: 0px;
	font-weight: bold;
	width: 120px;
	position:relative;
	top:-15px;
}

.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 #a6a6a6;
    padding-top: 7px;
    border-bottom-style: dotted;
}
.mainBox .side .menuItem a,
.mainBox .side .menuItem a:visited {
    padding-right: 10px;
    padding-left: 15px;
    color: #040404;
    font-weight: bold;
}
.mainBox .side .menuItem a:hover {
	text-decoration: underline;
	color: #626262;
}
.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 #a6a6a6;
    border-bottom-style: dotted;
	padding-right: 0px;
	padding-top: 7px;
}
.mainBox .side .menuItemSelected a, 
.mainBox .side .menuItemSelected a:visited {
	padding-right: 10px;
	min-height: 30px; 
	padding-left: 15px; 
	font-size: 12px; 
	color: #626262;
	font-weight: bold;
}

.mainBox .side .menuItemSelected a:hover {
	font-weight: bold;
	min-height: 30px; 
	text-decoration: underline;
	color: #626262;
	font-size:12px;
}

.mainBox .side .contactUs {
    color: #040404;
}

.mainBox .side .contactUs .button {
    margin-right: 100px;    
    border: 0;
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    background-color: #040404;
    width:50px;
    font-weight: bold;
    font-size: 12px;
}

.mainBox .content {
    padding: 0;
    margin: 0;
	width: 570px; /* Main box width */
	float:left;
}


.mainBox .content .element {
    width: 545px;
}

.mainBox .content .element .contactUs {
    color: #9c9b9b;
}


.mainBox .content .element h2 {
	line-min-height: 30px;
	font-size: 18px;
    color: #ffffff;
    font-weight: normal;
	border-bottom: solid 1px #828181;
    border-bottom-style: dotted;
	padding-right:5px;
}
.mainBox .content .element h3 {
	font-size: 12px;
    color: #ffffff;
    font-weight: bold;   
}

.mainBox .content .element .products h3 {
    font-size: 12px;
}

.mainBox .content .element .products .desc {
    font-size: 10px;
}

.mainBox .content .element .questions h3 {
    font-size:14px;
    margin: 10px 0px 0px 0px;
}

.mainBox .content .element .questions .answer {
    font-size: 12px;
}

.mainBox .content .element .contactUs .button{
    margin-right:300px;    
    border: 0;
    font-family: Arial;
    color: #040404;
    font-size: 12px;
    text-align: center;
    background-color: #9c9b9b;
    width:50px;
    font-weight: bold;
    font-size: 12px;
}

.footer {
    border-top: solid 1px #555b5b;
    background-color: #ffffff;
    color: #1f1f1f; 
    margin-left: 11px;
    margin-right: 2px;
    padding-top: 10px;
    min-height: 20px;
}
.credits {
	color: #ffffff; 
}
.credits a, 
.credits a:visited {
	color: #ffffff; 
}