/* CSS Document */

body  {
	font: "Century Gothic", Arial, sans-serif;
	font-size: small;
	background-color: #003300;
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0;
	text-align:center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	}

#container {
	clear:both;
	margin:auto;
	width:3570px;
	padding:10px;
	background-color: #FFFFFF;
	text-align:left;
	font-family: "Century Gothic", Arial, sans-serif;
}

#nav {
width:800px;
height: 30px;
margin:auto;
}

#nav li {
float:left;
padding-left:10px;
padding-right:5px;
padding-top:4px;
margin:0;
font-size:9px;
}

#nav a {
display:inline;
text-align:center;
font-size: 11px;
font-family: "Century Gothic", Arial, sans-serif;
padding-left:5px;
border-right:inset 1px;
border-right-color: #330000;
color: #FFFFFF;
background-color:transparent;
text-decoration:none;
}

#nav a:hover {
text-decoration:underline;
cursor:pointer;
}

.p {
font-family: "Century Gothic", Arial, sans-serif;
font-size:small;
color: #330000;
border:none;
}

.downloads {
display:inline;
padding-right:10px;
padding-left:10px;
}

.pad-t {
padding-top:10px;
}

.pad-l {
padding-left:10px;
}

a {
	font-size:small;
	color: #003300;
	text-decoration: none;
	}

a:hover {
text-decoration:underline;
}

.float-right {
	float:right;
	padding-right: 0;
	padding-left: 2px;
	padding-bottom: 2px;
	/*border: 10px solid #FFFFFF;*/
z-index: 1;
	right: -30px;
}

.float-left {
float:left;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 5px;
padding-left: 0;
z-index: 1;
}

.clear-right {
clear:right;
}

.clear-left {
clear:left;
}

.clear-both {
clear:both;
}

a:link {
color: #003300;
text-decoration:none;
border: none;
}

a:hover {
text-decoration:underline;
}

.h1 {
font-family: "Century Gothic", Arial, sans-serif;
font-size:larger;
font-weight:bold;
color: #003300
}

.h2 {
font-family: "Century Gothic", Arial, sans-serif;
font-size:larger;
color: #003300
}

#outer-list li {
margin-left: 5px;
padding-left: 10px;
}

#inner-list li {
list-style: square inside;
}

/*#footer {
clear:both;
margin:auto;
height: 59px;
width: 800px;
}
*/

.caption {
margin-top:20px;
font-size:10px;
color: #003300;
}

.quote {
	font-style:italic;
}

.img {
border: solid;
border-width: thick;
border-color: #333333;
}
