
/******* Reset page *******/
* {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address, table { 
	margin: 1em 30px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia1, Georgia, serif;
	color: #111b00;
}
li, dd { 
	margin-left:2em; 
}
fieldset { 
	padding: .5em;
}

h1 {
	font-size: 2.4em;
	}
h2 {
	font-size: 1.7em;
	}
h3 {
	font-size: 1.4em;
	}
h4 {
	font-size: 1.2em;
	}
h5 {
	font-size: 1.0em;
	}
h6 {
	font-size: 0.8em;
}
p {
	font-size: 1.2em;
	line-height: 1.6em;
}
li, table {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-left: 30px;
}
ul.nobullets {
	list-style: none;
}
a {
	text-decoration: none;
}
a:link {
	color: #2f7db7;
}
a:visited {
	color: #0c426b;
}
a:hover {
	color: #0092ff;
}
a:active {
	color: #00deff;
}


html, body{
	font-size: 80%;
	color: #000; 
	font-family: verdana, arial, helvetica, sans-serif;
 	text-align:center;
	width: 100%;
	height: 100%;
	background-color: #545a47;
} 

/******* Minimal table for entire page *******/
/*
table#page {
	border-collapse:collapse;
	position: relative;
 	width:945px;
 	margin: 0 auto;
	background-image: url("../images/shadow.gif");
	background-repeat: repeat-y;
	top: 0;
	left: 0;
}

*/
div#page {
	position: relative;
 	width:945px;
 	margin: 0 auto;
	background-image: url("../images/shadow.gif");
	background-repeat: repeat-y;
	top: 0;
	left: 0;
}
/******* Header *******/
div#header {
	width: 915px;
	margin:0 15px;
}

/******* Navigation *******/
ul.horz-nav {
	margin: 0;
	list-style: none;
}
ul.horz-nav li {
	display: inline;
	margin: 0;
	font-size: 1.4em;
}	
ul.horz-nav a {
	text-decoration: none; 
}
ul.footer-nav {
	padding-bottom: 30px;
}
ul.footer-nav a {
	margin: 0 .9em 0 .5em;
}
ul.header-nav {
	background: #183c0d;
	padding: .2em 0;
	border-top: solid 4px #000;
	border-bottom: solid 4px #000;
}
ul.header-nav a {
	padding: .2em 1.5em;
	font-family: verdana;
	font-size: 1.1em;
	color: #fff;
}
ul.header-nav a:hover {
	background: #7c9555;
}

/******* Content *******/

div#content {
	width: 915px;
	margin:0 15px;
	text-align:left;
}
table#namesnumbers {
	width: 730px;
	margin-left: 30px;
}
table#namesnumbers td.col1{
	width:30%;
}
table#namesnumbers td.col2{
	width:25%;
}
table#namesnumbers td.col3{
	width:20%;
}
table#namesnumbers td.col4{
	width:25%;
}
div.onethird {
	width: 33%;
	float: left;
}
div.onethird ul{
	margin-left: 0;
}
div.onethird p{
	margin-bottom: 0;
}
/******* Footer *******/

div#footer {
	width: 915px;
	margin:2em 15px;
}

/******* General Classes *******/

.block {
	display:block;
}
.clearboth {
	clear: both;
}
.center {
	text-align:center;
	margin: 0 auto;
}
.right-col-box{
	width: 200px; 
	float: right; 
	border: 1px #ccc solid; margin: 10px;	
}
.leftside {
	float: left;
	margin: 0 10px 10px 0;
}
.rightside {
	float: right;
	margin: 0 0 10px 10px;
}
