/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	font: 12px arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	background-color: #D6D6D6;
	
}

a:link { color: #B52C07; }
a:visited { color: #600; }

a:hover, a:active
{
	color: #000;
	text-decoration: underline;
}

h1
{
	color: #B52C07;
	font: 120% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h1 a { text-decoration: none; }

h2
{
	color: #5B5E0E;
	font: 106% georgia, times, "times new roman", serif;
	font-weight: bold;
	
}

#container
{
	margin: 1em auto;
	width: 750px;
	text-align: left;
	background-color: #fff;
	border: 1px solid gray;

}

#header
{
	height: 62px;
	width: 100%;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	
	position: relative;
	
	
}

#header h1
{
	font-size: 1px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#page{
	margin: 0px 0px 0px 0px;
	background-image: url(../images/backgound-lower.jpg);
	background-repeat: no-repeat;
	background-position: 409px 0px;
	padding-top:15px;	
	
	
}


#minheight{
	float: right;
	height: 250px;
}

#menu
{
	float: left;
	width: 165px;
	/* border-right: 1px solid #C5C877; */
	padding-left: 15px;
	margin-top: 2px;
	padding-bottom:200px;}
	
	#menu ul
{
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0;
	list-style-type: none;
	line-height: 12pt;
}

#menu li
{
	margin-bottom: 10px;
	
}

#menu li a
{
	text-decoration: none;
	color: #272900;
	
	}

#menu li a:hover
{
	text-decoration: underline;
	color: #272900;
	
	}

#content { 
margin: 0px 20px 40px 200px;
width: 500px;


}

#content p { line-height: 165%; }

.imagefloat { float: right; }

#footer
{
	clear: both;
	color: #272900;
	text-align: right;
	font-size: 90%;
}

#headermenu
{
	position: absolute;
	left: 0;
	top: 5px;
	width: 645px;
	text-align: right;
}

#headermenu a
{
	color: #666;
	text-decoration: none;
}

#headermenu a:hover
{
	color: #fff;
	background-color: #666;
	text-decoration: none;
}
#toc li{
list-style:none;
}

#toc p, ul, li{
margin-top: 2px;
margin-bottom: 2px;
}