body {
   background: url(images/bkg.gif);
   background-color: #97A5A3;
   color: black;
   margin: 0px 0px 0px 0px;
   text-align: center;
}

/*BEGIN MAIN CONTAINER PAGE LAYOUT*/
/*#container and the text-align: center; from 'body' lets the entire site be centered on the page*/
#container {
   margin: 0 auto;
   width: 792px;
   background: url(images/bkglt.gif);
   text-align: left;
}

p.footer {
	font-size: 0.7em;
	text-align: center;
	background: url(images/footer.gif);
	height: 105px;
	clear: both;
}

#tag {
	text-align: center;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 0.7em;	
}

#ie {
	background: url(images/menu.jpg);
	vertical-align: top;
	text-align: center;
	height: 201px;
}

/*THESE ARE HOW THE SITE DEALS WITH LINKS*/
a:link {
   text-decoration: underline;
   color: #0000FF;
}

a:visited {
   text-decoration: underline;
   color: #0000FF;
}

a:hover {
   text-decoration: underline;
   color: green;
}

a:active {
   color: purple;
}

/*BEGIN FONT CONTROLS*/
p {
	color: black;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	padding: 0 90px 0 90px;
	text-align: left;
}

p.page-title {
	font-size: 1.2em;
	text-decoration: underline;
	text-align: center;
}

p.cat {
	font-weight: bold;
	text-decoration: underline;
}

p.menu {
	text-align: center;
	word-spacing: 5px;
}

p.header {
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

p.center {
	text-align: center;
}

p.small {
	font-size: 0.8em;
	text-align: left;
}

p.small-center {
	text-align: center;
	font-size: 0.8em;
}

p.small-right {
   font-size: 0.8em;
   text-align: right;
}

p.small-bold {
	font-size: 0.8em;
	text-align: center;
	font-weight: bold;
}

p.top {
	font-size: 0.8em;
	text-align: right;
}

p.spacer {
	height: 0px;
	clear: both;
}

p.form {
	padding: 12px;
	font-size: 0.8em;
}

p.required {
	text-align: right;
	color: red;
	font-size: 0.8em;
}

p.bold {
	font-weight: bold;
}

/*BEGIN IMAGE CONTROLS*/
img {
	border: 0px;
}

img.space {
	padding: 8px;
}

img.left { 
	float: left; 
	clear: left; 
	margin: 22px; 
} 

img.right {
	float: right;
	clear: right;
	margin: 4px;
}

img.docs {
	float: left;
	clear: left;
	margin: 6px;
}

img.justify {
	padding: 0px 45px;
}

/*OTHER ODD PAGE ELEMENTS*/
hr {
	width: 612px
}

ul {
	list-style-position: inside;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	padding: 0 90px 0 90px;
	text-align: left;
}

li {
	padding: 6px 0 0 0;
}

td.framea {
	border-color: black;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	padding: 0px;
	margin: 0;
	vertical-align: top;
}

td.frameb {
	border-color: black;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	padding: 0px;
	margin: 0;
	vertical-align: top;
	font-weight: bold;
}

td.framed {
	border-color: black;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	padding: 6px;
	margin: 0;
	vertical-align: top;
}

table {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	padding: 0 90px 0 90px;
	text-align: left;
}