@import "reset.css";
body {
	background:#707276;
	text-align:center;
}

#background {
	width:990px;
	margin:0 auto;
	background:#707276 url(../gfx/body_bg.gif) center top repeat-y;
}
#wrapper {
	width:958px;
	margin:0 auto;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#707276;
	background:#fff url(../gfx/wrapper_bg.gif) center bottom repeat-x;
}
#topnav {
	position:relative;
	z-index:1;
	height:75px;
	background:url(../gfx/top_bar.png) center bottom repeat-x;
	color:#ffffff;
}
#navcontainer {
	width:916px;
	margin:0 auto;
}
#navcontainer .navitem {
	width:303px;
	margin:42px 0 0 0;
	text-align:center;
	float:left;
	border-right:2px dotted #7bc8eb;
	font-size:16px;
	color: #fff;
}
#navcontainer .navitem a {
	font-size:16px;
	font-weight:bold;
	color: #fff;
	text-decoration:none;
}
#navcontainer .navitem a:hover {
	color:#93ddf4;
}
#content {
	width:916px;
	margin:0 auto;
}
#content a {
	color:#0074a7;
	text-decoration:underline;
}
#footer {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	padding: 0 0 4px 0;
}
#footer a {
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline !important;
}
.thumbset img {
	margin:0 8px 20px 8px !important;
}

.button {
	width:305px;
}
.margintop20 {
	margin-top:20px !important;
}
.margintop50 {
	margin-top:50px !important;
}
.marginbottom30 {
	margin-bottom:30px !important;
}
.marginbottom50 {
	margin-bottom:50px !important;
}
.clear {
	clear:both;
}
.blue {
	color:#0074a7 !important;
}
.thumbsTable {
width:816px;
margin:0px auto;
font-size:18px;
}
.midLink {
font-size:26px;
font-weight:bold;
}
.caps {
border: 1px solid #0074a7;
}
.caption {
color:#3ebbeb;
font-size:20px;
font-weight:bold;
}
.tCap {
text-align:center;
padding:5px;
}