body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #cccccc;
	margin:0px;
	padding: 10px 0px 10px 0px;
	font-size:80%;
}

div, table, td{
margin:0px;
padding:0px;
}
h1{
font-weight:normal;
color:#002f67;
font-size:140%;
text-decoration:underline;
}

h2{
font-weight:bold;
color:#002f67;
font-size:120%;
text-decoration:underline;
}

h3{
font-weight:normal;
color:#002f67;
font-size:110%;
padding:0px;
margin:0px;
margin-top:8px;
margin-bottom:3px;
}

input.expand{
width:80%;
}

a:active, a:hover, a:link, a:visited{
text-decoration:none;
color:#244c7c;
}

#header{
height:120px;
background-color: #004a8f;
}

#mainDiv{
margin-left:auto;
margin-right:auto;
width:955px;
border: 2px solid #000000;
background-color: #ffffff;
}

#mainMenu{
padding: 0px 20px 0px 20px; 
height:30px;
background-color: #000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-bottom:45px;
}

#mainMenu table, #footer table{
width:100%;
padding:0px;
margin:0px;
}

#mainMenu table tr td, #footer table tr td{
text-align:center;
padding:0px;
height:30px;
}

#footer table tr td{
padding-right:8px;
text-align:left;
}

#mainMenu a:visited, #mainMenu a:link, #mainMenu a:active, #mainMenu a:hover {
color:#ffffff;
text-decoration:none;
}

#mainMenu a:hover {
text-decoration:underline;
}

#secondMenu{
width:200px;
height:320px;
margin-top:15px;
}

#divSecondMenu{
width:100%;
min-height:320px;
}

#divSecondMenu a:active, #divSecondMenu a:hover, #divSecondMenu a:link, #divSecondMenu a:visited{
display:block;
font-size:110%;
margin-left: 45px;
padding: 10px 0px 10px 0px;
}

.white{
color:#ffffff;
}

#mainContent{
margin-top:40px;
margin-bottom:20px;}

#secondContent{
margin-bottom:50px;
padding-left:20px;
padding-right:4	0px;
height:100%;
}

.bgR{
background-image:url(images/bg_R.gif);
background-position:250px -2px;
background-repeat:no-repeat;
}


#footer{
height:50px;
background-color: #f37021;
}

#footer table tr td {
font-size:72%;
}

.floatImgLeft{
float:left;
}
.floatImgRight{
float:right;
}

.floatImgRight img{
padding:0px 0px 10px 10px;
display:block;
}
.floatImgLeft img{
padding:0px 10px 10px 0px;
display:block;
}

.bgOrange, .bgBlue, .bgRoss, .bgOrangeBlue, .bgBothPBR, .bgProBlast{
background-position:left top;
background-repeat:repeat-y;
min-height:200px;
}
.bgBlue{
background-image:url(images/bg_blue.gif);
}
.bgOrangeBlue{
background-image:url(images/bg_both.gif);
}
.bgOrange{
background-image:url(images/bg_orange.gif);
}
.bgRoss{
background-repeat:no-repeat;
background-image:url(images/ross_eng_side.gif);
}
.bgBothPBR	{
background-repeat:no-repeat;
background-image:url(images/both_side.gif);
}
.bgProBlast{
background-repeat:no-repeat;
background-image:url(images/problast_side.gif);
}
.strong{
font-weight:bold;
}