﻿body 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*background: #F8F2E3;	*/	
    background-color: #FFFFFF; 
    text-align:center;
}
h1
{
    font-size: 16pt;
    color: #993333;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    text-align:center;
}
h2
{
    font-size: 14pt;
    color: #993333;
    font-family: arial, helvetica, sans-serif;
}
h3
{
    font-size: 12pt;
    color: #993333;
    font-family: arial, helvetica, sans-serif;
}
h4
{
    font-size: 11pt;
    color: #993333;
    font-family: arial, helvetica, sans-serif;
}
p
{
    font-size: 11pt;
    color: #815A2E;
    font-family: arial, helvetica, sans-serif;
}
td
{
    font-size: 10pt;
    color: #815A2E;
    font-family: arial, helvetica, sans-serif;
}
.bold
{
	font-weight: bold;
}

.red
{
	color: #ff0000;
}
.BottomLeft
{
	vertical-align: bottom; 
	text-align: left;			
}
.BottomCenter
{
	vertical-align: bottom; 
	text-align: center;			
}
.BottomRight
{
	vertical-align: bottom; 
	text-align: right;			
}
.ImageWrappedRight
{
	padding: 2px;
	float: right;	
}
.MiddleLeft
{
	vertical-align: middle; 
	text-align: left;			
}
.MiddleCenter
{
	vertical-align: middle; 
	text-align: center;			
}
.MiddleRight
{
	vertical-align: middle; 
	text-align: right;			
}
.SmalllerText
{
	font-size: 8pt;
}
.SmallText
{
    font-size: 10pt; 
}
.SmallTableText td
{
    font-size: 10pt;
}
.TopLeft
{
	vertical-align: top; 
	text-align: left;			
}
.TopCenter
{
	vertical-align: top; 
	text-align: center;			
}
.TopRight
{
	vertical-align: top; 
	text-align: right;			
}

/**********************************************************/
/* Layout stuff below here */
#Header 
{
	margin: 0px 0px 0px 0px;	
}
#LeftPanel 
{
	padding: 20px 0px 0px 0px;
	width: 140px;
	color: #815A2E;
	background: #E4E3AD;
	border: solid 0px Green;
}
#LeftPanel h2 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	font-weight: normal; 
	color: #502606;
	font-size: 19px; 
	border-bottom: #502606 1px solid
}
#LeftPanel td
{
    font-size: 8px;
    color: #815A2E;
    font-family: arial, helvetica, sans-serif;;
}
#LeftPanel ul 
{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
	list-style-type: none;
}
#LeftPanel li 
{
	margin-bottom: 8px; 
	line-height: 14px;
	font-size: 8px;
}
#LeftPanel a 
{	
	text-decoration: none;
	font-size: 14px;
	color: #815A2E;
}
#LeftPanel a:hover 
{
	text-decoration: underline
}
#Content 
{ 
	max-width:760px;
	padding: 10px 10px 10px 10px;
	float: left;
	width: 760px;
	height: 450px;
	border: solid 0px Black;		
}
#Content div 
{
	color: #815A2E;
}
#Footer 
{
	padding: 5px 0px 5px 0px;
	color: #815A2E;
	text-align:center;
}

#Footer ul
{
	text-align: center;
	margin: 0;
	font: bold 100% tohoma;
	width: 100%;
	color: #815A2E;
	background-color: #F8F2E3;
}
#Footer ul li
{
	display: inline;
	font-size: 10px;
	color: #815A2E;
	padding: 12px 12px;
}
#Footer ul li a
{
	font-size: 10px;
	color: #815A2E;
	padding: 12px 12px;
	text-decoration: none;
}
#Footer ul li a:hover
{
	color: black;
	background-color: #f5f5dc;
}