body, p, ul, h1, h2, h3, h4 { 
	color: #000; 
	font-family: arial, helvetica, sans-serif; 
	}
body {
	background-color: #2c6b6d;
}
div.page {
	width: 600px;
	background-color: #fff; 
	border: none; 
	padding-bottom: 1em;
}	
div.title {
	border: none;
	background-color: #bec39f;
	margin-bottom: 1em;
	width: 600px;
	overflow: auto;
}
div.title img{
	float: left;
}
div.article {
	margin-left: 179px;
	margin-right: 11px;
}

h1 {
	margin: 15px 10px 0px 15px;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 130%;
	border-bottom: double;
}
h4 {
	text-align: center;
}
h1 strong {
	font-size: 175%;
}
h1 strong, div.article p strong {
	color: #2c6b6d;
}

.bigbox, div.floatleft, div.floatright {
	background-color: #bec39f;
	border: none;
}
.bigbox {
	width: 600px;
	border-top: #2c6b6d solid thick;
	border-bottom: #2c6b6d solid thick;
	padding-top: 5px;
	overflow: auto;
}
div.bigbox p {
	margin-left: 10px;
	margin-right: 10px;
}
div.floatleft, div.floatright {
	width: 164px;
	border: #2c6b6d solid thick;
	padding: 10px;
	margin-bottom: 5px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}

div.floatleft p, div.floatright p, .captionleft, .captionright {
	color: #2c6b6d;
	font-size: 80%;
	font-weight: bold;
	text-align: left;
}
div.bigbox p.captionleft {
	margin: 5px 30px;
}
div.bigbox p.captionright {
	margin: 5px 20px 5px 200px;
}
.captionsmall {
	font-weight: normal;
}

hr { 
width: 100px; 
height: 1px; 
border: none;
text-align: left;
margin: 0;
color: #000;
background-color: #000; 
}
.fnt {
font-size: 80%;
}
div.footer {
	background-color: #fff;
	border: none;
}

/* standard - DO NOT Change */
div.linktext p,
div.linktext ul li,
div.appeared p,
div.footer p {
	font-size: 77%;
	margin: 0;
}

div.linktext { 
	margin: 0 2px; 
	width: 160px;
	float: left;
	}
div.linktext p { 
	font-weight: bold; 
	}
div.linktext ul { 
	padding: 0;
	margin: 3px 0 1em;
	}
div.linktext ul li { 
	margin-bottom: 3px;
	list-style-type: none; 
	}
div.appeared {
	background-color: #333; 
	border: none;
	width: 600px;
	}
div.appeared p {
	color: #fff; 
	padding: 2px;
	height: auto !important;
	height: 15px;
	min-height: 15px; 
}
div.arrows {
	float:right;
	padding: 2px 0;
	width: 45px;
	text-align: right;
}
div.arrows img {
	display: inline;
}

div.footer { 
	width: 600px;
	padding: 2px 0; 
	}
div.footer p {
	margin: 1em 2px; 
	}
a, a:link {
	color: #00C;
}
a:visited {
	color: #309; 
}
a:hover,
a:active	 {
	color: #03f;
}

