html, body, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}

html {	
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	background-color: WHITE; /**#E9E9E9; **/
	font: 100.01%  Verdana, Arial, Helvetica, sans-serif; 
	text-align: center; 
}

#main {
	text-align: left;
	width: 770px;
	margin: 0 auto;
	border: solid 1px #888;
	background-color: #1C4E8A; 
	}

#top_menu {
	background-color:#1C4E8A; 
	color: #1C4E8A; 
	font-size: 11px;
	width: 100%; 
	text-align: RIGHT;  
	margin-top: 5px;
	padding-top: 5px; 	
	font-family: Arial, Helvetica, sans-serif;	
}

#top_menu ul {
	margin: 5px 12px 5px 0; 
	display: inline; 
	}

#top_menu li {
	display: inline; 
	}

/* The following fix corrects an IE Mac bug that creates ghost links upon hovering. */
	
/*\*//*/
#top_menu li {
	display: inline-block;
	white-space:nowrap;
	width:1px;
	}
/**/

#top_menu a:link, 
#top_menu a:visited {
	color: #FFF;
	font-size: 1em;
	font-weight: none;
	text-decoration: none;
	padding: .1em .6em .1em  .6em;
	background: #fff url("topnav_up.gif") repeat-x;  
}

/* The following fix corrects display problems of these links in IE 5. */

/*  \*/
* html #top_menu a:link, * html #top_menu a:visited {
 height: 1%;
 vertical-align: bottom;
 ve\rtical-align: middle;
}
/* */

#top_menu a:hover, 
#top_menu a:focus {
	color: #FFF;
	background: #fff url("topnav_over.gif") repeat-x; 
	}

/* END top_menu DIV STYLES.-----------------------------------------------------------------------*/

/* SET UP THE MAIN CONTAINER FOR THE LAYOUT.-----------------------------------------------------*/
#container {
	color: #333;  /* dark gray */
	line-height: 1.3em;
	margin: 10px 0 0 0 ;
	background: #fff url(container_bg.jpg) repeat-y;
} 

* html #container {
	background-image:   url(container_bg.jpg) repeat-y; 
} 
/* Because of the incorrect box model of Internet Explorer, the above value makes the 
border in the container background image appear in the correct place in that browser. */

/* Hides from IE5-mac \*/ 
* html #innercontainer {
		height: 1%;
		margin-top: 0px;
} 
/* End hide from IE-mac. */ 

/* SET UP HEADER DIV STYLES.---------------------------------------------------------------------*/ 
#header {
	/*border-bottom: #C1CBCC url(header_bottom.jpg) no-repeat scroll left top;*/
	border-bottom: 8px solid #1C4E8A; /* mlg try this */
	height: 80px; 

	width:770px;
	background: #C1CBCC url(theme.jpg) no-repeat scroll left top; 
	background-color: WHITE;
	margin-top: 0px; 
	padding: 0 0 0 0;
}

/* END HEADER DIV STYLES.-----------------------------------------------------------------------*/

/* SET UP LEFT COLUMN AND ITS CHILD DIVS.-------------------------------------------------------*/

#subnav {
	float: left; 
	width: 200px; 
	margin: 0 0 10px 0; 
	padding: 0; 
	font: 0.8em Verdana, Arial, Helvetica, sans-serif; 
}
.assn_logo {margin-bottom: -5px; border-bottom: 1px solid #333;}

.menu_item { 
		font: 10px Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 14px;
	background-color: #BBCAE1;
	padding: 4 4 4 4;
	border-top: 0;
	border-left: 0;
	border-bottom: 1px solid #336699;
	border-right: 1px solid #336699;
}

#menu ul {
	font: 10px Verdana, Arial, Helvetica, sans-serif; 
	font-weight: none;
	color: #333; 
	list-style: none; 
}

#menu li {
	border-top: 1px solid #BBCAE1;     /* light blue */
	border-left: 1px solid #BBCAE1;    /* light blue */
	border-bottom: 1px solid #333333;  /* very dark gray */
	border-right: 1px solid #333333;   /* very dark gray */
}

 #menu a:link, #menu a:visited {
	color: #333333; 
	display: block;
	text-decoration: none; 
	background:   url(navbg.jpg) repeat-x; 
	padding: 6px 3px 6px 10px; 
}

#menu ul ul li, #menu ul ul li a {
	font: 10px Verdana, Arial, Helvetica, sans-serif; 
	font-weight: none;
	border: 0px dashed #BBCAE1;
	padding: 0px 0px 0px 16px; 
}

/* added by mlg - experimenting with navigation within division pages */
#menu .division_sub a:link, #menu .division_sub a:visited   {
 	color: #333333; 
	display: block;
	text-decoration: none; 
	background:   url(navbg.jpg) repeat-x; 
	padding: 6px 3px 6px 18px;  /*make the padding little greater on the left */
}
#menu .division_sub a:hover, 
#menu .division_sub a:focus {
	background: #fff url(nav_hov_bg.jpg) no-repeat; 	}


/* The following is the Holly Hack, and it ensures that the full button is clickable in Internet Explorer for Windows. The vertical alignment corrects gaps in IE 5. */
/*\*/
* html #menu a {height: 1%;
vertical-align: bottom;
}
/* */

#menu a:hover, 
#menu a:focus {
	background: #fff url(nav_hov_bg.jpg) no-repeat; 	
}
	
#content {
	margin-left: 215px;
	margin-right: 15px;
	padding: 1em;
	/*font-size: 1em;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	visibility: inherit;
}

#content p {
	margin-bottom: 4px;
	padding-top: 8px;	
	font-size: 0.7em;
	line-height: 1.5em;
	color: #000000;
}

#content p a:link, #content p a:visited,
td a:link, td a:visited {	
	color: #967504; /* dark gold/brown */
	text-decoration:underline;
}

#content p a:hover, #content p a:focus,

td a:hover, td a:focus {
	/*color: #BE9A08; this is a lighter gold color than the link #97604 */
	color: #1C4E8A; /* this is darker blue to show contrast when the link is hovered */
	/*text-decoration:underline;*/
	text-decoration:none;
}

#content h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #1C4E8A; /*cobalt blue */
	font-size: 1.2em;
	margin-bottom: 10px;
}
 
#content h2 {
	/*margin: 0.5em 0 0.25em;*/
	margin-top: 14px;
	color: #1C4E8A; /*cobalt blue */
	font-weight: bold;
	font-size: 1em;
}
#content h3 {
	color: #1C4E8A;
	font-size: .9em;
	margin-top: 20px;
	padding-top:6px;
	border-top: 1px solid #BE9A08;
}
#content h4 { 
	color: #1C4E8A;
	font-size: 0.8em;
	padding-top: 2px;
	line-height: 1.2em;
}
#content h5 { 
	font-style: italic;
	color: #1C4E8A;
	font-size: 0.8em;
	padding-top:3px;
	margin-bottom: 10px;
}
#content h6 { 
	color: #1C4E8A;
	font-size: 0.9em;
	font-weight:bold;
	margin-top: 14px;
}
.extraspacetop {
	padding-top: 20px;
}
#content ul{
	font-size: 0.7em;
	margin-left: 25px;
	padding-bottom: 10px;
}
#content ol li {	
	color: #1C4E8A;
	font-weight: none; 
	font-size: 10px;
}

#content ol p {	
	color: #000000;
	font-weight: none; 
	font-size: 10px;
}


#content li a:link, #content li a:visited {	
	color: #967504;
	text-decoration:underline;
}

#content li a:hover, #content li a:focus {
	color: #BE9A08;
	text-decoration:underline;
}	

#content .product_name {	
	color: #000; /* black */
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 2px;
	line-height: 1.2em;}
	/* insurance product names for association pages*/

.borderimage { /* makes the grey/white border */
	/* used on the execteam.shtml page (only) for photos of each member*/
	/* MLG changed the float attribute from left to right because IE7 was not displaying the entire photo (top to bottom) */
  float: right;
  padding:5px;
  margin: 0 0px 2px 14px;
  border:1px solid #ddd; /* light gray */
  
}
/* END CONTENT DIV STYLES.-----------------------------------------------------------------------*/

	
/* SET UP FOOTER DIV STYLES.---------------------------------------------------------------------*/

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	padding: 1em;
	color: #BBCAE1;
	border-top: 1px solid #000;
	text-align: center;
	font-size: 7pt;
	background-color: #1C4E8A;
}

/* The Holly Hack corrects footer problems in IE 5. */
/*  \*/
* html #footer {height: 1%;}
/* */

#footer ul {
	margin: 5px 0; 
	}

#footer a:link, #footer a:visited {
	margin: 0.2em; 
	font-size: 8pt; 
	color: #BBCAE1; 
}
	
#footer a:hover, #footer a:focus {
	color: #FFF; 
	text-decoration: none; 
}
#footer p {
	margin: 0.2em; 
	color: #FFF; 
	}
	
.quote {
	font-style:italic;
	color: #1C4E8A;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	}		
	
#box {
	font: 9px Verdana, Arial, Helvetica, sans-serif; 
	font-weight: none;
	list-style: none; 
	color: #333333; 
	display: block;
	text-decoration: none; 
	background:   url(navbg.jpg) repeat-x;  
	background-color: WHITE;
	padding: 6px 3px 6px 10px; 
	border-top: 0px solid #BBCAE1;     /* light blue */
	border-left: 0px solid #BBCAE1;    /* light blue */
	border-bottom: 1px solid #333333;  /* very dark gray */
	border-right: 1px solid #333333;   /* very dark gray */
}

.login {
	font: 1em Verdana, Arial, Helvetica, sans-serif; 
}

.bn {
    clip:  rect(   ):16px;
    height: 18px;
    cursor: pointer;
    margin-top: 0px;
    margin-bottom: 0px;
    border:outset 1px #ccc;
    background: #999;
    font-size: 8pt;
    font-weight: NONE;
    color: #666;
    padding:0px;
    background:url(bn.gif) repeat-x left top;
}

.tf {
	height: 18px;
	border-style: solid solid solid solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #006699;
	font-size:8pt ;
	color: #003399;
	background-color: WHITE;
}

.address {
	padding: 10 10 10 10;
	border: 1px dashed #006699; 
	background-color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

table.data {
	padding: 0 0 0 0;
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-color: #666;
	border-collapse: collapse;
	background-color: #ECECEC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7pt;
}
table.data th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black black black black; 
	background-color: #F4F4F4;
	-moz-border-radius: 6px 6px 6px 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7pt;
}

table.data td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: none none none none;
	border-style: solid solid solid solid; 
	border-color: black black black black; 
	background-color: WHITE; 
	-moz-border-radius: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7pt;
}
