BODY
{
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	background-color: #cccccc;
}
div.benefit
{
position: absolute;
left: 22px;
top: 95px;
width: 160px;
height: 400px;
float: left;
}
.leftcol {
	background-image: url(images/leftcol.jpg);
	background-repeat: repeat-y;
}
.rightcol {
	padding-left: 2px;
}

.toptab {
	background-color : #FFFFFF;
	margin-top: 4px;
	border: 1px solid #666666;
}
#benefits th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #002571;
	padding: 0px 0px 8px 0px;
}

#benefits td {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	line-height: 1.1em;
	padding: 8px 3px 8px 3px;
}

#benefits td a:link { color: #333333; text-decoration:none;}
#benefits td a:visited { color: #333333; text-decoration:none;}
#benefits td a:active { color: #333333; text-decoration:none;}
#benefits td a:hover { color: #EEEEEE; text-decoration:none;}

.contenttd {
	padding: 30px 17px 5px 44px;
}
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.3em;
	margin-top: 0em;
	margin-bottom: 1.75em;
	margin-right: 66px;
	font-size: 13px;
}
.withpic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.3em;
	margin-top: 0em;
	margin-bottom: 1.75em;
	margin-right: 0px;
	font-size: 13px;
}
.picindent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.3em;
	margin-top: 0em;
	margin-bottom: 1.75em;
	margin-right: 0px;
	margin-left: 28px;
	font-size: 13px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #060D83;
	margin-bottom: 24px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #060D83;
	margin-bottom: 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #060D83;
	margin-bottom: 0px;
}

.caption {

font-family : Verdana, Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal;  
font-size : 10px; 
color : #666666; 
background-color : transparent;
line-height : 130%;
text-align : center;
}

.navtd {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
	padding: 5px 10px 5px 0px;
}
.navtd a:link { color: #999999; text-decoration:none;}
.navtd a:visited { color: #999999; text-decoration:none;}
.navtd a:active { color: #999999; text-decoration:none;}
.navtd a:hover { color: #060D83; text-decoration:none;}

.navon { color: #060D83; font-weight: bold; }

#snav {
	margin-right:10px;
}

.subnavtd {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding: 2px 2px 5px 2px;
}
.subnavtd a:link { color: #999999; text-decoration:none;}
.subnavtd a:visited { color: #999999; text-decoration:none;}
.subnavtd a:active { color: #999999; text-decoration:none;}
.subnavtd a:hover { color: #060D83; text-decoration:none;}

.subnavon { color: #060D83; font-weight: bold; }
.contenttd li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.3em;
	margin-top: 0em;
	margin-bottom: 1.00em;
	margin-right: 66px;
	font-size: 13px;
}
.wid300 {
	width:300px;
}
.homecontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.3em;
	margin-top: 0em;
	margin-right: 5px;
	font-size: 13px;
	text-align:right;
}

.wireframemenu{
border: 1px solid #C0C0C0;
background-color: white;
border-bottom-width: 0;
width: 170px;
position: absolute;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 13px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #F8FBBD;
color: black;
}

</style>

<script type="text/javascript">

/***********************************************
* Static Menu script- by JavaScript Kit (www.javascriptkit.com)
* This notice must stay intact for usage
* Visit JavaScript Kit at http://www.javascriptkit.com/ for this script and 100s more
***********************************************/

//ids of menus to keep static on page (must be absolutely positioned, with left/top attribute added inline inside tag)
//Separate multiple ids with a comma (ie: ["menu1", "menu2"]
var staticmenuids=["staticmenu"]

var staticmenuoffsetY=[]

function getmenuoffsetY(){
	for (var i=0; i<staticmenuids.length; i++){
		var currentmenu=document.getElementById(staticmenuids[i])
	 staticmenuoffsetY.push(isNaN(parseInt(currentmenu.style.top))? 0 : parseInt(currentmenu.style.top))
	}
		initstaticmenu()
}

function initstaticmenu(){
	var iebody=(document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
	var topcorner=(window.pageYOffset)? window.pageYOffset : iebody.scrollTop
	for (var i=0; i<staticmenuids.length; i++)
		document.getElementById(staticmenuids[i]).style.top=topcorner+staticmenuoffsetY[i]+"px"
	setTimeout("initstaticmenu()", 100)
}

if (window.addEventListener)
window.addEventListener("load", getmenuoffsetY, false)
else if (window.attachEvent)
window.attachEvent("onload", getmenuoffsetY)

</script>
