body {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B33800;
	margin-bottom: 0px;
}

h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B33800;
}

a {
	color: #990000;
}

#header {
	width: 100%;
	height:183px;
	background-repeat: no-repeat;
}

#leftnav {
	float: left;
 	width: 119px;
	padding: 14px 27px 30px 24px;
	margin:0px;
}

.navButton {
	width: 119px;
	height: 31px;
	padding: 5px 0px 0px 0px;
	clear:both;
}

.subnav {
	width: 113px;
	padding: 1px 3px 1px 0px;
	clear:both;
	border-bottom: 1px dashed #999999;
}

.subnav a, .subnav a:active, .subnav a:visited {
	text-decoration: none;
	font-size: 11px;
	color:#000000;
}

.subnav a:hover {
	text-decoration: underline;
}

#content {
	float: left;
	width: 502px;
	margin:0px;
	padding:25px 92px 10px 0px;
	/*background: url(../images/global/BGKite.gif) no-repeat right top;*/
}

#PhotoGallery {
	border-bottom: 1px dashed #999999;
	border-top: 1px dashed #999999;
}

#PhotoGallery td {
	padding: 10px 4px;
	vertical-align:top;
	width: 170px;
	text-align:center;
}

#PhotoGallery td img {
	border: 1px solid #000000;
}


.ComponentTitle {
	font-size: 14px; 
	color:#990000; 
	font-weight:bold;
	text-decoration:underline;
}


#footer{
	clear: both;
	width: 100%;
	height: 27px;
	background: url(../images/global/footer.gif) no-repeat;
	padding-top: 130px;
}

#footer p{
	font-size: 11px;
	margin-left: 30px;
}

