/** Body Styles
 **************/
html,
body
	{
	margin: 0;
	padding: 0;
	}

body
	{
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	background-color: #eee;
	font-size: 0.9em;
	}

a img
	{ border-style: none }

a
	{
	color blue;
	text-decoration: none;
	border: dashed blue;
	border-width: 0 0 1px 0;
	}

a:visited
	{ color: blue }

a:hover
	{
	background-color: #f6f6ff;
	border-style: solid;
	}

div#title
	{
	text-align: right;
	padding: 10px;
	font-size: 1.5em;
	font-style: italic;
	background-color: #aaa;
	border: dashed #888;
	border-width: 0 0 1px 0;
	}

div#menu
	{
	border: solid #888;
	border-width: 1px 0;
	text-align: center;
	padding: 3px;
	font-size: 0.8em;
	margin: 0;
	background-color: #ccc
	}

div#menu a
	{
	color: #0000aa;
	text-decoration: none;
	font-weight: bold;
	border-style: none;
	padding: 0 5px;
	}

div#menu a:hover
	{
	color: red;
	background-color: #f2f2ff;
	}

div.page
	{
	margin: 0 auto;
	width: 760px;
	}

div#body
	{
	border: 1px solid #883333;
	background-color: white;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	}

p
	{
	margin-left: 5px;
	margin-right: 5px;
	}

p.page_header
	{
	text-align: center;
	font-style: italic;
	font-size: 1.7em;
	margin: 5px;
	}

p.header
	{
	font-size: 1.3em;
	margin-bottom: 0;
	}

p.sub_header
	{
	font-size: 1.0em;
	margin-top: 0;
	font-style: italic;
	}

p.footer_text
	{
	margin: 0 10px;
	text-align: right;
	font-size: 0.8em;
	font-style: italic;
	}

div#footer
	{
	border: solid #aaa;
	border-width: 1px 0 0 0;
	color: #888;
	font-style: italic;
	font-size: 0.7em;
	padding: 20px;
	margin: 10px;
	text-align: center;
	margin-top: 15px;
	}