/* CSS Document */

body  {
	font: "Century Gothic", Arial, sans-serif;
	font-size: small;
	background-color: #666666;
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0;
	min-height: 550px;
	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:760px;
	padding:20px;
	border:ridge;
	border:thick;
	border-color: #666666;
	min-height: 400px;
	background-color: #FFFFFF;
	text-align: center;
	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: #FFFFCC;
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: #000000;
border:none;
}

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

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

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

a {
	text-decoration: none;
	color:#000000;
	}

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: #000000;
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: #000000;
}

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

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

.quote {
	font-style:italic;
}

