* { margin: 0;	padding: 0; }
	
body {font-size: 80%;
		font-family: Trebuchet MS, verdana, arial, helvetica, sans-serif;
		color: #191970;
		background-image: url(images/34original.gif);
		}

h1 {font-family: Palatino Linotype, Garamond, Times New Roman, serif;
	font-size: 2.0em;
	}

h2 {font-family: Palatino Linotype, Garamond, Times New Roman, serif;
	font-size: 1.7em;
	}

h3 {font-family: Palatino Linotype, Garamond, Times New Roman, serif;
	font-size: 1.4em;
	}

h4 {font-family: Palatino Linotype, Garamond, Times New Roman, serif;
	font-size: 1.2em;
	font-weight: bold;
	}

h5 {font-family: Palatino Linotype, Garamond, Times New Roman, serif;
	font-size: 1.0em;
	font-weight: bold;
 	}

h6 {font-family: Palatino Linotype, Garamond, Times New Roman, serif;
	font-weight: bold;
	font-size: 0.8em;
	}

p {font-size: 1.0em;
	line-height: 1.5em;
	}	

strong, b {
			font-weight: bold;
			}

a {
	font-family: Trebuchet MS, Arial, Tahoma, sans-serif;
	}

blockquote {background: transparent url(images/quoteleft.gif) 15px top no-repeat;
				padding: 0px 15px;
				}

blockquote div {padding: 0px 48px;
 					background: transparent url(images/quoteright.gif) right bottom no-repeat;
 					font-size: 1.3em;
 					line-height: 1.2em;
 					
 					font-family: Palatino Linotype, Garamond, Times New Roman, serif;
					}

.change {color: red;}
/* -------CENTERING CONTAINER------- */
#page-container {width: 760px;
					 margin-bottom: 10px;
/*					 float: left; */
					 margin-left: auto;
 					 margin-right: auto;
 					 background: #add8e6;
					 }

/* -------HEADER----------- */
#header	{height: 130px;
			background: #add8e6;
			padding: 0px;
			margin: 0px;
			}

#header img {float: left;}

/* -------MAIN NAV-------- */
#main-nav	{background: #add8e6;
				height: 25px;
				text-align: center;
				font-size: 1.0em;
				}

.main-navfake {text-decoration: none;
					padding: 4px 15px 5px;
					background: ghostwhite;
					margin: -2px;
					}
							
div#main-nav a:link {text-decoration: underline;
							padding: 4px 15px 5px;
							background: gainsboro;
							margin: -2px;
							}

div#main-nav a:visited {text-decoration: underline;
								color: #800080;
								background: gainsboro;
								padding: 4px 15px 5px;
								margin: -2px;
								}

div#main-nav a:hover {text-decoration: underline;
							background: #add8e6;
							padding: 4px 15px 5px;
							}

div#main-nav a:active	{text-decoration: underline;
								color: black;
								background: white;
								padding: 4px 15px 5px;
								}

div#main-nav a:focus {text-decoration: underline;
							background: #add8e6;
							padding: 4px 15px 5px;
							}

/* ---------LEFT NAV COL---------- */
#left-nav {float: left;
			width: 150px;
			background: #add8e6;
			clear: both;
			text-align: center;
			}

div#left-nav dl {margin: 0px 0px 5px 5px;
					 text-align: center;
					 color: midnightblue;
					 }

div#left-nav dt {padding: 6px;
					 background: gainsboro;
					 text-decoration: underline;
					 font-size: 1.0em;
					 }

div#left-nav dt:hover {background: #add8e6;}
							
div#left-nav dt.fake {background: ghostwhite;
							text-decoration: none;
							font-family: Trebuchet MS, Arial, Tahoma, sans-serif;
							font-size: 1.0em;
							}

div#left-nav a:visited {color: #800080;}

div#left-nav a:active	{color: black;
								background: white;
								}

/* ---------CONTENT---------- */
#index_content {text-align: center;
					background: #add8e6;
					}

#content {text-align: center;
			background: ghostwhite;
			margin-left: 150px;
			}
			
#content p {text-align: left;
				text-indent: 2em;
				padding: 5px 10px;
				}
				
#content table { 
							margin-left: auto;
							margin-right: auto;
							}


#content h1, h2, h3, h4, h5, h6 {text-align: center;}

#content img {padding: 5px 0px;}

#content ol {list-style-type: decimal;
				list-style-position: inside;
				font-size: 1.0em;
				line-height: 1.5em;
				padding: 5px 15px;
				text-align: left;
				}

#content ul {list-style-type: square;
				list-style-position: inside;
				line-height: 1.5em;
				padding: 5px 15px;
				text-align: left;
				}

/* --------FOOTER-------- */
#footer 	{height: 60px;
			background: #add8e6;
			font-size: 1.0em;
			text-align: center;
			clear: both;
			padding: 5px;
			}

.footerfake {}
			
