body {
	margin-left: 0px;
	margin-top: 5px;
	background-color: #CCCCCC;
}
table {
	background-color: #FFFFFF;
}

#content {
	width:780px;
	height:300px;
	border: 1px solid #BBBDBF;
	background-color: #C8C8C8;
}
#contentb {
	width:760px;
	border: 1px solid #C8C8C8;
	background-color: #FFFFFF;
}
#contentrhs {
	width:390px;
	background-color:#E6E6E6;
}
#contentproductsrhs {
	width:394px;
	background-color:#E6E6E6;
}
#popup {
	width:500px;
	height:300px;
	border: 1px solid #BBBDBF;
	background-color: #FFFFFF;
}
#righthandcolumn {
	width:390px;
	border: 1px solid #E6E6E6;
	background-color: #FFFFFF;
	font-family:Tahoma, Verdana, Arial;
	color:#6F6F6F;
	font-size:7pt;
}

#righthandcolumntabs {

	border: 0px solid #CE000000;
	background-color: #FFFFFF;
	font-family:Tahoma, Verdana, Arial;
	color:#6F6F6F;
	font-size:7pt;
}
#productsrhs {
	width:159px;
	border: 1px solid #E6E6E6;
	background-color: #FFFFFF;
	font-family:Tahoma, Verdana, Arial;
	font-size:8.5pt;
}
#productsrhs2 {
	width:216px;
	border: 1px solid #E6E6E6;
	background-color: #FFFFFF;
	font-family:Tahoma, Verdana, Arial;
	font-size:8.5pt;
}
#productsrhs3 {
	width:390px;
	border: 1px solid #E6E6E6;
	background-color: #FFFFFF;
	font-family:Tahoma, Verdana, Arial;
	font-size:8.5pt;
}
#contactus {
	float: left;
	width:200px;
	/*border: 1px solid #;*/
	background-color: #D4DEE3;
	font-family:Tahoma, Verdana, Arial;
	color:#013A58;
	font-size:8.5pt;
}
#contactus a, #contactus a:link, #contactus a:visited, #contactus a:hover, #contactus a:active {
	/*border: 1px solid #;*/
	background-color: #D4DEE3;
	font-family:Tahoma, Verdana, Arial;
	color:#013A58;
	font-size:6.5pt;
}

#text {
	float: left;
	width:100%;
	border-bottom: 1px dotted #BBBDBF;
	background-color: #FFFFFF;
	font-family:Tahoma, Verdana, Arial;
	color:#6F6F6F;
	font-size:8.5pt;
	padding-right:15px;
}
.textmouseover {
	float: left;
	width:99%;
	font-family:Tahoma, Verdana, Arial;
	color:#6F6F6F;
	font-size:6.5pt;
}

.heading {
	font-family:Tahoma, Verdana, Arial;
	color:#013A58;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10pt;
	
	}
.headingsmall{
	font-family:Tahoma, Verdana, Arial;
	color:#013A58;
	text-transform:uppercase;
	font-weight:bold;
	font-size:7pt;
	
	}
.whitecontactus {
	font-family:Tahoma, Verdana, Arial;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:9pt;
	}
.disclaimer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:7pt;
	}
ul {
	margin-left: 2.4em;
	padding-left:0;
	font-size:8.5pt;
	line-height: 1.555555;
	list-style-image:url(images/bullet_r2_c2.jpg);
	
	}
.content{
	font-family:Tahoma, Verdana, Arial;
	color:#6F6F6F;
	font-size:8.5pt;
	text-decoration:none;
	}
.content, .content:visited, .content:active, .content:hover{
	font-family:Tahoma, Verdana, Arial;
	color:#6F6F6F;
	font-size:8.5pt;
	text-decoration:none;
}
.green{
	font-family:Tahoma, Verdana, Arial;
	color:#629F62;
	font-size:xx-small;
	}
a, a:visited, a:active, a:hover{
	font-family:Tahoma, Verdana, Arial;
	font-size:6.5pt;
	color:#FB6C3A;
	text-decoration:underline;
}
.orange, .orange:visited, .orange:active, .orange:hover{
	font-family:Tahoma, Verdana, Arial;
	color:#FE9951;
	font-size:8.5pt;
	}




/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
margin-left: 0;
margin-top: 1px;
font: Tahoma, Verdana, Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
border: 1px solid #E6E6E6;
border-bottom: 0px solid #E6E6E6;
color: #6F6F6F;
padding-top: 5px;
padding-left:5px;
padding-right:5px;
padding-bottom:5px;
width:100px;
background: white url(images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #6F6F6F;
line-height: 2.5;
}

.shadetabs li a:hover{
color: #6F6F6F;
line-height: 2.5;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
line-height: 2.555555;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(images/shadeactive.gif);
border-bottom-color: white;
line-height: 2.5;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
line-height: 2.5;
}

.tabcontent{
display:none;
margin-top: -14px;
color: #6F6F6F;
}

@media print {
.tabcontent {
display:block !important;
}
}