html,body {
	margin:0px;
	background-color:#ECE9D8;
	padding:0px;
	height:100%;
	border:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	text-align:center;
	min-width:760px;
	min-height:540px;/* vertical height*/
	}
/* These two divs achieve vertical and horizontal centering in browser windows */
#vertical{
	float:left;
	height:50%;
	margin-top:-270px;/* half vertical height*/
	width:100%;
}
#hoz {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	height:540px;/* vertical height*/
	overflow:hidden;/* allow content to scroll inside element */
	text-align:left;
	clear:both;
}

p {
	font-size:11px;
	color:#464646;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	line-height: 16px;
	margin-bottom:10px;
	margin-top:0px;
}
.fullheight {
	height:100%;
}
ul,ol {
	font-size:11px;
	color:#464646;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	line-height: 16px;
	margin-bottom:5px;
	margin-top:0px;
}
a:link {
	font-size:11px;
	color:#3F4259;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	line-height: 16px;
	margin-bottom:10px;
	margin-top:0px;
}
a:visited {
	font-size:11px;
	color:#3F4259;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	line-height: 16px;
	margin-bottom:10px;
	margin-top:0px;
}
a:hover {
	font-size:11px;
	color:#5A5D77;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	line-height: 16px;
	margin-bottom:10px;
	margin-top:0px;
}
a.increment:link {
	font-size:9px;
	color:#3F4259;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	line-height:13px;
}
a.increment:visited {
	font-size:9px;
	color:#3F4259;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	line-height:13px;
}
a.increment:hover {
	font-size:9px;
	color:#606381;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	line-height:13px;
}

a.dropnav {line-height:14px; margin: 0 0 0 0; color: #787878; padding: 3px 0 3px 0;}
a.dropnav:link { color: #787878; background-color: #E0E0E0; text-decoration: none; }
a.dropnav:visited { color: #787878; background-color: #E0E0E0; text-decoration: none;}
a.dropnav:hover { color: #787878; background-color: #C7C7C7; text-decoration: none; }
a.dropnav:active { color: #787878; background-color: #E0E0E0; text-decoration: none; }

a.dropnav-sort {line-height:14px; margin: 0 0 0 0; color: white; padding: 3px 0 3px 0;}
a.dropnav-sort:link { color: white; background-color: black; text-decoration: none; }
a.dropnav-sort:visited { color: white; background-color: black; text-decoration: none;}
a.dropnav-sort:hover { color: black; background-color: white; text-decoration: none; }
a.dropnav-sort:active { color: white; background-color: black; text-decoration: none; }


#sitecontainer {
	height:540px;
	width:760px;
}
.contentcontainer {
	height:505px;
	width:760px;
	background-color:#FFFFFF;
}
.content {
	height:475px;
	width:730px;
}
.newitem {
	font-size:9px;
	color:#99362B;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}
.header {
	height:75px;
}
.navigationstructure {
	width:494px;
	height:75px;
}
.navigationdivider {
	height:50px;
	width:1px;
	background-color:#969696;
}
.imgborder {
	border:1px solid #3F4259;
}
#footer {
	height:25px;
}
#footercontent {
	height:25px;
	width:730px;
}
#copyright {
	text-align:left;
	font-size:9px;
	color:#787878;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}

a.bottomnav:link {
	font-size:9px;
	color:#787878;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}
a.bottomnav:visited {
	font-size:9px;
	color:#787878;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}
a.bottomnav:hover {
	font-size:9px;
	color:#3F4259;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}
.bottomnav {
	font-size:9px;
	color:#787878;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	text-align:right;
}
a.bottomnav-join-list {
	font-size:9px;
	color:#997C08;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}
a.page-increment:link,a.page-increment:visited,a.page-increment:hover {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:black;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	line-height: 14px;
}