@charset "utf-8";
/* CSS Document */

body {	
	background-color: #ffffff;
	font: Arial, Helvetica, sans-serif;
	margin: 0; /* positions the content in the top left */
	padding: 0; /* used by Opera to position the content in the top left*/
}
	
body, h1, h2, h3, h4, h5, h6, ol, ul, li, p {
	color : #555;
	font-family: Arial, Helvetica, sans-serif; /* needs to be redefined here for older browsers */
	
}

p, ul, ol, li {	

line-height: 100%;
margin: 0 0 0 0;	 
}
big { font-size: 110%; }	
strong, b { font-weight: bold; }


a { color: #0067a8; text-decoration: none; font-weight:bold;}	
a:visited {
	color : #0067a8;
} /* visited must be before hover */
a:hover {
	color : #0067a8;
	text-decoration: underline;
}
a:focus {
	color : #0067a8;
}
a:active {
	color : #0067a8;
}

strong {
	color: #000;

}	


img {
	border:none;
	margin:0;
	padding: 0;
	

}

/* Begin rules for elements */

body {
	background-color: white;
	color: #666666;
	font-size: 76%; /* tested sizes are 60%, 62.5%, 69%, 76%. Anything else requires testing (especially on a Mac) */
	margin-top: 20px;
	}
	
p, ol, dd, table {
	font-size: 1em; /* this should stay as 1em. anything else will lead to potential problems with nested elements. Adjust font size in the body tag, or define a class for exceptions */
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
	text-align: left; /* compensates for an IE 6 bug */
	}
	
	
h1 {
	color: #56a898;
	/*letter-spacing: -1px;*/
	margin: 0 0 .5em 0;
	font: bold 1.8em Arial, Helvetica, sans-serif;
}

h2 {
	color: #87b429;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.7em;
	line-height: 1.2em;
	margin-top: 0em;
	margin-bottom: 1em;
	font-weight:bold;
}

h3 {
	color: #0067a8;
	font-family: "American Typewriter", "Lucida Console",  "Courier New", Courier, monospace;
	font-size: 1.3em;
	line-height: 1.2em;
	margin-top: 0em;
	margin-bottom: .8em;
	font-weight:bold;
	
}

.special {
	color: #0067a8;
	font-family: "American Typewriter", "Lucida Console", "Courier New", Courier, monospace;
	font-size: 1.6em;
	margin-top: 0em;
	margin-bottom: 1em;
	font-weight:bold;	
	
}

.credit {
	color: #0067a8;
	font-family: "American Typewriter", "Lucida Console", "Courier New", Courier, monospace;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 0em;
	margin-bottom: 1em;
	font-weight:bold;
	font-style: normal;
	text-align:center;
	margin-top: 20px;
	
}

.creditlight {
	color: #0067a8;
	font-family: "American Typewriter", "Lucida Console", "Courier New", Courier, monospace;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 0em;
	margin-bottom: 1em;
	font-weight: normal;
	font-style: normal;
	text-align:center;
	margin-top: 20px;
	
}


#contentholder {
	display: block;
	position: relative;
	text-align:left;
	padding: 0;
	/*width: 100%;*/
	margin: 0 auto 0 auto;
	width: 840px;

}

#home #contentholder {
	display: block;
	position: relative;
	text-align:left;
	padding: 0;
	/*width: 100%;*/
	margin: 0 auto 0 auto;
	width: 840px;

}

#nav {
	position:absolute;
	top: 29px;
	left: 129px;

}

#home #nav {
	position:absolute;
	top: 565px;
	left: 0px;

}

#home #nav p{
	line-height:1.8em;

}

li {
	line-height: 1.8em;
	list-style:none;

}

.homebar {
	position:absolute;
	width: 578px;
	height: 63px;
	background-color: #0067a8;
	left: 262px;
	top: 456px;

}



.hometext {
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	width: 450px;
	left: 280px;
	top: 535px;

}
