body
{
	color: #333;
	background-color: #fff;
	font-family: arial, sans-serif;
	font-size: 0.8em;
	margin: 0px;
}

table
{
	font-size: 1em;
}

h1
{
	font-family: arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #550e5a;
}

h2
{
	font-family: arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #39a101;
}

h3
{
	font-weight: bold;
	font-size: 1em;
}

#banner
{
	background-image: url(images/header_strip.gif);
	background-repeat: repeat-x;
	height: 140px;
}

#menu
{
	padding-top: 1em;
	position: absolute;
	left: 0;
	margin: 0;
	width: 17em;
	height: 100%;
}

#content
{
	width: auto;
	margin-left: 19em;
	margin-right: 16em; 

}

#contentarea
{
	padding-top: 1em;
	width: 100%;	
}

#right
{
	position: absolute;
	right: 0;
	width: 15em;
	background-color: #fff;
	padding-top: 1em;
	padding-right: 1em;
	text-align: center;
}

#menu ul
{
	margin-left: 0;
	margin-right: 0;
	padding:0;
}

#menu li
{
	width: 17em;
	height: 1.8em;
	background-color: #550e5a;
	color: #fff;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 2px;
	margin-bottom: 5px;
	display: block;
	font-size: 90%;
	margin-right: 0px;

}

#menu a:link, #menu a:visited, #menu a:active
{
	color: #fff;
	text-decoration: none;
}

#menu a:hover
{
	color: #d1f2af;
	text-decoration: none;
}

#footer
{
	background-image: url(images/footer_strip.gif);
	height: 60px;
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
}

#footer p
{
	padding-top: 18px;
	font-size: 0.8em;
	margin-left: 19em;
	padding-left: 40px;
}

.right
{
	float: right;
}

#right img
{
	margin: 8px;
	padding: 2px;
	border: 1px solid #39a101;
}

.boxed
{
	align: center;
	padding: 1em;
	border: 1px solid #39a101;
	text-shadow: shadow;
	text-align: center;
	width: 10em;
}