body {
	font-family: Arial;
	font-size: 12px;
	color: #111111;
	background-color: #135ba5;
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	background-position: center top;
}
.main {
	background-image: url('images/bg_table.gif');
	background-repeat: repeat-y;
	
}
.main .header {
	min-height: 270px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0;
	padding-right: 21px;
	border-top: solid 10px #0a3c6f;
	width:730px;
}
.main .header h1
{
	color: #2973c2;
	margin: 0 50px 0 0;
	font-size: 42px;
	padding: 50px 0px 0px 0px;
	font-weight: bold;
	padding-top: 60px;
	font-style: italic;
}
.main .header h2 {
	margin: 0px 50px 0px 0px; 
	font-size: 18px;
	color: #2a3f4d;
	padding-right: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	font-style: italic;
	position:relative;
	top:-5px;
width:300px;
}

.mainBox .side
{
    width:160px;
    margin-right:21px;
}

.mainBox .side .menuItem{
    min-height: 22px;
    vertical-align: top;
    text-align: right;
    font-weight: bold;
    text-decoration: none;
    background-image: url( 'images/starSm.gif' );
    background-repeat: no-repeat;
    border-bottom: solid 1px #656565;
    border-bottom-style: dotted;
    background-position: 147px;
    padding-top: 7px;
}
.mainBox .side .menuItem a,
.mainBox .side .menuItem a:visited {
    padding-right: 10px;
    padding-left: 10px;
    color: #111111;
    font-weight: bold;
    position:relative;
    left:-10px;
}
.mainBox .side .menuItem a:hover {
	color: #135ba5;
}
.mainBox .side .menuItemSelected {
	min-height: 22px;
	margin: 0;	
	font-weight: bold;
	text-decoration: none;
	background-image: url( 'images/starSm.gif' );
    background-repeat: no-repeat;
    border-bottom: solid 1px #656565;
    border-bottom-style: dotted;
    background-position: 147px;  
	padding-right: 0px;
	padding-top: 7px;
}
.mainBox .side .menuItemSelected a, 
.mainBox .side .menuItemSelected a:visited {
	padding-right: 10px;
	padding-top: 7px;
	min-height: 22px; 	
	padding-left: 10px; 
	font-size: 12px; 
	color: #135ba5;
	font-weight: bold;
	position:relative;
	left:-10px;
}

.mainBox .side .menuItemSelected a:hover {
	font-weight: bold;
	min-height: 22px; 
	color: #135ba5;
	font-size:12px;
}

.mainBox .side .contactUs {
    color: #111111; 
}

.mainBox .side .contactUs .button {
    margin-right: 100px;
    background-color: #014693;
    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: 561px; /* Main box width */
	float:left;
}


.mainBox .content .element {
    width: 535px;
    border-bottom: solid 1px #e2e2e2;
}

.mainBox .content .element .contactUs {
    color: #301e08;
}


.mainBox .content .element h2
{
    line-min-height: normal;
    margin: 0;
    margin-bottom: 0px;
    font-size: 24px;
    color: #135ba5;
    font-weight: normal;
    vertical-align: top;
    padding-top: 7px;
    font-style: italic;
	min-height: 29px;
    padding-right: 0px;
}
.mainBox .content .element h3
{
	font-size: 11px;
	color: #014693;
	text-decoration: underline;
}

.mainBox .content .element .products h3 {
    font-size: 12px;
}

.mainBox .content .element .products .desc {
    font-size: 10px;
}

.mainBox .content .element .questions h3 {
    font-size:12px;
    margin: 0px 0px 0px 0px;
    color: #014693;
    text-decoration: none;
}

.mainBox .content .element .questions .answer {
    font-size: 12px;
}

.mainBox .content .element .contactUs .button{
    margin-right:300px;
    background-color: #014693;
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    width:50px;
    font-weight: bold;
    font-size: 12px;
    min-height: 18px;
}

.footer {
    color: #ffffff; 
    line-min-height: 165px;
	text-align: center;	
	background-image: url('images/bg_footer.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 105px;
}
.credits {
	color: #ffffff; 
	padding-bottom: 10px;
}
.credits a, 
.credits a:visited {
	color: #ffffff; 
}