body,html {
	height: 100%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	background: #f1f9fc;
}

a:link,a:visited{
	color: #637d85;
	text-decoration:none;
	font-size:11px;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 775px;
	min-height: 100%;
	border-left:solid 1px #d0dfe4;
	border-right:solid 1px #d0dfe4;
	margin:auto;
	text-align:center;
	background: #fff;
}

#container .inner {
	width:750px;
	text-align:left;
	margin:auto;
}

.logo {
	float:left;
	width:239px;
}

.loginLinks {
	float:right;
	width:511px;
	height:114px;
	background: url(../images/topRight_bg.gif);
	position:relative;
}

.loginLinks .links {
	position:absolute;
	right:0;
	top:10px;
}

.loginLinks .links a {
	background: url(../images/loginLinks_bg.gif) no-repeat 100% 2px;
	padding-right:17px;
}

.nav {
	float:left;
	width:239px;
	height:152px;
}

.mainPic {
	float:right;
	width:511px;
	height:114px;
}

.clear {
	clear:both;
}

.mainContent {
	padding-top:20px;
}

.mainContent .padding {
	padding:0 20px 20px 20px;
}

.content {
	float:right;
	width:511px;
	font-size: 11px;
	color: #696d70;
	line-height:17px;
}

#subNav {
	float:left;
	width:239px;
	background:#eaf1f3;
}

#subNav .inner {
	padding:19px;
	font-size:11px;
	display:block;
}

#subNav .inner td {
	vertical-align: top;
	color: #637d85;
}

#subNav a:link,#subNav a:visited{
	color: #989a9a;
	text-decoration:none;
	font-size:11px;
	display:block;
	padding: 5px 0 5px 15px;
	width: 200px;
}

#subNav a:hover {
	text-decoration: underline;
}

#subNav .active {
	color: #637d85 !important;
	background: url(../images/subNav_activeIcon.gif) no-repeat 0px 6px;
}


.footer {
	text-align:center;
	color: #637d85;
	font-size:11px;
}

.footer a:link, .footer a:visited {
	color: #637d85;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}

.footer .footerLinks {
	margin-bottom:7px;
}

.header {
	color: #f8b43f;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
}

#galleryContainer {
	text-align:center;
}

#galleryContainer div {
	float:left;
	width:70px;
	height:70px;
	border:solid 1px #637d85;
	margin-right:5px;
}

#galleryContainer div:hover {
	border:solid 1px #f8b43f;
}

#galleryZoom {
	position:absolute;
	border:solid 1px #637d85;
}

#templateContent {
	position:relative;
}

.error {
	color:#CC0000;
	font-weight:bold;
	display:none;
}

.valid {
	color:#00CC00;
	font-weight:bold;
	display:none;
}