html, body {padding: 0;	border: 0; margin: 0;}
body {background: #EEE9E4 url(../images/body_bgOlive.gif) repeat-x; padding: 0; margin: 0; text-align: center}

/* -- Global Images --------------------------------------------------------------------------------------------- */

img {border: 0; margin: 0; padding: 0;}


/* -- Misc CLASSES ---------------------------------------------------------------------------------------------- */

.center {clear: both; width: 100%; margin: 0 auto; text-align: center;}
.border_5px {border: 1px solid #D8D8D8; padding: 5px; background: #fff; margin: 0 0 4px 0;}


/* -- GLOBAL LINKS ---------------------------------------------------------------------------------------------- */

a, a:link, a:active, a:visited {text-decoration: underline; color:#4E4F2B;}
a:hover {text-decoration: none; color: #4E4F2B;}


/* -- GLOBAL FORMS ---------------------------------------------------------------------------------------------- */

form {padding: 0 0 0 10px; margin: 0; text-align: left; font-family: veranda, sans-serif; font-size: 10px;}
fieldset {border: none; padding: 0; margin: 0;}
label {color: #4E4F2B; padding: 0; margin: 0;}
.input {width: 85px; font-size: 9px; color: #BE0000; padding: 1px;}
.submit {font-size: 9px;}


/* -- GLOBAL TYPOGRAPHY ----------------------------------------------------------------------------------------- */

p {font: normal 11px verdana, sans-serif; line-height: 13px; margin: 0; padding: 0; text-align: left;}
h1, h2, h3, h4 {font-family: Georgia, verdana, sans-serif; font-weight: normal; text-align: left;}

/* -- GLOBAL LISTS ---------------------------------------------------------------------------------------------- */

ul {text-align: left;}
li {font-family: verdana, sans-seif; font-size: 10px; text-align: left;}


/* -- NAVIGATION TOP -------------------------------------------------------------------------------------------- */

#navbar {margin: 0; position: absolute; top: 81px; left: 0; width: 729px; height: 41px; background: url(../images/navbar_bgOlive.gif) no-repeat;}

#navbar a {
	font: normal 11px verdana, sans-serif;
	text-decoration: none;
	color: #D3D3CA;
	height: 38px;
	}

#navbar a:hover {color: #FFF; text-decoration: none;}

#tabs {
	height: 38px;
	width: 100%;
	}

#tabs ul {
	margin: 0;
	padding: 0 5px;
	list-style: none;
	float: right;
	}
	
#tabs li {
	float: left;
	padding: 0;
	margin: 0;			/*** Space between tabs ***/
	list-style-image: none;
	background: url(../images/tab_rightOlive.gif) no-repeat right top;
	}
	
#tabs a {
	float: left;
	display: block;
	background: url(../images/tab_leftOlive.gif) no-repeat left top;
	padding: 6px 14px 0 15px;	/*** Space inside tabs ***/
	line-height: 25px;
	}


/* -- PAGE LAYOUT BEGIN------------------------------------------------------------------------------------------- */

#page {margin: 0 auto; position: relative; width: 731px;}

#header {
	margin: 0;
	position: absolute; 
	top: 0; left: 0;
	width: 729px; height: 84px;
	background: url(../images/masthd_bgOlive.gif) no-repeat;
	}
	
#header h2 {
	font-size: 24px;
	color: #4E4F2B;
	letter-spacing: 1px;
	margin: 15px 0 0 25px;
	font-weight: normal;
	text-align: left;
	}
	
#header h4 {
	font-family: Arial, Georgia, verdana, sans-serif;
	font-size: 11px;
	color: #4E4F2B;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin: 1px 0 0 28px;
	text-align: left;
	font-weight: normal;
	}

	
/* -- 3 COLUMN Layout | 2 COLUMN Layout | 1 COLUMN Layout--------------------------------------------------------- */

#mainpage1 { /* 3 col site ID */
	margin: 0; 
	position: absolute; 
	top: 122px; left: 0; 
	width: 729px;
	background: url(../images/col3_bgOlive.gif) repeat; 
	}
	
#mainpage2 { /* 2 col site ID */
	margin: 0;
	position: absolute; 
	top: 122px; left: 0;
	width: 729px;
	background: url(../images/col2_bgOlive.gif) repeat; 
	}
	
#mainpage3 { /* 1 col site ID */
	margin: 0;
	position: absolute; 
	top: 122px; left: 0;
	width: 729px;
	background: url(../images/col1_bgOlive.gif) repeat; 
	}

	
/* -- LEFT COLUMN -------------------------------------------------------------------------------------------------- */

#leftbar {float: left; width: 171px; padding: 0 0 0 5px;}

#sidenav ul {margin: 5px 0; padding: 0; border: 0;}

#sidenav li {
	list-style: none; 
	font-family: veranda, sans-serif;
	display: inline;
	}
	
#sidenav li a {
	height: 20px;
	text-decoration: none; text-align: left;
	padding: 8px 0 0 24px; 
	color: #4E4F2B; 
	display: block;  
	font-size: 11px !important;
	background: url(../images/sideul_bgOlive.gif) no-repeat 0 -28px;
	border: none;
	}

#sidenav li a.bot { /* Puts border on bottom of last nav */
	height: 22px;
	text-decoration: none; text-align: left;
	padding: 8px 0 0 24px; 
	color: #4E4F2B; 
	display: block;  
	font-size: 11px !important;
	background: url(../images/sideul_bgOlive.gif) no-repeat 0 -28px;
	border: none;
	}
	
#sidenav li a:hover {background: url(../images/sideul_bgOlive.gif) no-repeat 0 0; padding: 8px 0 0 24px;}

#leftbar h1 {
	font-size: 15px; 
	color: #4E4F2B; 
	margin: 10px 0 2px 10px; 
	font-weight: normal; 
	text-align: left;
	}

#leftbar h2 {
	font-size: 15px; 
	color: #4E4F2B; 
	margin: 15px 0 2px 0px; 
	font-weight: normal; 
	text-align: left;
	border-top: 3px solid #FFF; 
	width: 162px; 
	padding: 15px 0 0 10px;
	}

#leftbar p {
	font-size: 10px; 
	color: #6A635C; 
	margin: 0px 10px 17px 10px;
	}

#leftbar ul.list {
	margin: 10px 0 5px 11px; 
	padding: 0; 
	color: #6A635C;
	list-style: none;
	text-align: left;
	}

#leftbar ul.list li {
	margin: 0 0 7px 0; 
	padding: 0 0 0 9px; 
	background: url(../images/bulletOlive.gif) no-repeat 0 3px; line-height: 12px
	}
	
/* -- RIGHT COLUMN ---------------------------------------------------------------------------------------------- */

#rightbar {float: left; width: 171px; padding: 0;}
#rightbar p {
	font-size: 10px; 
	color: #6A635C; 
	margin: 0px 10px 17px 10px; 
	}

#rightbar h1 {
	font-size: 15px; 
	color: #4E4F2B; 
	margin: 10px 0 3px 10px; 
	}

#rightbar h2 {
	font-size: 15px; 
	color: #4E4F2B; 
	margin: 15px 0 3px 0px; 
	padding: 15px 0 0 10px;
	width: 163px; 
	border-top: 3px solid #FFF; 
	}
	
#rightbar ul {margin: 0 0 5px 11px; padding: 0; color: #6A635C; list-style: none; text-align: left;}
#rightbar ul li {margin: 0 0 7px 0; padding: 0 0 0 7px; background: url(../images/bulletOlive.gif) no-repeat 0 3px; line-height: 12px}
	

/* -- CENTER COLUMN ----------------------------------------------------------------------------------------------- */

html>body #content1 {float: left; width: 377px; padding: 0; background: url(../images/cntr_bgOlive.gif) no-repeat} /* 3 col layout: Stinkin IE pushes the background 1px right */
#content1 {float: left; width: 376px; padding: 0; background: url(../images/cntr_bgOlive.gif) no-repeat -1px 0;} /* 3 col layout */
#content1 h1 {font-size: 22px; color: #4E4F2B; margin: 10px 0 5px 10px;}
#content1 h2 {font-size: 16px; color: #4E4F2B; margin: 10px 0 5px 10px;}
#content1 p {font-size: 12px; color: #000; margin: 0 10px 17px 10px; line-height: 15px;}

#content2 {float: left; width: 547px; padding: 0 0 0 3px; background: url(../images/rightshadow_bg.gif) no-repeat right top;} /* 2 col site ID */
#content3 {float: left; width: 721px; padding: 0 0 0 5px; background: url(../images/rightshadow_bg.gif) no-repeat right top;}  /* 1 col site ID */
#content2 p, #content3 p  {font-size: 12px; margin: 0 17px 15px 15px; color: #000; line-height: 15px;}
#content2 h1, #content3 h1 {font-size: 22px; color: #4E4F2B; margin: 10px 0 2px 15px;}
#content2 h2, #content3 h2 {font-size: 16px; color: #4E4F2B; margin: 10px 0 2px 15px;}
#content1 blockquote, #content2 blockquote, #content3 blockquote {
	color: #4E4F2B; 
	float: right; 
	width: 200px;
	font: normal 18px georgia, verdana, sans-serif;
	line-height: 24px; 
	text-align: left; 
	margin: 5px 10px 10px 20px; 
	}

/* -- FOOTER --------------------------------------------------------------------------------------------------- */
	
#footer {clear: both; width: 729px; height: 74px; background: url(../images/footer_bgOlive.gif) no-repeat; padding: 0px;}

#footer p {font-size: 10px; color: #666; padding: 5px 0 5px 0; margin: 0 0 0 18px; text-align: left;}
#footer span {float: right; padding: 15px 10px 0;}

#footer ul {text-align: left; margin: 0; padding: 12px 0 10px 10px; font-size: 11px; list-style: none;}
#footer ul li {margin: 0; padding: 0 8px 0 7px; display: inline; border-right: 1px solid #999;}
#footer ul li.last {margin: 0; padding: 0 7px 0 7px; display: inline; border-right: none;}
