body
{
	background: white;
	color: black;
	font : 1em sans-serif;
	width: 750px;
	padding: 30px, 30px;
}

td
{
	background: white;
	color: black;
	font : 1em sans-serif;
	padding: 10px, 10px;
}

p
{
	background: white;
	color: black;
	font : 1em sans-serif;
}

div.bdghead
{
	position : absolute;
	top : 10px;
	left : 400px;
}
div.content
{
	left: 30px;
	top: 120px;
	background: transparent;
	font: sans-serif;
	font-size: 1em;
	width: 600px;
	position : absolute;
	padding : 30px;
}

div.footer, .footer fieldset
{
	left : 30px;
	top : 30px;
	width : 600px;
	clear : both;
	text-align : center;
}
div.navigate
{
	background-color : transparent;
	top : 10px;
	left : 30px;
	position : absolute;
}

table, legend, fieldset
{
	font: sans-serif;
	color: teal;
	font-size: 1em;
	width: 600px;
}

td
{
	color : #335B63;
}

h3 
{
	font-size: 125%;
	color: #335B63;
	margin: 0;
	padding: 15px, 15px, 15px, 15px;
	clear : both;
	text-align: center;
}


p.center, h3.center
{
	color: gray;
	text-align:center;
	padding: 0px;
	margin: 0px;
}

a
{
	font-family : sans-serif;
	font-weight : bold;
	color: #335B63;
	text-decoration: none;
}

h3 a
{
	color : #335B63;
	font-family : sans-serif;
	font-size : 100%;
	clear : right;
}
a:hover
{
	color: white;
	background-color: #335B63;
}

.imtable table, .imtable td
{
	border: none;
	padding: 5px;
	color: #335B63;
	width: 750px;
}

.content>img.right
{
	float : right;
	border : thick solid white;
	margin-left: 5px;
}

.content>img.left
{
	float : left;
	border : thick solid white;
	margin-left: 5px;
}
