@charset "utf-8";
/* CSS Document */
/* comment out dinostyles below
h1 {
	font-size:36px;
	color:#ff0000;
	border: thick;
	font-weight: bold;
	background-color: #000000;
	}
	
	
p	{background-color: #FFCCFF;
	 }
ol	{border: 5px double;
	 color: #00FF00;
	 }
	 
	 */
	 
body {
	background-color: #CCCC66;
	color: #336699;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5%;
	margin-right: 8%;
}
.TitleBar {
	font-size: xx-large;
	font-weight: bold;
	color: #336699;
	height: auto;
	width: auto;
	border: 6px none #669933;
}
.TableText {
	color: #336699;
	font-size: 18px;
	border: 6px none #999933;
}
.photoLeft {
	float: left;
	border: 3px solid #666633;
}



div p {
	text-indent: 10px;
}

a:link {
	color: #336633;
}
a:visited {
	color: #CCCC99;
}
a:hover {
	color: #336633;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}.button1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	color: #336699;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #993300;
}
.description {
	text-align: justify;
	padding: 8px;
	border: 4px solid #666600;
	background-color: #999966;
}
.photoRight {
	float: right;
}
