body {
	margin: 10px;
	padding: 0px;
	color: white;
	background-color: #9E9A9B;
	background-image:  url(images/bg.gif);
	background-repeat: repeat;
	font: small Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #267191;
}
.container {
  margin: 0 auto;
  width: 720px;
  
}
#wrapper {
	position: relative;
	text-align: left;
	width: 720px;
	background-color: white;
	color: black;
	padding: 0;
	border: 1px solid black;
	background-image: url(images/mainBG.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#header {
	color: white;
	width: 720px;
	height: 101px;
	margin: 0;
	padding: 0;
	background-color: #1F8091;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	text-align: right;
	font-size: .85em;
}
#header a:link, #header a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#header a:hover, #header a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
#header ul {
	margin: 0;
	padding: 78px 12px 4px 4px;
}
#header li {
	display: inline;
	padding-left: 3px;

}
#header-bottom ul {
	background-image:url(images/navBG.jpg);
	margin: 0;
	padding: 0;
	height: 36px;
}
#header-bottom li {
	display: inline;
	padding-left: 8px;

}
#slogan {
	font: italic bold 90% Arial, Helvetica, sans-serif;
	text-align: center;
	color: #267191;
	background-color: #FFFFFF;
}
#main {
	position: relative;
	padding: 4px;
	margin: 0;
}
#main h1 {
	font-size: 140%;
	color: #267191;
	padding: 0;
	background-color: white;
	margin: 2px 0 2px 0;
}
#main h2 {
	font-size: 96%;
	color: #267191;
	margin: 2px 0 2px 0;
	background-color: white;
}
#main p {
	font-size: 90%;
	line-height: 1.3em;
	margin: 4px 0px;
}
#content {
	background-color: white;
	color: black;
	padding: 8px;
}
#content ul {
	margin: 0;
	padding: 0;
}
#content li {
	display: inline;
}
#content li p {
	padding: 0 0 0 6px;
	margin: 0;
}
#content li p a:link, #content li p a:visited {
	color: #000000;
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
}
#content-wrapper {
	margin: 0 200px 0 0;
}
#table {
	font-size: 85%;
}
.top{
	background-image: url(images/top_box.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.left {
	border-right-width: 2px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #999999;
	padding: 4px;
}
.right {
	border-right-width: 4px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #999999;
	padding: 4px;
}
.bottom{
	background-image: url(images/bottom_box.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#extras {
	float: right;
	width: 190px;
	background-color: white;
	color: black;
	padding: 8px;
	margin: 0;
}
#extras p {
	font-size: 82%;
	margin: 0;
}
#extras ul {
	margin: 4px 0 0 0;
	padding: 0;
	list-style-type: none;
}
.specialbox {
	font-size: 82%;
	background-color: #CCCCCC;
	padding: 2px;
	border: 1px solid #666666;
	margin: 10px 0 10px 0;	
}
.headie {
	color:  #267191;
	font-size: 110%;
	font-weight: bold;
}
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: .80em;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #9E9A9B;
	line-height: 1.9em;
}
#footer a:link, #footer a:visited {
	color: #267191;
}
.outlinertopbtm {
	margin: 0 0 4px 0;
	border: 1px solid #000000;
}
.leftyfloatie {
	margin: 1px 1px 0 1px;
	float: left;
}
.formtxt {
	font-size: 85%;
}
.outliner {
	border: 1px solid #666666;
}
