body {
	margin: 0;
	padding: 0;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	color: #333;
	background: white;
	text-align: center;
	}
#mainwrapper   { 
	background: white url(images/bg.jpg) repeat-y center top; 
	text-align: center; 
	margin: 0; 
	padding: 0;
	}
#skipnav {
	display: none;
	}
#header {
	width: 796px;
	height: 98px;
	background: #006;
	}
.smaller {
	font-size: 90%;
	}
.larger {
	font-size: 110%;
	}
#nav {
	width: 796px;
	background: #999;
	color: white;
	font-size: 11px;
	text-align: center;
	padding: 4px 0;
	border: 2px #006 solid;
	border-left: 0;
	border-right: 0;
	margin-top: -2px;
	}
#nav ul {
	padding: 0;
	margin: 0 1em;
	font-size: 11px;
	font-weight: normal;
	}
#nav li {
	list-style: none;
	margin: 0;
	display: inline;
	padding-right: 18px;
	}
#nav li #thispage {
	color: #ccc;
	}
#nav li a:link {
	color: #006;
	text-decoration: none;
	border: 0;
	font-weight: normal;
	}
#nav li a:visited {
	color: #006;
	text-decoration: none;
	border: 0;
	font-weight: normal;
	}
#nav li a:hover {
	color: white;
	text-decoration: none;
	border: 0;
	font-weight: normal;
	}
#nav li a:active {
	color: #006;
	text-decoration: none;
	border: 0;
	font-weight: normal;
	}
#content {
	width: 736px;
	color: #333;
	background: white;
	padding: 0;
	margin: 12px auto;
	text-align: left;
	}
#columnright {
	float: right;
	width: 150px;
	padding: 6px;
	border: 1px gray solid;
	background: #66f url(images/bg_callout.gif);
	color: white;
	text-align: left;
	font-size: 10px;
	margin: 0 1em 1em 4em;
	}
.calloutleft {
	float: left;
	width: 50%;
	border: 1px gray solid;
	background: lightblue;
	padding: 4px;
	margin: 1em 0 1em 1em;
	font-size: .95em;
	}
.calloutleft img {
	margin-right: 8px;
	}
.calloutright {
	float: right;
	width: 40%;
	border: 1px gray solid;
	background: #e8e8e8;
	padding: 4px;
	margin: 1em 0 1em 3em;
	}
.calloutright img {
	margin-right: 8px;
	}
#footer {
	clear: both;
	width: 796px;
	background: #669;
	border-top: 2px #006 solid;
	padding: 0;
	margin: 0;
	text-align: center;
	}
#footertext {
	color: white;
	font-size: 90%;
	padding: 6px 0;
	}
#footertext a:hover {
	color: white;
	}
#bottomborder   { 
	background: white url(images/bg_bottom.jpg) no-repeat center bottom; 
	text-align: center; 
	margin: 0; 
	padding: 0; 
	height: 16px;
	}	
a:link {
	color: #006;
	text-decoration: underline;
	font-weight: normal;
	}
a:visited {
	color: #339;
	text-decoration: underline;
	font-weight: normal;
	}
a:hover {
	color: red;
	text-decoration: underline;
	font-weight: normal;
	}
a:active {
	color: #006;
	text-decoration: underline;
	font-weight: normal;
	}