/* CSS Document */

html
{
	height: 100%;
	margin: 0;
	padding: 0;
}
body 
{
	background-color: #e5e5e5;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 95%;
	margin: 0;
	padding: 10px 0 0 1px;
}
a:link,
a:visited,
a:active
{
	color: #d66f00;
}
a:hover
{
	text-decoration: none;
}
#container_outer
{
	width: 776px;
	border: 1px solid #d2d2d2;
	background-color: #FFFFFF;
	padding: 10px;
}
#container_inner
{
	background-color: #a4c590;
	height: 100%;
	padding-bottom: 20px;
}
#left
{
/*	width: 176px;
	background: url('images/left.jpg') left top no-repeat;
	height: 419px;
*/
	vertical-align: top;
}
#middle
{
	width: 412px;
	text-align: left;
	height: 440px;
	background: url('images/column_separator_vert.gif') right top repeat-y;
	vertical-align: top;
}
#right
{
	width: 168px;
	vertical-align: top;
}
#menu
{
	text-align: left;
	font-size: 12px;
	font-variant: small-caps;
	line-height: 160%;
	color: #ffffff;
}
#menu ul
{
/*	margin-left: 27px;*/
	margin-left: 25px;
	padding-left: 10px;
	list-style-image: url('images/bullet_unselected.gif');
}
#menu ul a:link,
#menu ul a:visited,
#menu ul a:active
{
	color: #ffffff;
	text-decoration: none;
}
/*
#menu .selected a:link,
#menu .selected a:visited,
#menu .selected a:active
{
	font-variant: normal;
	text-transform: uppercase;
	font-weight: bold;
	list-style-image: url('images/bullet_selected.gif');
}
*/
#menu .selected
{
	font-variant: normal;
	text-transform: uppercase;
	font-weight: bold;
	list-style-image: url('images/bullet_selected.gif');
	color: #ffffff;
}
#menu ul ul .selected
{
	list-style-image: none;
	list-style: none;
}
#menu ul a:hover
{
	text-decoration: underline;
}
#menu ul ul
{
	padding-left: 10px;
	margin-left: 0;
}
#menu li li
{
	list-style-image: none;
	list-style: none;
}
#copyright
{
	padding: 5px;
	font-size: 10px;
}
#content
{
	margin: 0 10px 10px 10px;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 10px;
}
.heading1
{
	font-size: 18px;
	color: #de4343;
	margin-left: -10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.heading2
{
	font-size: 14px;
	color: #de4343;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content img
{
	padding: 2px;
	margin: 3px 7px 10px 7px;
	border: 1px solid #e5e5e5;
}
div.hr
{
	height: 1px;
	background: url('images/column_separator_horz.gif') left top repeat-x;
}
#content ul
{
	margin-top:-15px;
}