body {
    color: #000000; 
	font-size: 12px; 
	background-color: #b6003b;
}
.main {
	background-color: #fffefc;
	background-image: url('images/bg_table.jpg');
	background-repeat: no-repeat;
	background-position: left 186px;

}

.main .header {
	min-height: 186px;
	font-size: 0px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #b6003b;
	margin-top: 0;
	padding-right: 1px;
	padding-left: 1px;
	width:750px;
}
.main .header h1 {
  color: #ffffff;
    margin: 0 50px 0 0;
    font-size: 0px;
    padding: 50px 0px 0px 0px;
    font-weight: bold;
    padding-top: 60px;
    
}
.main .header h2 {
  color: #ffffff;
    margin: 0 20px 0 0;
    font-size: 0px;
    padding: 20px 0px 0px 0px;
    font-weight: bold;
    padding-top: 60px;	
}

.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.png' );
    background-repeat: no-repeat;
    background-position: 143px;  
    border-bottom: solid 1px #2c5488;
    padding-top: 7px;
    border-bottom-style: dotted;
}
.mainBox .side .menuItem a,
.mainBox .side .menuItem a:visited {
    padding-right: 23px;
    padding-left: 23px;
    color: #b6003b;
    font-weight: bold;
}
.mainBox .side .menuItem a:hover {
	text-decoration: underline;
	color: #365c9a;
}
.mainBox .side .menuItemSelected {
	min-height: 24px;
	margin: 0;	
	font-weight: bold;
	text-decoration: none;
	background-image: url( 'images/starSm.png' );
    background-repeat: no-repeat;
    background-position: 143px;  
    border-bottom: solid 1px #2c5488;
    border-bottom-style: dotted;
	padding-right: 0px;
	padding-top: 7px;
}
.mainBox .side .menuItemSelected a, 
.mainBox .side .menuItemSelected a:visited {
	padding-right: 23px;
	min-height: 30px; 
	padding-left: 23px; 
	font-size: 12px; 
	color: #365c9a;
	font-weight: bold;
}

.mainBox .side .menuItemSelected a:hover {
	font-weight: bold;
	min-height: 30px; 
	text-decoration: underline;
	color: #365c9a;
	font-size:12px;
}

.mainBox .side .contactUs {
    color: #000000;
}

.mainBox .side .contactUs .button {
    margin-right: 100px;    
    border: 0;
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    background-image: url( 'images/bg_button.gif' );
    background-repeat: repeat-x;
    min-height:20px;
    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;
    border: solid 1px #c5c9d4;
}

.mainBox .content .element .contactUs {
    color: #000000;
}


.mainBox .content .element h2 {
	line-min-height: 24px;
	margin: 0;
	margin-bottom:5px;	
	font-size: 18px;
    color: #1e1e32;
    font-weight: bold; 
    vertical-align: middle;
    padding-top: 15px;
    padding-right: 0px;
}
.mainBox .content .element h3 {
	font-size: 11px;
    color: #2c5488;
    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:12px;
    color: #000000;
    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: #ffffff;
    font-size: 12px;
    text-align: center;
    background-image: url( 'images/bg_button.gif' );
    background-repeat: repeat-x;
    min-height:20px;
    width:50px;
    font-weight: bold;
    font-size: 12px;
}

.footer {    
    background-image: url( 'images/bgFooter.jpg' );
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #b6003b;
    padding-right: 1px;
	padding-left: 1px;
    min-height: 125px;
    font-size: 0px;
}
.credits {
	color: #ffffff; 
	font-size: 11px;
	min-height: 20px;
}
.credits a, 
.credits a:visited {
	color: #ffffff; 
}