body
{
	font-family: sans-serif;
	margin: 0em 2em 0em 2em;
	background: url(/images/background.png) top left repeat;
	background-color: #eee;
}

a
{
	color: #900;
}

/*
a:hover
{
	color: #444;
}
*/

h1
{
	color: white;
	background-color: #900;
	font-family: serif;
	padding: 0em 0.5em 0.5em 0.5em;
	margin: -10px 0em 0em 0em;
	font-size: 200%;
	text-align: center;
	border-left: 1px solid #500;
	border-right: 1px solid #500;
}

h1 a
{
	color: white;
	text-decoration: none;
}

#top
{
	background-color: #900;
	margin: 1.3em 22px 0em 22px;
	border-top: 5px solid #500;
	height: 25px;
}

h2
{
	border-bottom: 1px dotted #500;
	clear: both;
}

td
{
	padding-right: 1em;
}

acronym
{
	border-bottom: none;
}

ul
{
	list-style-image: url(/images/point.png);
}

table.bordered
{
	border: 1px solid #ccc;
}

table .shaded
{
	background-color: #e9e9e9;
}

tr.header
{
	color: white;
	background-color: #900;
}

table.bordered td
{
	padding: 0.2em 0.4em;
}

.links
{
	font-size: 80%;
}

.links a
{
	text-decoration: none;
}

.float_left
{
	float: left;
	width: 48%;
	margin-top: -1em;
}

.float_right
{
	float: right;
	width: 48%;
	margin-top: -1em;
}

.clear
{
	clear: both;
}

#page
{
	max-width: 55em;
	margin-left: auto;
	margin-right: auto;
}

#menu
{
	border-left: 1px solid #500;
	border-right: 1px solid #500;
}

#menu a
{
	color: white;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	padding: 0.2em 0.6em;
}

/*
#menu a:hover
{
	background-color: #900;
}
*/

#menu ul
{
	color: white;
	background-color: #500;
	padding: 0.2em 0em;
	margin: 0em;
}

#menu li
{
	display: inline;
}

#content
{
	background: transparent url(/images/watermark.png) bottom right no-repeat;
	background-color: white;
	padding: 0.1em 1em 0em 1em;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#footer
{
	background-color: white;
	color: #ccc;
	text-align: center;
	padding-top: 1em;
	font-size: 85%;
	margin: 0em;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	/*border-bottom: 1px solid #ccc;*/
	/*clear: both;*/
}

#footer p
{
	padding: 0em;
	margin: 0em 0em -4px 0em;
}

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

#bottom
{
	background-color: white;
	margin: 0em 22px 1.5em 22px;
	border-bottom: 1px solid #ccc;
	height: 17px;
}

#top_left_corner
{
	float: left;
	padding: 0em;
	margin: -5px 0px -1px -22px;
}

#top_right_corner
{
	float: right;
	padding: 0em;
	margin: -5px -22px -1px 0px;
}

#bottom_left_corner
{
	float: left;
	padding: 0em;
	margin: 0em 0em 0em -22px;
}

#bottom_right_corner
{
	float: right;
	padding: 0em;
	margin: 0em -22px 0em 0em;
}
