body    { background: gray url(images/bg_page.jpg) repeat-y fixed center top; 
	text-align: center; 
	margin: 0; 
	padding: 0 0 10px; 
	}
body, p, table, td {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	color: #333;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0 0 0px;
	font-family: georgia, "times new roman", bookman, serif;
	color: #69f;
	}
h1, h2, h3 {
	font-size: 16px;
	}
h4, h5, h6 {
	font-size: 14px;
	}
.smaller {
	font-size: 90%;
	}
.larger {
	font-size: 110%;
	}
.highlightblue {
	color: #69f;
	}
#skipnav {
	display: none;
	}
#header {
	width: 800px;
	margin: 0;
	padding: 0;
	}
#contentwrapper {
	width: 800px;
	border: 1px solid #666;
	border-top: 0;	
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	text-align: left;
	background-color: white;
	}
#content {
	text-align: left;
	background-color: white;
	margin: 0 0 0 210px;
	padding: 10px 20px;
	}
#content li {
	list-style-image: url(images/bullet.gif);
	}
.registrationforms {
	padding: 4px 6px;
	background-color: #e8e8e8;
	border: 1px solid #ccc;
	/* 1st declaration is CSS3; others are proprietary */
		border-radius: 10px; 
		-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
		-khtml-border-radius: 10px;
		
/* applies drop shadow to a box */		
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
}
#bottompadhome {
	clear: both;
	width: 800px;
	text-align: center;
	}
#bottompad {
	height: 1px;
	clear: both;
	width: 800px;
	}	
#footer {
	width: 800px;
	border: 1px solid #666;
	border-top: 0;
	padding: 0px;
	margin: 0;
	background: #69f;
	text-align: center;	
	}
#footertext {
	padding: 6px;
	color: white;	
	}
a:link {
	color: blue;
	font-weight: bold;
	text-decoration: underline;
	}
a:visited {
	color: magenta;
	font-weight: bold;
	text-decoration: underline;
	}
a:hover {
	color: red;
	font-weight: bold;
	text-decoration: none;
	}
a:active {
	color: blue;
	font-weight: bold;
	text-decoration: underline;
	}
#nav {
	width: 175px;
	float: left;
	margin: 16px 10px 10px 6px;
	padding: 4px 4px 4px 0;
	background: transparent;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#nav li {
	border: 1px #666 solid;
	padding: 0px;
	margin: 2px 0 4px 0;
	background: #69f;
	}
li #thispage {
	padding: 4px 2px;
	color: #333;
	background: #cf6;
	border: #666;
	}
#nav li a {
	color: white;
	display: block;
	text-decoration: none;
	padding: 4px 2px;
	}
#nav li a:hover {
	color: #333;
	background: #cf6 url(images/bg_nav.jpg) top left repeat-y ;
	border: #f90;
	}