*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #e0e0e0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
}

p
{
	margin: 12px 0px;
}

p span.Author
{
	font-variant: small-caps;
}

p span.Title
{
	font-style: italic;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
}

h1
{
	font-size: 20px;
}

h2
{
	font-size: 16px;
}

h3, h4, h5, h6
{
	font-size: 12px;
}

a
{
	color: blue;
}

a:link
{
	color: blue;
}

a:visited
{
	color: purple;
}

a:hover
{
	color: red;
}

a:active, a:focus
{
	color: red;
	text-decoration: none;
}

table
{
	font-size: 12px;
}

tr
{
	text-align: left;
	vertical-align: top;
}

tr.Heading
{
	font-weight: bold;
}

td
{
	padding: 3px 0px;
}

td.Date
{
	width: 120px;
}

#frame
{
	clear: both;
	background: #ffffff;
	width: 960px;
	text-align: left;
	margin: 0px auto;
}

#header
{
	clear: both;
	background-color: blue;
	height: 30px;
}

#header ul.header_menu
{
	list-style: none;
	float: right;
	color: white;
	font-size: 10px;
}

#header ul.header_menu li
{
	float: left;
	display: block;
	padding: 6px;
}

#header a
{
	color: white;
	text-decoration: none;
}

#header a:hover, a:active, a:focus
{
	color: red;
	text-decoration: none;
}

#banner
{
	clear: both;
	background-color: lightblue;
	height: 120px;
	padding: 0px;
}

#banner table
{
	font-size: 32px;
	font-weight: bold;
	width: 100%;
	height: 100%;
}

#banner tr
{
	text-align: center;
	vertical-align: middle;
}

#banner td
{
	padding: 0px;
}

#navigation
{
	clear: both;
	background-color: blue;
	height: 30px;
}

#navigation ul.main_menu
{
	list-style: none;
	background-color: blue;
	color: white;
}

#navigation ul.main_menu li
{
	float: left;
	display: block;
	padding: 6px 12px;
}

#navigation a
{
	color: white;
	text-decoration: none;
}

#navigation a.current
{
	color: black;
	font-weight: bold;
	text-decoration: none;
	background-color: white;
	padding: 4px 6px 8px 6px;
}

#navigation a:hover, a:active, a:focus
{
	color: red;
	text-decoration: none;
}

#content
{
	clear: both;
	padding: 20px;
}

#footer
{
	clear: both;
	background-color: blue;
	height: 30px;
}

#footer ul.footer_menu
{
	list-style: none;
	float: right;
	color: white;
	font-size: 10px;
}

#footer ul.footer_menu li
{
	float: left;
	display: block;
	padding: 6px;
}

#footer a
{
	color: white;
	text-decoration: none;
}

#footer a:hover, a:active, a:focus
{
	color: red;
	text-decoration: none;
}
