body  { 
	color: #333;  
	font-family: arial, helvetica, verdana, sans-serif; 
	background: #e8e8e8 url(images/bg.gif) repeat left top; 
	padding: 0px;
	margin: 0px;
	}
#contenttable {
	border: 1px #03c solid;
	border-top: 0;
	border-bottom: 10px #03c solid;
	}
#header {
	border-bottom: 1px #ccc solid;
	}
#content {
	text-align: left;
	padding: 3px 20px 3px 28px;
	}
#content h3 {
	padding: 5px;
	margin: .5em 0 0 -8px;
	background: #03c;
	color: white;
	font-size: 1.2em;
	}
h4 {
	font-size: 1.2em;
	}
ul  { 
	list-style-image: url(images/bullet.gif); 
	}
.smaller {
	font-size: 90%;
	}
.larger {
	font-size: 110%;
	}
#skipnav {
	display: none;
	}
#jumptonav {
	display: none;
	}
#contact {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	padding: 6px 3px;
	}
a:link, a:visited, a:active {
	font-weight: bold;
	color: blue;
	text-decoration: none;
	}
a:hover {
	font-weight: bold;
	color: red;
	text-decoration: underline;
	}
#navcell {
	border-right: 1px #ccc solid;
	background: #e8e8e8;
	}
#navcell h3 {
	margin-top: 1em;
	padding: 0 4px;
	font-style: italic;
	}
#nav #toplink {
	border-top: 1px #ccc solid;
	}
#nav #thispage {
	font-size: 12px;
	color: white;
	background: #99c url(images/bg_thispage.jpg) repeat-y right top;
	border-bottom: 1px #ccc solid;
	padding: 4px;
	}
#nav #thispagetop {
	font-size: 12px;
	color: white;
	background: #99c url(images/bg_thispage.jpg) repeat-y right top;
	border-bottom: 1px #ccc solid;
	border-top: 1px #ccc solid;
	padding: 4px;
	}
#nav a {
	display: block;
	border-bottom: 1px #ccc solid;
	text-decoration: none;
	background: #e8e8e8;
	padding: 4px;
	font-size: 12px;
	}
#nav a:link, a:visited, a:active {
	color: #03c;
	}
#nav a:hover {
	color: white;
	background: #99c url(images/bg_nav.jpg) repeat-y left top;
	}
