/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	padding:0;
	margin:0;
}

body, html {
	height: 100%;
	width: 100%;
}

a:link, a:visited, a:hover {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #000;
}

body{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 1.166;	
	background: none;
}

h1 {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	color: #000;
	margin: .25in 0 0;
	font-size: 14pt;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	margin: .25in 0 0;
	padding: 0;
	font-size: 12pt;
	line-height: 1em;
}

#content img {
	float: right;
	margin: 10px 0 10px 10px;
}


ul {
	line-height: 1.5em;
	margin: 5px 0 0 1in;
	list-style-type:square;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#nonFluid {
	position: relative;
	width: 740px;
	min-height: 100%; 
	height: auto !important; 
	height: 100%; 
	margin: 0 auto;
	background: #FFF;
	padding-bottom: 20px;
}

#banner {
	visibility:hidden;
	display:none;
}

#content {
	width: auto;
	margin: .25in;
	padding: 0;
	line-height:1.5em;
}

#copyright {
	font-size: 10pt;
	color: #000;
	width: auto;
	clear: both;
	border-top: 1px solid #333;
	margin: 25px 10px 10px;
}

.author {
	font-style: italic;
}