body {
	margin: 0;
	padding: 0;
	background: url(images/site-col-bg.gif) 0 0 repeat-y;
	font-size: x-small;
	font-family: georgia, times, serif;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

td {
	font-size: x-small;
	font-family: arial, helvetica, sans-serif;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

td.head {
	font-size: 1.2em;
	font-weight: bold;
}

td.subHead {
	font-weight: bold;
}

span {
	display: none;
}

#homepage {
	margin: 0;
	padding: 0;
}

#homecontent {
	margin: 0;
	padding: 0;
	display: block;
	width: 760px;
	background: url(images/site-bg-logo.jpg) 0 0 no-repeat;
}

p {
	display: block;
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
}

li {
	display: block;
	margin: 0 0 0 50px;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font: bold 1.5em sans-serif;
}

h2 {
	font: bold 1.3em sans-serif;
}

h3 {
	font: bold 1.5em sans-serif;
	float: right;
}

h4 {
	font: bold 1.3em sans-serif;
	float: right;
}

h5 {
	font: bold 1.5em sans-serif;
	float: left;
}

h6 {
	font: bold 1.3em sans-serif;
	float: left;
}

img {
	display: inline;
	float: left;
	margin: 3px;
	padding: 0;
	border: 1px solid #333366;
}

img.borderless {
	float: none;
	margin: 0;
	border: 0;
}

#homecontent #menu_main {
	position: relative;
	margin: 0 0 0 141px;
	padding: 0;
	width: 620px;
	height: 148px;
	text-align: right;
}

#menu_main p {
	position: relative;
	display: block;
	float: left;
	width: 122px;
	margin: 0 0 1px 1px;
	padding: 0;
	top: 104px;
}

#menu_main a {
	display: block;
	margin: 0;
	padding: 0;
	font: bold 0.8em sans-serif;
	text-align: center;
	height: 20px;
	text-decoration: none;
	text-transform: uppercase;
}

#menu_main a.current {
	color: #333366;
	background-color: white;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
}

#menu_main a:hover {
	color: #333366;
	background-color: white;
}

#homecontent #menu_side {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 140px;
	top: 200px;
	left: 0px;
	text-align: right;
}

#menu_side p {
	position: relative;
	display: block;
	width: 100px;
	margin: 0 0 0 38px;
	padding: 0;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
}

#menu_side a {
	display: block;
	margin: 0;
	padding: 0 10px 0 10px;
	font: bold 0.8em sans-serif;
	text-decoration: none;
	text-transform: lowercase;
	border-bottom: 1px solid white;
}

#menu_side a.current {
	color: #333366;
	background-color: white;
	border-bottom: 1px solid white;
}

#menu_side a:hover {
	color: #333366;
	background-color: white;
}


a.beige {
	background-color: #cccc99;
	color: white;
	border-left: 1px solid #cccc99;
	border-bottom: 1px solid #cccc99;
}

a.liteblue {
	background-color: #3366cc;
	color: white;
	border-left: 1px solid #3366cc;
	border-bottom: 1px solid #3366cc;
}

a.gold {
	background-color: #cccc33;
	color: white;
	border-left: 1px solid #cccc33;
	border-bottom: 1px solid #cccc33;
}

a.brown {
	background-color: #666633;
	color: white;
	border-left: 1px solid #666633;
	border-bottom: 1px solid #666633;
}

a.greyblue {
	background-color: #666699;
	color: white;
	border-left: 1px solid #666699;
	border-bottom: 1px solid #666699;
}

a.purple {
	background-color: #333366;
	color: white;
	border-left: 1px solid #333366;
	border-bottom: 1px solid #333366;
}

#content {
	margin: 0 0 0 160px;
	padding: 3px;
}

#footer {
	margin: 20px 0 0 0;
	padding: 0;
	width: 760px;
	text-align: center;
}

#footer p {
	display: block;
	clear: both;
	margin: 0 0 500px 140px;
	padding: 5px 0 0 0;
	font: bold 1em serif;
	color: #333366;
	text-align: center;
}

#content #photos {
	margin: 0;
	padding: 0;
}

#content .image {
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
	display: block;
	position: relative;
	text-align:center;
	width: 290px;
}

#content .image img {
	float: none;
	margin: 0;
	padding: 0;
}

#content .image p {
	margin: 3px auto 0 auto;
	padding: 0;
	display: block;
	width: 200px;
	font: normal 0.8em sans-serif;
}

#content #photos p.clear {
	clear: both;
}