/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 */

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

h1 {
	font:1.7em Arial, Helvetica, sans-serif;
	margin:5px 0 0.5em;
}

h2 {
	font:18px Arial, Helvetica, sans-serif;
	margin:0px 0 5px;
	color: #666666;
	padding: 0px;
}

p {
	line-height:15px;
	margin:0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 0px;
	vertical-align: top;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
	.photolinkborders a:link img{ border: 1px solid #999999; }
	.photolinkborders a:visited img{ border: 1px solid #999999;}
	.photolinkborders a:hover img{ border: 1px solid #cc0000; }
	.photolinkborders a:active img{ border: 1px solid #999999; }
	
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:840px;
	background:#666666;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	padding:0;
	background:#ddd url("../csslayout.gif") 98% 10px no-repeat;
	border-bottom:0;
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#content {
	padding:0 0 5em; /* bottom padding for footer */
}
	div#content p {
	text-align:left;
	padding:0 0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#666666;
	border-top:0;
}
	div#footer p {
		padding:0;
		margin:0;
	}h5 {
	font-size: 14px;
	margin: 0px 0px 4px;
	padding: 0px;
	text-align: left;
}
h6 {
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-weight: normal;
	padding: 0px;
}
div#content a:link {
	color: #CC0000;
	text-decoration: none;
}
div#content a:active {
	color: #CC0000;
	text-decoration: none;
}
div#content a:visited {
	color: #CC0000;
	text-decoration: none;
}
div#content a:hover {
	color: #FF0000;
	text-decoration: none;
}
h4 {
	font-size: 14px;
	color: #666666;
	margin-bottom: 4px;
	margin-top: 12px;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.homeheadertext {
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 28px;
	margin-left: 0px;
	text-align: left;
	text-indent: 0px;
	vertical-align: bottom;
	color: #333333;
}
.leftnavposition {
	position: absolute;
	visibility: visible;
	left: 64px;
	top: 262px;
}
.bodyblockposition {
	position: absolute;
	left: 208px;
	top: 262px;
}
.notice {
	font-weight: bold;
	color: #C00;
}
