* {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

body {
	background-color: #122E0B;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

img {
	border: 0px;
}

h1 {
	font-famliy: Arial;
	padding-left: 20px;
	width: 300px;
}

h2 {
	font-family: Arial;
	padding-left: 20px;
	width: 240px;
}

h3 {
	font-family: Arial;
	padding-left: 20px;
	width: 240px;
}

p {
	padding-left: 20px;
	padding-right: 10px;
}

#pagecontainer {
	width: 705px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #1c5e0c;
	background-color: #fff;
}

#banner {
	height: 127px;
}

#topflash {
	float: right;
	padding: 0 8px 0;
}

#content {
	width: 705px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#nav {
	width: 175px;
	margin: 0 5px 5px 20px;
	background-color: #f7f7ef;
	background-image: url('../images/nav_middle.gif');
	background-repeat: repeat-y;
}

#nav a {
	padding-left: 15px;
	line-height: 8px;
}

.title {
	padding: 10px 0 10px 5px;
}

#nav a .title {
	margin-left: -15px;
}

.nav2 {
	margin-left: 7px;
}

ul#menu ol {
	display: none;
}

ul#menu li {
	line-height: 8px;
}

.image {
	float: right;
	padding-left: 10px;
	padding-right: 20px;
}

#bottomflash {
	/*padding: 10px 0 0;
	float: left;
	height: 212px;*/
	margin-bottom: 0 !important;
	margin-bottom: -3px;
}

#slideshow2 {
	margin: 0px 0 5px 20px;
	width: 180px;
	height: 191px;
}

#footer {
	border-top: 1px solid #999;
	width: 699px;
	height: 15px;
	padding: 3px;
	clear: both;
	background-color: #ddd;
	color: #333;
	font-size: 8pt;
	text-align: center;
}

#display ul {
	margin: 0;
	padding-left: 20px;
	list-style-position: inside;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#display li {
	font-size: 12px;
	padding-left: 20px;
	list-style-type: none;
}

#display li ul {
	padding-left: 20px;
	list-style-type: none;
}

a.links:link {
	color: #333;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
}

a.links:visited {
	color: #333;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px
}

a.links:active {
	color: #333;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px
}

a.links:hover {
	color: #000080;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
	line-height: 20px
}

.box {
	border: 1px solid #cccccc;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	text-align: left;
	color: #00000F;
	background-color: #fff;
}

.ibox {
	border: 1px solid #999;
	font-family: Geneva, Tahoma, Arial, Helvetica;
	font-size: 8pt;
	text-align: left;
	color: #00000F;
	background-color: #ddd;
}

