body
{
	text-align: center;
	padding-top: 0px;
	font-family: Georgia;
	margin: 0px; 

	background-color: rgb(250, 241, 212);
}

div.floater
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: white;
}

div.container
{
	margin: 0 auto;
	text-align: left;
	width: 800px;
	padding-top: 0px;
	background-color: white;

	border-left: solid rgb(0, 46, 78) 3px;
	border-right: solid rgb(0, 46, 78) 3px;
}

div.header
{
	/*width: 800px;*/
	width: 100%;
	background-color: white;
	margin: 0 auto;
	text-align: center;
}

img.header
{
	margin: 0px;
	border-style: none;
}

img:hover
{
	text-decoration: none;
}

div.ribbon
{
	background-color: rgb(0, 46, 78);
	height: 15px;
	width: 100%;
	position: absolute;
	top: 150px;
	z-index: -1;
}

div.ribbon2
{
	background-color: rgb(253, 212, 79);
	/*background-color: rgb(255, 204, 51);*/
	height: 15px;
	width: 90%;
	position: absolute;
	top: 165px;
	left: 5%;
	z-index: -2;
}

div.nav
{
	width: 800px;
	background-color: rgb(0, 46, 78);
	color: white;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
}

div.nav2
{
	width: 800px;
	background-color: rgb(253, 212, 79);
	/*background-color: rgb(255, 204, 51);*/
	color: rgb(0, 46, 78);
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;	
}

div.nav2long
{
	width: 800px;
	height: 50px;
	background-color: rgb(253, 212, 79);
	color: rgb(0, 46, 78);
	text-align: center;
	padding-top: 5px;
	font-size: 17px;	
}

a.nav
{
	color: white;
	text-decoration: none;
	background-color: rgb(0, 46, 78);
	padding-bottom: 10px;
}

a.nav2
{
	color: black;
	text-decoration: none;
}

a.nav:hover
{
	color: rgb(41, 138, 193);
	background-color: rgb(0, 46, 78);
	text-decoration: underline;
	/*font-style: italic;*/
}

a.nav2:hover
{
	color: rgb(124, 75, 27);
	background-color: rgb(253, 212, 79);
	text-decoration: underline;
	/*font-style: italic;*/
}

/*
span.active
{
	color: rgb(41, 138, 193);
	font-weight: bold;
}

span.active2
{
	color: rgb(124, 75, 27);
	font-weight: bold;
}
*/

div.content
{
	width: 700px;
	min-height: 400px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 0px;
}

* html .content
{
	height: 400px;
}

h2
{
	padding-top: 30px;
	padding-bottom: 15px;
	color: rgb(0, 46, 78);
}

h3
{
	padding-top: 0px;
	padding-bottom: 0px;
	color: rgb(0, 46, 78);
}

div.inlineNav
{
	float: right;
}

div.brother
{
	vertical-align: middle;
	width: 700px;
	height: 170px;
	margin-bottom: 30px;
	clear: both;
}

img.brother
{
	float: left;
	height: 170px;
	margin-left: 75px;
	margin-right: 75px;
	margin-bottom: 30px;
	border: solid black 3px;
}

img.composite_small
{
	border-style: none;
	padding-left: 30px;
	padding-bottom: 30px;
}

div.table
{
	margin-left: 75px;
	margin-bottom: 50px;
}

b
{
	color: rgb(0, 46, 78);
}

p
{
	padding-bottom: 25px;
	text-align: justify;
}

a
{
	color: rgb(41, 138, 193);
	
	text-decoration: none;
}

a:hover
{
	/*color: white;
	background-color: rgb(41, 138, 193);*/
	
	text-decoration: underline;
}

p.center
{
	text-align: center;
	margin-bottom: 0px;
}

div.shouter
{
	margin-bottom: 30px;
}

div.shout
{
	border: solid #999999 1px;
	padding: 0;
	margin-bottom: 15px;
}

div.shout_title
{
	background-color: #FFFF99;
	padding: 5px;
}

div.shout_message
{
	padding: 10px 5px 10px 5px;
}

#next, #prev
{
	color: gray;
}

div.footer
{
	width: 800px;
	background-color: rgb(0, 46, 78);
	text-align: right;
	
	height: 70px;
	/*padding: 10px;*/
}

div.bottom
{
	height: 20px;
}