/* CSS Document */
html {width: 100%; height: 100%}
body {
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: #e2e2cc;
	background-image:url(img/backwhite.gif);
	background-repeat:repeat-y;
	background-position:center;
	text-align:center;
	font-size: .85em;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	color: #444;
	}
img {border: 0}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 20px;
}
li {
	background-image: url(img/sunbullet.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}
a:link {color: #3B5FAB;}
a:visited {color: #514073}
a:hover {color: #000}
a:active {color: #196412}


#lefttop {
	position:fixed;
	left:0;
	top: 0;
	}
#righttop {
	margin: 0;
	position:fixed;
	background-image:url(img/urcurve.gif);
	background-repeat: no-repeat;
	right:0;
	top: 0;
	height: 128px;
	width: 715px;
	}
#righttop span {display:none}
#contact {position: fixed; z-index:10; top: 83px; right: 62px}
#lowerright {
	position:fixed;
	right:0;
	bottom: 0;
	}
#pagecontent {
	margin: auto;
	width: 640px;
	text-align: left;
	padding-top: 80px;
}
#emphasis {
	font-size: 90%; 
	background-color: #F4F4F1; 
	padding: 10px; 
	font-weight: bold; 
	border: 1px solid #CCC
}
h2 {
	background-image: url(img/h2-edges.gif); 
	height: 90px; 
	width: 733px;
	margin-left:-46px;
	padding: 0;
}
h2#firsth2 {
	background-image: url(img/h2-first.gif);
	height: 150px; 
	width: 733px;
	margin-top: -80px;
	margin-left:-46px;
	padding: 0;
}
h2#firsth2 span {padding-top:125px;}
h2 span {
	border-bottom:3px double #caaf4d;
	display:block;
	margin-left:46px;
	padding-left:45px;
	padding-top:65px;
	width:600px;
	}
h3 {
	font-weight: bold; 
	font-size: 120%; 
	border-bottom: 1px solid #CAAf4D;
	}
.leftfloat {float: left;}
.rightfloat {float:right; margin: 3px 0 3px 5px}
#mainnav li {
	margin-top: 5px; 
	padding-left: 0;
	background-image:none
	}
#mainnav a {display: block; font-weight: bold;  margin-left: -20px; font-size: 110%}
#mainnav #homelink {text-align: right; font-size: 80%}

#pagefoot {
	background-image:url(img/pagefoot.gif); 
	height: 150px; 
	width: 733px; 
	margin-left:-46px;
	padding-bottom: -36px;
	}
#pagefoot span {
	display: block; 
	font-size: 9px; 
	color: #CCC; 
	margin-left: 30px;
	padding-top: 38px
	}
#pagefoot a {color: #CCC}