body {
	padding: 0px;
	margin: 0px;
	font-family: tahoma, verdana, trebuchet MS, trebuchet, arial, sans-serif;
	font-size: 11px;
	background: #fff;
	color: #333;
	}
	
td {
  font-family: tahoma, verdana, trebuchet MS, trebuchet, arial, sans-serif;
	font-size: 11px;
	}
	
td {
  font-family: tahoma, verdana, trebuchet MS, trebuchet, arial, sans-serif;
	font-size: 11px;
	}


ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	}
	
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 165px;
	width: 170px;
	top: 0;
	display: none;
	border: 0px;
	border-bottom: 1px solid #ccc;
	}

ul li a {
	display: block;
	text-decoration: none;
	background: #fff;
	width: 150px;
	padding: 4px;
	border: 0px;
	border-bottom: 0;
	font-size:14px;
  font-family:verdana;
  font-weight:bold;
  color: #497393;
	}
	
li ul li a {
	display: block;
	width: 170px;
	text-decoration: none;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	font-size:11px;
  font-family:verdana;
  font-weight:bold;
  color: #497393;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; margin-left: 0px; }
* html ul li a { height: 1%; margin-left: 0px; }
/* End */

ul li a:hover {
  background: #f5f5f5; 
	}

li:hover ul, li.over ul { 
	display: block;
	}
	
li.bullet {
  margin: 0;
	border: 0px;
	border-left: 10px solid #fff;
	padding: 0px 0px 5px 15px;
  background: url(../images/bullet.gif) no-repeat;
	}	
	
#wrapper {
	background: #fff;
	color: #333;
	width: 700px;
	position: absolute;
	left: 50%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -350px;
	text-align: left;
	}

#header {
	width: 700px;
  height: 85px;
	}

#logo {
  width: 215px;
	height: 85px;
	float: left;
  }
	
#supportphone {
  width: 209px;
	height: 85px;
	float: right;
  }

#subhead {
  width: 700px;
	height: 36px;
	border: 0;
	padding: 0;
	}
	
#subheadleft {
	width: 221px;
	height: 36px;
	border: 0;
	padding-top: 0;
  background: #e4e5d7;
  color: #575757;
  text-align: center;
	vertical-align: middle;
  float: left;
	}
  
#subheadright {
	width: 477px;
	height: 36px;
	border: 0;
  background: url(../images/greybkg.gif) top left repeat;
  float: right;
  margin: 0px 0px 0px 2px;
	}

div#navbar {
  width: 700px;
	margin: 2px 0px 0px 0px;
	border: 0;
	padding: 0;
	vertical-align: top;
	}
  
div#flash {
  float: left;
	width: 221px;
	height: 299px;
	margin: 0;
	border: 0;
  padding: 0;
	}

div#nav {
  width: 231px;
	height: 289px;
	margin: 0;
	border: 0;
	padding: 10px 0px 0px 0px;
  background-color: #ffffff;
  }
	
div#navinfo {
  float: right;
	width: 229px;
	height: 299px;
	margin: 0;
	border: 0;
	padding: 0;
  background: #e4e5d7;
  color: #575757;
  }

div#content {
  width: 700px;
	margin: 2px 0px 0px 0px;
	background: url(../images/bg_content.gif) top left repeat-y;
  }  

div#sidebar {
  float: left;
	width: 200px;
	font-family: verdana, trebuchet MS, trebuchet, arial, sans-serif;
	color: #575757;
	vertical-align: top;
	}
	
div#contentmain {
  float: right;
	width: 477px;
	color: #575757;
	vertical-align: top;
  }

div#footer {
  clear: both;
	width: 700px;
	height: 36px;
  background-color: #848484;
  margin: 2px 0px 10px 0px;
	border: 0;
  padding: 0;
	clear: both;
	}

a {
	color: #497393;
	text-decoration: none;
  }

a:hover {
	color: #497393;
	text-decoration: underline;
  }

a.nav {
  font-size:14px;
  font-family:verdana;
  font-weight:bold;
  color: #497393;
  }

a.white:link, a.white:visited, a.white:active {
	text-decoration: none;
	color: #ffffff;
  }

a.white:hover {
  text-decoration: underline;
  }
	
.t11 {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
  }
	
.subbanner {
  font-family: tahoma, verdana, trebuchet MS, trebuchet, arial, sans-serif;
	font-size: 14px;
	color: #497393;
	font-weight: bold;
  }

.clear {
  clear: both;
  display: block;
  height: 1px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  }

