BODY {
	margin: 0;
	padding: 0;
	background-color: #fffeef;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
}

P, DIV, TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #222;
	line-height: normal;
}

FORM {
	margin: 0;
	padding: 0;
}

INPUT, TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

H1 {
	display: block;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #524b31;
	font-weight: bold;
	line-height: normal;
}

H2 {
	display: block;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #222;
	font-weight: bold;
	line-height: normal;
}

H3 {
	display: block;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #222;
	font-weight: bold;
	line-height: normal;
}

H4 {
	display: block;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #222;
	font-weight: bold;
	line-height: normal;
}

H5 {
	display: block;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #524b31;
	font-weight: bold;
	line-height: normal;
}


HR {
	color: #CCC;
	background-color: #CCC;
	height: 0px;
	border: 0 solid #CCC;
	border-top-width: thin;
}

.size36 {
	font-size: 36px !important;
}

.size30 {
	font-size: 30px !important;
}

.size24 {
	font-size: 24px !important;
}

.size18 {
	font-size: 18px !important;
}

.size16 {
	font-size: 16px !important;
}

.size14 {
	font-size: 14px !important;
}

.size12 {
	font-size: 12px !important;
}

.size11 {
	font-size: 11px !important;
}

.size10 {
	font-size: 10px !important;
}

.size9 {
	font-size: 9px !important;
}

/*----------------------------------------------------------------------------------*/
/* Page Layout																		*/
/*----------------------------------------------------------------------------------*/
#pagewrapper {
	width: 980px;
	text-align: left;
}

#header {
	position: relative;
	width: 980px;
	height: 100px;
}
	#header DIV#logo {
		position: relative;
		top: 0px;
		left: 0px;
		width: 300px;
		/* use height, padding and overflow to hide text contents */
			height: 0;
			padding-top: 100px;
			overflow: hidden;
		/* end */
		cursor: pointer;
		background: transparent url(/images/main/logo.gif) no-repeat left top;
	}
	#header DIV#buttons {
		position: absolute;
		left: 350px;
		bottom: 14px;
		text-align: right;
	}
		#header DIV#buttons A {
			display: block;
			margin-top: 5px;
		}
	#header A#pagecurl {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 280px;
		height: 0;
		padding-top: 100px;
		background: url('/images/main/pagecurl.png') no-repeat right top;
	}

#footerslogan {
	background: transparent url(/images/main/freedom-fulfilled.gif) no-repeat 195px 0;
	height: 25px;
	margin: 2em 0 4px;
}

#footerbar_hp {
	width 785px;
	padding: 8px 20px;
	background-color: #445d40;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	margin: 0;
}
#footerbar {
	width 785px;
	padding: 8px 20px 8px 195px;
	background-color: #445d40;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	margin: 0;
}

#footer_hp {
	width: 980px; /* 980px - padding */
}
#footer {
	width: 785px; /* 980px - padding */
	padding-left: 195px;
}
	/*#footer_hp A, #footer A {	
		color: #222;
		text-decoration: none;
	}*/
	#footer_hp P, #footer P {
		margin: 1.2em 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
		#footer_hp P {
			padding: 0 20px;
		}
	#footer_hp P.small, #footer P.small {
		width: 520px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
	}
		#footer_hp P.small {
			padding: 0;
		}

/*----------------------------------------------------------------------------------*/
/* Navbar																			*/
/*----------------------------------------------------------------------------------*/
DIV#navbar {
	position: relative;
	width: 960px; /* 980px - padding */
	height: 27px;
	padding: 0 10px;
	background-color: #8ba886;
}
	DIV#navbar A.tab {
		display: block;
		width: 100%;
		height: 0;
		margin: 0;
		padding-top: 27px;
		overflow: hidden;
		background: transparent url('/images/main/navbar.gif') no-repeat;
	}
		/* Widths */
		DIV#navbar TD#tab1 { width: 133px; }
		DIV#navbar TD#tab2 { width: 122px; }
		DIV#navbar TD#tab3 { width: 104px; }
		DIV#navbar TD#tab4 { width: 146px; }
		DIV#navbar TD#tab5 { width: 104px; }
		DIV#navbar TD#tab6 { width: 96px; }
		DIV#navbar TD#tab7 { width: 91px; }
		
		/* States: off */
		DIV#navbar TD#tab1 A.tab { background-position: 0 0; }
		DIV#navbar TD#tab2 A.tab { background-position: -133px 0; }
		DIV#navbar TD#tab3 A.tab { background-position: -255px 0; }
		DIV#navbar TD#tab4 A.tab { background-position: -359px 0; }
		DIV#navbar TD#tab5 A.tab { background-position: -505px 0; }
		DIV#navbar TD#tab6 A.tab { background-position: -609px 0; }
		DIV#navbar TD#tab7 A.tab { background-position: -705px 0; }

		/* States: hover */
		DIV#navbar TD#tab1 A.tab.on { background-position: 0 -27px !important; }
		DIV#navbar TD#tab2 A.tab.on { background-position: -133px -27px !important; }
		DIV#navbar TD#tab3 A.tab.on { background-position: -255px -27px !important; }
		DIV#navbar TD#tab4 A.tab.on { background-position: -359px -27px !important; }
		DIV#navbar TD#tab5 A.tab.on { background-position: -505px -27px !important; }
		DIV#navbar TD#tab6 A.tab.on { background-position: -609px -27px !important; }
		DIV#navbar TD#tab7 A.tab.on { background-position: -705px -27px !important; }

		/* States: at */
		DIV#navbar.tab1 TD#tab1 A.tab { background-position: 0 -54px; }
		DIV#navbar.tab2 TD#tab2 A.tab { background-position: -133px -54px; }
		DIV#navbar.tab3 TD#tab3 A.tab { background-position: -255px -54px; }
		DIV#navbar.tab4 TD#tab4 A.tab { background-position: -359px -54px; }
		DIV#navbar.tab5 TD#tab5 A.tab { background-position: -505px -54px; }
		DIV#navbar.tab6 TD#tab6 A.tab { background-position: -609px -54px; }
		DIV#navbar.tab7 TD#tab7 A.tab { background-position: -705px -54px; }

DIV#navbar DIV#clientlogin {
	position: absolute;
	right: 20px;
	top: 3px;
}

/*----------------------------------------------------------------------------------*/
/* Menus																			*/
/*----------------------------------------------------------------------------------*/
DIV#navbar DIV.navmenuwrapper {
	position: relative;
}
DIV.navmenu {
	position: absolute;
	z-index: 1000;
	display: block;
	visibility: hidden;
	min-width: 150px;
	border-style: solid;
	border-color: #30412D;
	border-width: 0 2px 2px 1px;
}
	DIV.navmenu.on {
		visibility: visible;
	}
	DIV.navmenu A:link,
	DIV.navmenu A:visited {
		display: block;
		padding: 5px 10px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: normal;
		white-space: nowrap;
		text-decoration: none;
		color: #FFF;
		background-color: #445d40;
	}
	DIV.navmenu A:hover,
	DIV.navmenu A:active {
		display: block;
		padding: 5px 10px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: normal;
		white-space: nowrap;
		text-decoration: none;
		color: #FFF;
		background-color: #698663;
	}

/*----------------------------------------------------------------------------------*/
/* Boxes																			*/
/*----------------------------------------------------------------------------------*/
#mllbox {
	background: #f3e6b8 url(/images/mllbox/mainlinelife2.gif) no-repeat 20px 20px;
	padding: 82px 20px 20px;
}
	#mllbox P {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}

/*----------------------------------------------------------------------------------*/
/* Image Bar																		*/
/*----------------------------------------------------------------------------------*/
P.imagebar {
	margin-top: 3em;
}

/*----------------------------------------------------------------------------------*/
/* Background Colors																*/
/*----------------------------------------------------------------------------------*/
.darktan {
	background-color: #f3e6b8;
}

/*----------------------------------------------------------------------------------*/
/* Columns																			*/
/*----------------------------------------------------------------------------------*/
TABLE.main {
	width: 980px;
}

TABLE.main TD.col1 {
	vertical-align: top;
	width: 155px; /* 175px - padding */
	padding: 20px 20px 20px 0;
}

TABLE.main TD.col2 {
	vertical-align: top;
	/*width: 520px; /* 560px - padding */
	padding: 20px;
}

TABLE.main TD.col3 {
	vertical-align: top;
	width: 245px; /* 245px - padding */
	padding: 20px 0 20px;
}

/*----------------------------------------------------------------------------------*/
/* Subnav																			*/
/*----------------------------------------------------------------------------------*/
DIV.subnav {

}

DIV.subnav A:link, DIV.subnav A:visited, DIV.subnav A:hover, DIV.subnav A:active {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	padding: 0.4em 0 0.4em 20px;
}

DIV.subnav A.at {
	background: transparent url(/images/main/subnav-arrow.gif) no-repeat 10px 0.7em;
}

/*----------------------------------------------------------------------------------*/
/* Section Index																	*/
/*----------------------------------------------------------------------------------*/
UL.sectionindex {
	margin: 1em 0 1em 1.5em;
	padding: 0;
}
UL.sectionindex LI {
	margin: 1em 0;
}
	
/*----------------------------------------------------------------------------------*/
/* Lists																			*/
/*----------------------------------------------------------------------------------*/
.noparalist {
	margin-top: 0;
	margin-bottom: 0;
}

.compactlist {
	margin: 0 0 0 1.5em;
	padding: 0;
}

.spacedlist LI {
	margin-bottom: 1em;
}

/*----------------------------------------------------------------------------------*/
/* Form Fields																		*/
/*----------------------------------------------------------------------------------*/
.input {
	border-width: 1px;
	border-style: solid; 
	border-color: #888 #ccc #ccc #888;
}

/*----------------------------------------------------------------------------------*/
/* Links																			*/
/*----------------------------------------------------------------------------------*/
A:link {
	color: #107bbf;
	text-decoration: underline;
}

A:visited {
	color: #107bbf;
	text-decoration: underline;
}

A:active {
	color: #0095E7;
	text-decoration: underline;
}

A:hover {
	color: #0095E7;
	text-decoration: underline;
}

/*----------------------------------------------------------------------------------*/
/* Colors																			*/
/*----------------------------------------------------------------------------------*/
.red {
	color: #AA1912;
}

.error {
	color: #f00;
}

.brown {
	color: #524b31;
}

/*----------------------------------------------------------------------------------*/
/* Borders																			*/
/*----------------------------------------------------------------------------------*/
.grayborder {
	border: 1px solid #CCC;
}

/*----------------------------------------------------------------------------------*/
/* Tables																			*/
/*----------------------------------------------------------------------------------*/
.tblfile TD {
	vertical-align: top;
}
.tbllist TD {
	border-bottom: 1px solid #e3e3e3;
	padding: 4px 8px;
}
.tbllist TD TD {
	border: none;
	padding: 0;
}
.tbllist TD, .tbllist TD DIV {
	/*font-size: 11px;*/
}
.tbllist TH.header1 {
	padding: 4px 8px;
	background-color: #999;
	background-image: url(/images/interface/header1-bg.gif);
	border-color: #ccc #999 #999 #ccc;
	border-width: 1px;
	border-style: solid;
	text-align: left;
}
	.tbllist TH.header1, .tbllist TH.header1 * {
		font-size: 11px;
		font-weight: bold;
		color: #666;
	}
.tbllist TH.header2 {
	padding: 4px 8px;
	background-color: #666;
	background-image: url(/images/interface/header2-bg.gif);
	border-color: #b0b0b0 #999 #999 #999;
	border-width: 1px;
	border-style: solid;
	text-align: left;
}
	.tbllist TH.header2 TD {
		padding: 0;
		border: none;
		font-size: 11px;
		font-weight: bold;
		color: #fff;
	}
.tbllist TD.subheader, .tbllist TD.subheader * {
	background-color: #ccc;
	font-weight: bold;
}
.tbllist TR.diagonalstripe {
	background-image: url(/images/interface/stripes.gif);
}
.tbllist TD.footer {
	font-weight: bold;
	color: #000;
	padding: 4px 8px;
	border-style: solid;
	border-width: 1px 0 1px;
	border-color: #ccc;
}
.sortcol {
	background-color: #eee;
}

/*----------------------------------------------------------------------------------*/
/* Tables																			*/
/*----------------------------------------------------------------------------------*/
TABLE.tblfields {
	width: 100%;
	border-spacing: 0;
	border: none;
}
	TABLE.tblfields TR {
		vertica-align: top;
	}
		TABLE.tblfields TD {
			padding: 2px 4px 2px 0;
		}
			TABLE.tblfields TD.label {
				white-space: nowrap;
			}

/*----------------------------------------------------------------------------------*/
/* Admin Navigation																	*/
/*----------------------------------------------------------------------------------*/
TABLE.adminnav {
	border-collapse: collapse;
}

TABLE.adminnav TD {
	padding: 0;
	border: 1px solid #bbb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

TABLE.adminnav TD.at {
	background-color: #e3e3e3;
	font-weight: bold;
}

TABLE.adminnav A {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}

TABLE.adminnav A:hover {
	background-color: #e3e3e3;
}

/*----------------------------------------------------------------------------------*/
/* Wrap Float																		*/
/*----------------------------------------------------------------------------------*/
.wrapfloat {
	width: 100%;
	overflow: hidden;
}