/* CSS Document */

/* zeroing margins, padding, etc. */
* { padding:0; margin:0; }
body { padding:0px; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin:20px 0;
	line-height: normal;
}

dd, blockquote { margin-left: 40px; }
fieldset { padding:10px; }

/* global */

body { margin: 0px;
    color: #000;
    background-color: #fff;
	font-size: 12px;
    line-height: 1.2em;
    font-family: geneva, trebuchet ms, arial, helvetica, sans serif;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    text-indent: 0px;
    }
    
p, td, ol, ul, li { 
	font-family: geneva, trebuchet ms, arial, helvetica, sans serif;
    line-height: 1.2em;
}

input.nice {
color: #000000;
font-family: geneva, trebuchet ms, arial, helvetica, sans serif;
font-size: 90%;
line-height: 1.6em;
text-align: left;
padding: 2px; }

input.button {
color: #0066CC;
font-family: geneva, trebuchet ms, arial, helvetica, sans serif;
font-weight: bold;
font-size: 110%;
line-height: 1.5em;
text-align: center; }

a:link {color: #333333;
text-decoration:underline; }

a:visited {color: #666666;
text-decoration:underline; }

a:hover {color: #000;
text-decoration:none; }

a:active {color: #FF0000;
text-decoration:none; }


/* nav */
#nav {
    border: 0px;
	margin: 0px;
    border-bottom: 4px solid #8DAFD2;
	padding: 8px;
	padding-top: 20px;
	font-size: 12px;
    color: #8DAFD2;
	background-color: #0079C2;
	line-height: 1.5em;
	}
	
#nav a:link {color: #fff;
text-decoration:underline; }

#nav a:visited {color: #E9F7FF;
text-decoration:underline; }

#nav a:hover {color: #000;
text-decoration:none; }

#nav a:active {color: #FF0000;
text-decoration:none; }


/* homepage */
#homepage {
    border: 0px;
	border-bottom: 12px solid #0079C2;
	margin: 0px;
	padding: 20px;
	padding-top: 0px;
    padding-left: 45px;
    padding-right: 45px;
    color: #000;
	background-color: #fff;
	}


/* content */
#content {
    border: 0px;
	border-bottom: 12px solid #0079C2;
	margin: 0px;
	margin-top: 20px;
	padding: 20px;
    padding-left: 100px;
    padding-right: 100px;
    color: #000;
	background-color: #fff;
	background-image: url("images/fadedlogo.gif");
	background-position: right top;
	background-repeat: repeat-y;
	}
#content img.left {
	border: 0px;
	margin: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
	}	
#content img.right {
	border: 0px;
	margin: 0px;
	margin-left: 15px;
	margin-bottom: 5px;
	float: right;
	}	
#content h1 {
	font-family: geneva, trebuchet ms, arial, helvetica, sans serif;
	font-size: 350%;
	letter-spacing: -.03em;
	text-align: left;
	font-weight: bolder;
	color: #0079C2;
    }
#content h2 {
	font-family: geneva, trebuchet ms, arial, helvetica, sans serif;
	font-size: 250%;
	text-align: left;
	font-weight: bolder;
	color: #0079C2;
    }
#content h3 {
	font-family: geneva, "trebuchet ms", arial, helvetica, "sans serif";
	font-size: 125%;
	text-align: left;
	color: #0079C2;
	line-height: 1.2em;
    }
#content h4 {
	font-family: geneva, trebuchet ms, arial, helvetica, sans serif;
	font-size: 115%;
	text-align: left;
	color: #0079C2;
	margin-top: 10px;
	margin-bottom: -15px;
    }
#content h5 {
	font-family: geneva, trebuchet ms, arial, helvetica, sans serif;
	font-size: 110%;
	text-align: left;
	color: #0079C2;
	margin-top: 20px;
	margin-bottom: -10px;
	font-weight: bolder;
    }
#content h6 {
	font-family: geneva, trebuchet ms, arial, helvetica, sans serif;
	font-size: 400%;
	letter-spacing: -.03em;
	text-align: left;
	font-weight: bolder;
	color: #0079C2;
	line-height: .85em;
	}
#content p {
	font-family: geneva, trebuchet ms, arial, helvetica, sans serif;
	font-size: 100%;
	text-align: left;
	line-height: 1.5em;
	color: #000;
    }
#content li {
	font-family: geneva, trebuchet ms, arial, helvetica, sans serif;
	font-size: 100%;
	text-align: left;
	line-height: 1.5em;
	color: #000;
	margin-bottom: 8px;
    }
#content p.cutline {
	font-family: geneva, trebuchet ms, arial, helvetica, sans serif;
	font-size: 85%;
	text-align: right;
	line-height: 1.5em;
	color: #000;
	margin-top: 2px;
    }
#content span.??? {
	color: #999;
	font-weight: bolder;
	}
    
/* footer */
#footer {
	border: 0px solid #000;
	padding: 3px;
    color: #000000;
    background-color: #666;
	}
