/* CSS Document */

/* Layout Tags */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset{
	margin: 0;
	padding: 0px;
	border: 0;
}
body{
	font-family: "Times New Roman", Times, serif;
	font-size: 95%;
	color: #000000;
	margin-left: 5px; margin-right: 5px; margin-bottom: 0px;
	background-image: url(images/i-bckgrndgrn.png);
	background-repeat: repeat;
}
body h1{
	font-size: 120%;
	padding-top: 0;
	color: #753325;
}
body h2{
	font-size: 110%;
	font-weight: bold;
	padding-top: 0;
	color: #753325; 
}
body h3{
	font-size: 110%;
	font-weight: bold;
	font-style:italic;
	padding-top: 0;
	color: #456448; 
}
body ul{
	list-style-position: inside;
	list-style-type: square;
}

/* IDs - only one use per page */
#container-all{
	width: 995px;
	margin: auto;
	margin-bottom: 2px;
	text-align: left;
	overflow: auto;
}
#containertop01 {
	width: 995px;
	height: 424px;
	margin-right: auto;
	margin-left: auto;
	vertical-align:top;
	background-image: url(images/logos/i-logopixsum889x424.jpg); 
	background-repeat: no-repeat;
	background-position: center;
}
#containertop02 {
	width: 995px;
	height: 280px;
	margin-right: auto;
	margin-left: auto;
	vertical-align:top;
	background-image: url(images/i-logobtm.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#containerbody {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	vertical-align:top;
	background-color: #F8F4F1;
	padding: 10px;
}

#navbottom {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	vertical-align:top;
	background-color: #F8F4F1;
	padding: 10px;
	color: #753325;
	text-align: center;
	font-size: 100%;
}
#datecopyright {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	vertical-align:top;
	background-color: #F8F4F1;
	padding: 10px;
	color: #753325;
	text-align: center;
	font-size: 75%;
	font-style:italic;
	color: #753325;
}
#containerbottom {
	width: 995px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	vertical-align:top;
	background-image: url(images/i-footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	font-size: 75%;
	font-style:italic;
	color: #753325;
}

/**************** Pseudo classes ****************/

a:link{
	color:#753325;
	font-weight: normal;
}
a:visited{
	color: #753325;
	font-weight: normal;
}
a:hover{
	color: #677456;
	font-weight: bold;
}
a:active{
	color: #677456;
	font-weight: normal;
}
li :link{
	color: #753325;
	text-decoration: underline;
	font-weight: normal;
}
li a:visited{
	color: #753325;
	text-decoration: underline;
	font-weight: normal;
}
li a:hover{
	color: #456448;
	text-decoration: underline;
	font-weight: bold;
}
li a:active{
	color: #456448;
	text-decoration: underline;
	font-weight: bold;
}

/* Classes - can be used multiple times */
.linkspage {
	float: left;
	width: 170px;
	height: 500px;
	margin-right: 10px;
	padding-right: 5px:
	font-family: "Times New Roman", Times, serif;
	font-size: 130;
	text-align: center;	
}
.linkspage a:link {
	color: #753325;
	font-weight: bold;
	text-decoration: none;
}
.linkspage a:visited {
	color: #753325;
	font-weight: bold;
	text-decoration: none;
}
.linkspage a:hover {
	color: #456448;
	font-weight: bold;
	text-decoration: none;
}
.linkspage a:active {
	color: #456448;
	font-weight: bold;
	text-decoration: none;
}

.sidebarleft {
	float: left;
	width: 170px;
	height: 475px;
	margin-right: 10px;
	padding-right: 5px:
	font-family: "Times New Roman", Times, serif;
	font-size: 130;
	text-align: center;	
}
.sidebarleft a:link {
	color: #753325;
	font-weight: bold;
	text-decoration: none;
}
.sidebarleft a:visited {
	color: #753325;
	font-weight: bold;
	text-decoration: none;
}
.sidebarleft a:hover {
	color: #456448;
	font-weight: bold;
	text-decoration: none;
}
.sidebarleft a:active {
	color: #456448;
	font-weight: bold;
	text-decoration: none;
}
.sidebarlongleft {
	float: left;
	width: 170px;
	height: 500px;
	margin-right: 10px;
	padding-right: 5px:
	font-family: "Times New Roman", Times, serif;
	font-size: 130;
	text-align: center;	
}
.sidebarlongleft a:link {
	color: #753325;
	font-weight: bold;
	text-decoration: none;
}
.sidebarlongleft a:visited {
	color: #753325;
	font-weight: bold;
	text-decoration: none;
}
.sidebarlongleft a:hover {
	color: #456448;
	font-weight: bold;
	text-decoration: none;
}
.sidebarlongleft a:active {
	color: #456448;
	font-weight: bold;
	text-decoration: none;
}

/* font styles */
.uline {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style:italic;
}
.caption80 {
	font-size: 80%;
	font-style: italic;
.italic {
		font-style: italic;
}
.tableheader120 {
	font-size: 120%;
}
.grnbld {
	font-weight: bold;
	color: #456448;
}
.grnbigbld {
	color: #690;
	font-size: 18px;
	font-weight:bold;
}
