/* Default Styles */
img, div, td, th, table, form
{
	border: 0;
	margin: 0;
	padding: 0;
}

p, ul, ol, li, dl, dt, dd, td, th, form
{
	font: 12px/1.75em Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

a, strong, em, span { font-size: inherit; }

h1, h2, h3, h4, h5, h6
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
/* Global Elements */


body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	background: url("/images/bg.jpg") repeat-x;
}
a, a:visited
{
	text-decoration: none;
	color: #3333CC;
}

a:hover {
	color: #000;
	text-decoration: none;
}

#page
{
	position: relative;
	width: 720px;
	z-index: 2;
	margin: auto;
	padding-top:40px;
}

h1 
{ 
	font-size: 15px;
	line-height: 18px;
	text-align: left;
	letter-spacing: normal;
}

#main_table td
{
	vertical-align: top;
}
#main_table
{
	width: 720px;
	padding: 0px;
}

#footer
{
	width:720px;
  height:76px;
  background:url("/images/footer.gif") no-repeat;
  padding-top:60px;
  text-align:center;
  color:#666666;
}

#topnav
{
	width:720px;
  height:146px;
  background:url("/images/header.jpg") no-repeat;
  padding-top:69px;
  text-align:right;
}

#topnav a
{
  color: #fff;
  font-weight: bold;
  padding-right: 11px;
}

#topnav a:hover, #topnav a.navon { color:#ffd200}

#topnav li.mainLink 
{
	list-style-type: none;
	float: right;
}
#topnav li ul {
    display: none;
}
#topnav li:hover > ul {
    display: block;
}

#leftside
{
	width: 185px;
	background-color: #fff;
}

#content
{
	width: 381px;
	background-color: #fff;
	padding-right: 45px;
	text-align: justify;
}
#content p
{
	line-height: 14px;
	color: #0e5dab;
	margin-top: 5px;
}

#rightside
{
	width: 154px;
	background: url('/images/right-side-bg.gif') no-repeat center top #fff;
}

.columnbox
{
	background-color: #0e5dab;
	height: 28px;
	width: 141px;
	margin-top:4px;
}

.columnbox p
{
	padding: 4px 0 0 14px;
	text-align: left;
	color: #fff;
	margin:0;
	line-height: 8px;
}

.columnbox p.small
{
	color: #0ca8e4;
	font-size:9px;
}

.columnbox_light
{
	background: url('/images/insurance-101-bg.gif') 95px center no-repeat #c7eafb;
	width: 141px;
	margin-top:4px;
}

.columnbox_light p
{
	padding: 7px 7px 7px 14px;
	text-align: left;
	color: #3333ff;
	line-height: 13px;
	letter-spacing: -.25px;
	font-size: 10px;
}

.navOver
{
	background-color: #c7eafb;
}

.subnavOver
{
	background-color: #fff;
}

.subnavOver a, .subnavOver a:hover,.subnavOver a:visited
{
	color: #3333cc;
}

.navOver p
{
	color: #0e5dab;
}

.navOver_light
{
	background-color: #3333ff;
}

.navOver_light p, .navOver_light a
{
	color: #c7eafb;
}
.dropdown { 
	font-size: 12px;
	position:absolute;
	display:none;
	white-space: nowrap;
	text-align: left;
	border-top:solid 1px #999999;
	border-left:solid 1px #999999;
	border-right:solid 1px #999999;
	background-color: #c7eafb;
}
.dropdown div { padding: 2px 3px 2px 3px;border-bottom: solid 1px #999999; }
