html, body {
	margin:0;
	font-family:"Lucida Grande", Helvetica, Arial, sans-serif;
	font-size:100%;
	color:#444;
	height: auto !important; /* For Modern Browsers */
	background:#bbb;
	padding-top:5px;
}
h1 {
	font-size:143%;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:4px;
	color: #444;
}
h2 {
	font-size:135%;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:4px;
}
h3 {
	font-size:105%;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:4px;
}
h4 {
	font-size:96%;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:14px;
}
a {
	font-weight:bold;
	text-decoration:none;
	color:#2e699c;
}
a:hover {
	text-decoration:underline;
	color:#c22009;
}
hr {
background-color: #bbb ;
color:#bbb;
height:3px;
clear:both;
margin-top:15px;
}
#body {
	width:900px;
	height:100%;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	margin:0px auto;
	background:#fff;
}
#header {
	width:900px;
	height:70px;
	background:transparent url(../img/header-1.png) left center no-repeat;
	margin-bottom: 1px;
	padding-top: 20px;
}
#logo {
	width:900px;
	height:80px;
	margin:0 0 0 10px;
	background:transparent;
	position:relative;
}
#topnote {
	width:300px;
	padding:0px;
	margin-right:35px;
	margin-top:10px;
	float:right;
	font-size:70%;
	text-align:right;
	z-index:500;
	border:0;
}
#page {
	width:900px;
	height: auto !important; /* For Modern Browsers */
	background-color:#fff;
	font-weight:normal;
	font-size:100%;
	text-align:center;
	margin:0px auto;
	border-left: 0px solid #000066;
}
.imgbox {
	margin-top:20px;
}
.frontimgleft {padding:22px 22px 0 0;}
.frontimg {padding: 0 2px;}
.frontimgright {padding-left:22px 0 0 22px;}
#footer {
	width:900px;
	height: 40px;
	clear:both;
	border-top:0px solid #fff;
	position: relative;
	margin:0px auto;
	background-color:#bbb;
}
.backtotop {
	width:850px;
	margin: 0px auto;
	text-align:right;
	padding-top:10px;
	clear:both;
	background:#bbb;
}
#copyright {
	width:900px;
	font-size:8pt;
	color:#2f2f2f;
	text-align:center;
	padding:20px 0px;
}
#copyright a{ font-weight:normal; color:#2e699c;}
#copyright a:hover{ font-weight:normal; text-decoration:underline;
	color:#c22009;}
.spacer {
	width:100%;
	clear:both;
	min-height:1px;
}
#prevnext {
	width:850px;
	height:40px;
	background:#fff;
	text-align:center;
	clear:both;
	font-size:70%;
	font-weight:normal;
	border-top:4px solid #bbb;
	padding-top: 0px;
	margin:0 auto;
}
#prevnext a {
	color:#2e699c;
	text-decoration:none;
}
#prevnext a:hover {
	color:#c22009;
	text-decoration:underline;
}
#prev {
	width:200px;
	float:left;
	text-align:left;
}
#next {
	width:200px;
	float:right;
	text-align:right;
}
#textbox404 {
	display:block;
	width:850px;
	background-color:#fff;
	text-align:left;
	padding:25px 35px 20px 35px;
}
.floatimgleft {
	float:left;
	margin-top:0px;
	margin-right:20px;
	margin-bottom:0px;
}
.floatimgleft2 {
	float:left;
	margin-top:20px;
	margin-right:20px;
	margin-bottom:20px;
}
.floatimgleft3 {
	float:left;
	margin-top:0px;
	margin-right:20px;
	margin-bottom:0px;
	border:1px solid #FF9900;
}
