html, body {
	font: 12px Verdana, sans-serif;
	color: #000;
	background-color: #003333;
	margin: 0;
	padding: 0;
} 

img {
	border: 1;
	border-color: #000000;
}



a img {
	border: 1;
	border-color: #000000;
}


h1, h2, h3, h4, p, ul, li {
	margin: 0;
	padding: 0;
}

h1 {
	color: #003333;
	font-size: 22px;
}

h3 a {
	color: #000;
	text-decoration: none;
}

h3 a:visited {
	color: #000;
	text-decoration: none;
}

h3 a:hover {
	color: #066;
	text-decoration: none;
}


h4 {
	margin-top: .75em;
	font-size: 11px;
}

#header {
	width: 824px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color: #000;
	position: relative;
}

#mainNav {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 27px;
	line-height: 27px;
	background-color: #066;
	border-bottom: 1px solid black;
	margin-right: 20px;
}

#mainNav a {
	color: #FFF;
	text-decoration: none;
}

#mainNav a:hover {
	color: #66cccc;
}

#mainNav li {
	background: url(../images/bg-mainnav-tab-left.gif) no-repeat;
	padding-left: 20px;
}

.mainNavItem {
	background: url(../images/bg-mainnav-tab-right.gif) right no-repeat;
	padding-right: 25px;
}

#logo {
	width: 715px;
	height: 75px;
	background: url(../images/logo.jpg) no-repeat;
	float: left;
}

#logo span {
	display: none;
}

#header li {
	list-style-type: none;
	float: left;
}

.photos {
	border: 2px solid #399;
	width: 431px;
	height: 278px;
	
}

#subNav {
	clear: both;
	background-color: #000;
	color: #FFF;
	text-align: left;
	height: 42px;
	line-height: 42px;
	border-top: 2px solid #399;
	border-bottom: 2px solid #399;
	font-size: 11px;
}

#subnavWrapper {
	background-color: #000;
	width: 824px;
	margin: 0 auto 0 auto;
}

#subNav a {
	color: #fff;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	text-decoration: none;
}

#subNav a:hover {
	color: #66cccc;
	text-decoration: none;
}

#content {
	width: 824px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color: #FFF;
}

#contentWrapper {
	padding: 25px;
}

#contentWrapper p {
	margin: 1em 0 1em 0;
}

#contentWrapper p a {
	color: #003333;
	text-decoration: underline;
}


#contentLeft {
	float: left;
	width: 440px;
	margin-left: 50px;
}

#contentLeft UL {
	padding: 0px 50px 0px 10px;
	margin: 0px 50px 10px 20px;
}

#contentLeft LI { 
	font-weight: normal;
		margin-bottom: 10px;

}


#contentRight {
	float: right;
	width: 200px;
	margin-right: 50px;
}

#contentBottom {
	background-color: #FFF;
	clear: both;
}

#contentBottomLeft {
	width: 20px;
	height: 11px;
	background: url(../images/bg-main-corner-left.gif) no-repeat;
	float: left;
}

#contentBottomRight {
	width: 20px;
	height: 11px;
	background: url(../images/bg-main-corner-right.gif) no-repeat;
	float: right;
}

.sidebarTop {
	background: url(../images/bg-sidebar-top.gif) no-repeat;
	width: 200px;
	height: 15px;
}

.sidebarBottom {
	background: url(../images/bg-sidebar-bottom.gif) no-repeat;
	width: 200px;
	height: 15px;
}

.sidebarHeader {
	padding: 0 10px 0 10px;
	color: #003333;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;	
	padding-top: 5px;
	background-color: #CCC;
}

.sidebarTopHeader {
	color: #003333;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;	
	background-color: #CCC;
	text-align: center;
}

.sidebarTopHeader img {
	margin-top: 5px;
}

.sidebarSubHeader {
	background-color: #000;
	color: #FFF;
	padding: 5px 10px 5px 10px;
	font-size: 11px;
	background-color: #CCC;
}

.sidebarBody {
	padding: 0 10px 0 10px;
	padding: 10px;
	background-color: #CCC;
}

.sidebarBody li {
	margin-left: 20px;
	margin-top: 8px;
	color: #003333;
}

.sidebarBody ul {
	margin-bottom: 20px;
}

.sidebarAction {
	text-align: right;
	padding: 0 10px 0 10px;
	background-color: #CCC;
}

.sidebarAction a {
	color: #666;
	font-weight: bold;
}

#footer {
	width: 824px;
	margin: 0 auto 0 auto;
	text-align: left;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	padding: 12px;
}

.clear {
	clear: both;
}
