body
{
	margin: 30px;
	background: white; 
	font-family: Verdana, Helvetica;
}

img 
{
	border-width: 0px;
}

h1
{
	color: rgb(177,31,23);
	font-size: 23px;
	font-weight: normal;
}

div#Container
{
	background: url(images/bg.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 604px;
	margin-left: auto;
	margin-right: auto;
}

div#LogoLinkContainer
{
	position: relative;
}

/*
div#LogoLink
{
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 150px;
	height: 120px;
	cursor: pointer;
	background: green;
}

*/

div#LogoLink
{
	float: right;
	width: 150px;
	height: 120px;
	cursor:pointer;
	margin-right: 20px;
	margin-top: 10px;
}

div#PageContent
{
	margin-top: 3px;
	margin-left: 3px;
	height: 593px;
	width: 482px;
	float: left;
	background-repeat: no-repeat;
	display: inline;
}

div#InnerContent
{
	margin-left: 15px;
	width: 467px;
	height: 375px;
	position: relative;
}

div#InnerContent table td
{
	width: 50%;
}

div#InnerContent ul
{
	margin-top: 0px;
}

div#InnerContent ul li
{
	list-style-color: #FF0000;
	color: red;
	margin-left: -20px;
}

div#InnerContent ul li  strong
{
	font-size: 10px;
	color: #569981;
}


div#InnerContent ul li ul 
{
	list-style: none;
}

div#InnerContent ul li ul li
{
	font-size: 10px;
	color: #000000;
	margin-left: -39px;
}

div#innerContent p 
{
	width: 100%;
	height: 100%;
	display: block;
}

div.text1
{
	color: #569981;
	font-size: 11px;
}

div.text2
{
	position: absolute;
	bottom: 0;
	color: #000000;
	font-size: 10px;
}

div#InnerContent ul#reflist
{
	margin-top: 72px;
}

div#InnerContent a, div#InnerContent a:link, div#InnerContent a:visited
{
	color: #569981;
	font-size: 13px;
}

div#PageSidebar
{
	font-family: Verdana, Helvetica;
	font-size: 10px;
	margin-top: 300px;
	margin-left: 80px;
	text-align: right;
	width: 200px;
	float: left;
}

div#PageSidebar ul li 
{
	list-style-type: none;
}

div#PageSidebar a, div#PageSidebar a:link, div#PageSidebar a:visited
{
	line-height: 20px;
	color: #569981;
	text-decoration: none;
}

div#PageSidebar .current_page_item a, div#PageSidebar .current_page_item a:link, div#PageSidebar .current_page_item a:visited
{
	line-height: 20px;
	color: #B11F17;
	text-decoration: none;
}

