body {
	font-family: Arial, sans-serif;
	font-size: 90%;
	color: #000;
	padding: 0;
	margin: 0;
	background-color: #fff;
}

#page {
	width: 900px;
	background-image: url('/images/bg/page.gif');
	background-repeat: repeat-y;
	margin-top: -19px;
}

#header {

}
#header h1 {

}
#header h1 span {

}
#nav {
	display: none;
}
#nav ul {
	padding: 2px 0 0 24px; 
	margin: 0;
	list-style: none;
}
#nav ul li {
	float: left;
	font-size: 90%;
	font-family: Verdana;
	font-weight: bold;
	color: #dddabf;
	text-transform: uppercase;
	background-image: url('/images/bg/nav_item.gif');
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 16px;
}
#nav ul li a {
	text-decoration: none;
	color: #dddabf;
}
#nav ul li a:hover {
	color: #fff;
}

#lead {
	width: 760px;
	height: 230px;
	border: 1px solid #000;
	border-width: 1px 0;
	background-image: url('/images/lead.jpg');
}

#sidebar {
	display: none;
}
#sidebar #gallery {
	width: 212px;
	height: 204px;
	background-color: #fff;
	background-image: url('/images/bg/gallery.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding-bottom: 26px;
}
#sidebar #gallery h2 {
	display: none;
}
#sidebar #gallery ul {
	padding: 7px 0 0 6px;
	margin: 0;
	list-style: none;
}
#sidebar #gallery ul li {
	float: left;
	margin-right: 4px;
	margin-bottom: 5px;
}
#sidebar #gallery ul li a {
	display: block;
	width: 43px;
	height: 43px;
	border: 2px solid #fff;
}
#sidebar #gallery ul li a:hover {
	border: 2px solid #900;
}

#content, #content-home {
	font-size: 100%;
	min-height: 600px;
}
#content-home {
	background-image: url('/images/bg/content.gif');
	background-repeat: repeat-y;
}

#content-main {
	width: 429px;
	float: left;
}

#content-sidebar {
	display: none;
}
#content-sidebar img {
	display: block;
}
#content-sidebar p {
	margin: 0;
}

#gallery-content {
	padding: 10px 0px 0 15px;
	width: 320px;
}

p {
	margin: 0 0 15px 0;
}

a, a:visited, a:active {
	color: #00007c;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a img {
	border: 0;
}

h2.swapped {
	margin: 0;
	background-repeat: no-repeat;
}
h2.swapped span {
}

#flash-intro {
	display: none;
}

h2, h3 {
	margin: 0;
	padding: 0;
}

h2 {
	padding-bottom: 13px;
	font-family: 'Times New Roman', Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

h3 {
	padding: 8px 0;
	font-family: 'Times New Roman', Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #000;
}

h4 {
	padding: 0;
	margin: 0;
	font-size: 100%;
}

li {
	margin-bottom: 4px;
}

ul.simple {
	margin-top: 0;
	margin-left: 0;
	list-style-type: none;
}
ul.simple li {
	margin-bottom: 0;
}

input {
	margin-bottom: 8px;
}

label {
	display: block;
	width: 90px;
	text-align: right;
	float: left;
	margin: 4px 10px 0 0;
}

fieldset {
	margin: 0 0 16px 0;
	border: 0;
	padding: 0;
}
fieldset label {
	display: inline;
	float: none;
	margin-left: 2px;
}
fieldset input {
	margin: 2px 0 0 30px;
}
legend {
	padding: 0;
	margin-left: -6px;
	color: #000;
	display: block;
	width: 90px;
	text-align: right;
}