body {
	margin:0;
	padding:10px 0 0 0;
	text-align:center;
}
#wrapper {
	width:800px;
	padding:0;
	margin:0;
	text-align:center;
}
#layout {
	text-align:left;
	width:800px;
	margin:0 0 20px 0;
}
#header {
	background-color:#1D55AC;
	width:800px;
	margin:0;
	padding:0;
	background-image:url(/images/header-bkg2.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#logo {
	width:260px;
	padding:0;
	margin:0 0 0 -128px;
	float:left;
}
#headerQuickNav {
	width:100%; 
	text-align:right; 
	margin:10px 20px 80px 0;
}
#navTop {
	width:540px;
	margin:0;
	padding:0;
	float:right;
	font-size:11px;
	font:Helvetica;
	text-align:center;
}
#navTopSeperator {
	width:545px;
	height:24px; 
	text-align:center;
	padding:0;
	margin:0;
	background-image:url(/images/contentSubMenus-bkg.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#FFFFFF;	
}
.navTopActive {
	height:20px; 
	float:left; 
	padding:0 0 0 20px;
	cursor:pointer;
	width:auto;
}
.navTopInactive {
	height:20px;
	float:left;
	padding:0 0 0 20px;
	cursor:pointer;
	width:auto;
}
#contentLeft {
	width:255px;
	background-color:#FFFFFF;
	float:left;
	background-image:url(/images/contentLeft-bkg.jpg);
	background-repeat:repeat-y;
	background-position:top;
	padding:0;
}
#contentLeftBottom {
	width:255px;
	height:100px;
	background-image:url(/images/contentLeftBottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0;
	margin:0;
}
#contentMain {
	width:545px;
	height:400px;
	background-color:#FFFFFF;
	float:right;
	padding:0;
	margin:0;
}

#subMenus {
	width:100%; 
	height:18px; 
	padding:6px 0 0 0;
	margin:0; 
	text-align:left;
	color: #000033;
}
#subMenus ul, #subMenus li
{
	margin: 0;
	padding:0;
	display: inline;
	list-style-type: none;
	font-size:10px;
}
#subMenus li {
	margin-right:15px;
}
#content {
	width:545px;
	padding:0 0 20px 35px;
	margin:0;
}
#columnLeft {
	width:245px;
	float:left;
}
#columnRight {
	width:245px;
	float:right;
}
.pod {
	width:245px;
	margin:0;
	padding:10px 10px 20px 10px;
}
#slideThumbs {
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#FCF8E5;
	scrollbar-base-color:#94B2CC;
	scrollbar-track-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#94B2CC;
	scrollbar-highlight-color:#FCF8E5;
	scrollbar-shadow-color:#FFFFFF;
}
.slideThumb { 
	margin:0;
	padding:0; 
	float:left;
	cursor:pointer;
}
.divider {
	background-image:url(/images/divider.jpg);
	background-repeat:repeat-x;
	height:5px;
	width:100%;
	padding:0;
	margin:0;
}
#footer {
	width:800px;
}
#footerLinks{
	height:80px;
	background-color:#1D55AC;
	padding:30px 20px 0 20px;
	margin:0;
	text-align:center;
}
.subContent {
	width:100%;
	margin:0 0 20px 0;
	padding:0 0 30px 0;
	background-image:url(/images/divider.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
.adminTabOn {
	width:40px;
	height:20px; 
	padding:2px 10px 0 10px;
	float:left; 
	border-top:1px #FFFFFF solid;
	border-left:1px #FFFFFF solid;
	border-right:1px #FFFFFF solid;
	border-bottom:1px #FFCC00 solid;
	background-color:#FFCC00;
	color:#000000;
	cursor:pointer;
	text-align:center;
}
.adminTabOff {
	width:40px;
	height:20px; 
	padding:2px 10px 0 10px;
	float:left; 
	border-top:1px #FFFFFF solid;
	border-left:1px #FFFFFF solid;
	border-right:1px #FFFFFF solid;
	background-color:#F5F5F5;
	color: #999999;
	cursor:pointer;
	text-align:center;
}
input, option, select {
	width: 200px;
}
textarea {
	width: 300px;
}
label {
	float: left;
	width: 100px;
	text-align:right;
	margin:0px 10px 0px 0px;
	padding:2px 0px 0px 0px;
}