body {
	margin: 0;
	padding: 0;
	font: small Verdana, Sans-serif;
	background: #627595 url("../images/bg.gif");
	text-align: center;
}

a { 
	color: #36769C;
	text-decoration: none;
}

a:hover {
	color: #1a2d4d;
	text-decoration: underline;
}

h1, h2 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #1a2d4d;
	padding: 0;
	margin: 0px 0px 5px 0px;
}

img#rss { float: right; border: 0; }

h2 {
	font-size: 1.5em;
	color: #f00;
	text-decoration: underline;
}

p {
	text-align: justify;
	text-indent: 1em;
}

p.lists {
	text-align: left;
	text-indent: 0;
	text-decoration: underline;
	font-weight: bold;
}

p.centered { 
	text-indent: 0;
	text-align: center; 
}

#container {
	margin: 0 auto;
	width: 750px;
	border-left: 1px solid;
	border-right: 1px solid;
	background: #fff;
	text-align: left;
}

#header {
	background-repeat:no-repeat;
	background-image:url("../images/header.jpg");
	float:left;
	width:750px;
	height:175px;
	margin:0;
	border-bottom: 1px solid #000;
	text-align:center;
}

#nav,#nav ul {
	float: left;
	width: 750px;
	list-style: none;
	line-height: 1em;
	background: #627595;
	padding: 0;
	border-bottom: 1px solid;
	border-width: 1px 0;
	margin: 0;
	display: block;
}

#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: .5em;
	border-right: 1px solid #fff;
}

#nav a:hover { background-color: #1a2d4d; }

#nav li {
	float: left;
	padding: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14em;
	w\idth: 14em;
	font-weight: normal;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px dashed;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em;
	border-bottom: 1px dashed;
}

#nav li li.last{
	border-bottom: 1px solid;
}

#nav li ul a {
	width: 13em;
	w\idth: 13em;
	border: 0;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #1a2d4d;
}

#content {
	width: 473px;
	padding: 10px 10px 5px 10px;
	text-align: center;
	background: #fff;
	clear: left;
}

#content img { border: 0; }

#fullcontent {
	width: 730px;
	padding: 10px 10px 5px 10px;
	text-align: left;
	background: #fff;
	clear: left;
}

#fullcontent h5 { 
	font-size: 14pt;
	font-weight: bold;
	padding: 0;
        margin: 0px 0px 0px 0px;
}

#fullcontent img { border: 0; }

.middle { text-align: center; }

#gallery {
	width: 730px;
	padding: 10px 0px 0px 0px;
	background: #fff;
	clear: left;
}


#gallery h1 {text-align: center;}

#sidebar {
	float: right;
	width: 230px;
	padding: 10px 10px 5px 10px;
	line-height: 1.5em;
	border-left: 1px dashed;
	border-bottom: 1px dashed;
	background-color: #eee;
}

#footer {
	clear: both;
	padding-top: 10px;
	border-bottom: 1px solid;
	font-size: .9em;
	width: 750px;
	background: #fff;
}

#footer p {
	margin:0;
	padding: 10px 20px;
	border-top: 1px solid #ccc;
	color: #777;
	text-align: center;
	text-indent: 0;
}

/* Fixes footer containment bug in IE-Win (5 and 6) - http://www.positioniseverything.net/explorer/escape-floats.html. But IE5-Mac shouldn't see this \*/

* html #footer p {
    height: 1%;
}

/* Resume IE5-Mac */

#footer a, #footer a:visited {
	color: #666;
	border-color: #444;
}

#footer a:hover {
	color: #1a2d4d;
	border-color: #b55;
}
