body {
	margin: 0px;
	background-color: #660000;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	text-align:center;
}
 
div#main_container {
	width: 700px;
	height: auto;
	border: 1px solid #000000;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: #ffffff;	
}

div#banner {
	margin-top:12px;
	width:700px;
	height:150px;
}
.titletext {
 	height: 90px; 
	margin-bottom:10px; 
	margin-left:10px; 
	margin-right:10x; 
	margin-top:0px;
	padding-top:10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:32px;
	color: #333333;
	letter-spacing:2px;
	line-height:40px;
}

.logo_float_left {
	float:left; 
	height:150px; 
	width:110px; 
	margin-left:30px;
}
div#top_nav {
	margin: 0px;
	padding-bottom: 5px; /* This plus the line-height of the top_nav links equals 30 */
	background-image:url(../images/background/nav_gradient.gif);
	background-repeat: repeat-x;
	background-color: #666666;
	color:#CCCCCC;
	border-top:1px solid #ccc;
	text-align:center;	
	}
#top_nav a, a:visited {
	width:75px;
	line-height:25px; /* This plus the bottom padding of the top_nav DIV equals 30 */
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
}
#top_nav a:hover {
	color: #FFFFCC;
	text-decoration: underline;
	letter-spacing: 1px;
	}
	
div#main_content {
	margin:10px;
	background-color:#FFFFFF;
	padding: 10px 20px;
	text-align:left;
	}	
.headtext {
	font-family: arial, helvetica, sans-serif;
	font-size:22px;
}
hr {
	color: #006600;
	height: 1px;
	margin: 0px;
}
p {
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	margin-top: 0px;
}
p a:link {
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	line-height:18px;	
	color:#0033FF;
	text-decoration: none;
	letter-spacing: 0;
}
p a:visited {
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	line-height:18px;	
	color:#0033FF;
	text-decoration: none;
	letter-spacing: 0;
}
p a:active {
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	line-height:18px;	
	color:#0033FF;
	text-decoration: none;
	letter-spacing: 0;
}
p a:Hover {
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	line-height:18px;
	color:#0033FF;
	text-decoration: underline;
	letter-spacing: 0;
}
.bodytext {
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}
.first_letter {
	font-size: 18px;
	color: #003300;
}
.image_left {
	display:inline;
	float:left;
	margin-right:10px;
}
.image_right {
	display:inline;
	float:right;
	margin-left:10px;
}
.caption {
	padding: 10px 0px;
	text-align:center;
	font-size: 10px;
	border-bottom: solid 1px #ccc;
}
div.caption a, a:visited{	
	font-size:10px;
	color:#0033FF;
	text-decoration: none;
	letter-spacing: 0;
}
div.caption a:hover {
	font-size:10px;
	color:#0033FF;
	text-decoration: underline;
	letter-spacing: 0;
}

.poem_left {
	display:inline;
	float:left;
	border-right:1px dotted #990000;
	padding-right:20px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:20px;
}
.poem_right {
	display:inline;
	float:right;
	border-left:1px dotted #990000;
	padding-left:20px;
	margin-left:10px;
	margin-top:20px;
	margin-bottom:20px;
}
.poemtitle {
	display:block;
	margin-bottom:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666666;
}
.poemtext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height:14px;
	color:#666666;
}	

div#logo_download {
	display: block;
	width: 200px;
	margin: 0px 0px 0px 10px;
	float: right;
	text-align:center;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
}
div#footer {
	clear:both;
	border-top: 1px solid #006600;;
	text-align: center;
	padding: 10px;
	font-size:9px;
}
div#footer a, a:visited{	
	font-size:10px;
	color:#0033FF;
	text-decoration: none;
	letter-spacing: 0;
}

div#footer a:Hover {
	font-size:10px;	
	color:#0033FF;
	text-decoration: underline;
	letter-spacing: 0;
}

