
body {
	margin: 0 auto;
	padding: 0;
	background: #989898 url(graphics/bgstripe.gif) repeat-y center;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	position: relative;
}


#container {
	margin: 0 auto;
	width: 760px; /* the auto margins (in conjunction with a width) center the page */
	position: relative;
	text-align: left;
	padding: 0;
}

#greenstripe {
	width:760px;
	padding: 0px;
	}

#photostripe {
	position: absolute;
	top:90px;
	width:760px;
	padding: 0px;
	}

#logo {
	position: absolute;
	left:8px;
	top:8px;
	padding: 0px;
	}

/* ORIG NAVIGATION 
================================================= */

#navigation {
	position: absolute;
	left:0px;
	top:306px;
	width: 760px;
	padding: 0px;
	margin: 0px;
	height: 28px;
/*	background-color: #214a42;  new */
}

			
			#navigation a {
				font-family: verdana, arial, sans-serif;
				font-weight: bold;
				font-size: 11px;
				color:  #fff;
				text-decoration: none;
				}
			#navigation a:visited {
				font-weight: bold;
				color:  #fff;
				text-decoration: none;
				}
			#navigation a:active {
				color:  #fff;
				text-decoration: none;
				}
			#navigation a:hover {
				background: #660000; /* not seen */
				color: #fff;
				text-decoration: none;
				}

#button {
	padding: 6px 10px 87px 10px; /*pushes down 'centercontent' below */
	margin-bottom: 0px;
	font-family: verdana, arial, sans-serif
	}
	
#button ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	}

#button li {
	display: inline;
	margin: 0px;
	font-size: 11px;
	vertical-align: middle;
	}

html>body #button li a { width: auto; }

#button li a {
	padding: 6px 10px 7px 10px;
	color: #fff;
	text-decoration: none;
	width: 100px;
	}

#button li a:hover {
	background-color: #660000;
	}
	


/* NEW (( PDG )) NAVIGATION & SUBMENU 
===================================================*/

.sublinks {
	background-color: #600;
	height: auto;
	min-height: 15px;
	padding: 5px;
	color: #eee;
	position: absolute;
	left:0px;
	top:332px;
	width: 750px;
	font: bold 11px arial, sans-serif;
}

.sublinks a {
	padding: 6px 8px 7px 8px;
	color: #fff;
	text-decoration: none;
	}
.sublinks a:hover {
	text-decoration: underline;
	}


/* TYPE TREATMENTS 
=========================================================*/


h1,h2,h3 {
	font-family: verdana, arial, sans-serif;
	}

h1 {
	font-size:18px;
	}

h2 {
	font-size:13px;
	}

h3 {
	font-size:12px;
	}

p {
	font-size:12px;
	}

.cursive {
	color: #214a42 !important;
	font-family: Georgia, serif !important;
	font-style: italic;
}




/* "Center" body content 
============================================= */


#centercontent {
	position: absolute; /* keeps text below header */
	left:20px;
	top:365px;
	width: 520px;
	padding: 0px;
	margin: 0px;
	}

#centercontent p {
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	color: #000;
	line-height: 1.5em;
	}
	
#centercontent li {
	font-size:11px;
	font-family: verdana, arial, sans-serif;
	color: #000;
	}
	
#centercontent blockquote {
	font-size:11px;
	font-family: verdana, arial, sans-serif;
	color: #555555;
	}
	
#centercontent h1 {
	color: #000;
	}

#centercontent h2 {
	color: #000;
	border-top: 0px dashed #005B88;
	padding-top: 5px;
	margin-top: 5px;
	}

#centercontent h3 {
	color: #000;
	}

#centercontent img { padding: 4px; border: 0px; }

#centercontent a {
	font-weight: bold;
	color:  #660000;
	text-decoration: none;
	}
#centercontent a:visited {
	font-weight: bold;
	color:  #660000;
	text-decoration: none;
	}
#centercontent a:active {
	color:  #660000;
	}
#centercontent a:hover {
	background: #660000;
	color: #fff;
	}

#centercontent .smalltext {
	font-size: 9px;
}


/* right column 
============================================== */

#sidebar {
	position: absolute;
	left:553px;
	top:357px;
	width: 180px;
	padding: 0px;
	margin: 0px;
	}

#sidebar table {
	margin: 0px 0px 10px 10px; 
	}

#sidebar h1 {
	color: #15251D;
	font-size: 16px;
	border-top: 1px dashed #000;
	padding-top: 5px;
	margin-top: 30px;
	}

#sidebar h2 {
	color: #15251D;
	font-size: 14px;
	}

#sidebar h3 {
	color: #15251D;
	font-size: 12px;
	}

#sidebar p {
	font-family: verdana, arial, sans-serif;
	font-size:10px;
	color: #15251D;
	}

#sidebar li {
	font-family: verdana, arial, sans-serif;
	font-size:10px;
	color: #15251D;
	}

#sidebar a {
	font-weight: bold;
	color:  #660000;
	}
#sidebar a:visited {
	font-weight: bold;
	color:  #660000;
	}
#sidebar a:active {
	color:  #660000;
	}
#sidebar a:hover {
	background: #660000;
	color: #ffffff;
	}






#note {
	border-top: 1px solid #214A42;
	margin-top: 60px;
	}

#note p {
	color: #214A42;
	font-family: verdana, arial, sans-serif;
	font-size:10px;
	font-weight: normal;
	font-style: normal;
	margin: 20px 0px 3px 0px;
	}	
	
#note a {
	color: #214A42;
	font-family: verdana, arial, sans-serif;
	font-size:9px;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	}

#note a:visited {
	color: #214A42;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	}

#note a:hover {
	color: #214A42;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	}	

