﻿body 
{
	padding:10px;
	margin:0;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#a9ac99;
}

h1
{
	margin:10px 0px;
	font: normal 1.9em Tahoma, sans-serif;
	color:#FFF;
}

h1 a
{
	color:#FFF; 
	text-decoration:none;
}

h2
{
	font-style:italic;
	/*font-family: "Lucida Sans", sans-serif;*/
	font-family:"Times New Roman", Times, serif;
	color:#555533;
	text-decoration:none;
	font-size:1.7em;
	font-weight:bold;
	/*padding-right:25px;*/
	letter-spacing:1px;
	margin:0 0 4px 0;
	/*border-bottom:1px solid #EFF6FF;*/
}


h3
{
	color:#222;
	text-decoration:none;	
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	margin:20px 0 6px 2px;
}

.toplink
{
	font-family:Arial;
	font-style:normal;
	font-weight:normal;
	font-size:10px;
	display:block;
	/*float:right;*/
	text-align:right;
	margin:2px 0 20px auto;
}

.toplink a
{
	color:#999;
	text-decoration:none;
}

.toplink a:hover
{
	color:#333;
}

ul, ol, li
{
	margin:0;
	padding:0;
	list-style-position:outside;
}


#border_top
{
	background: url(border_top.png) repeat-x top left; 
	padding-top:10px;
}

#border_left
{
	background: url(border_left.png) repeat-y top left; 
	padding-left:10px; 
	border-bottom:1px solid #FFF;	
}

#border_right
{
	background: url(border_right.png) repeat-y top right; 
	padding-right:10px;	
}

#border_bottom
{
	background: url(border_bottom.png) repeat-x top left; 
	height:10px;	
}

#header
{
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	background-color:#553;
	margin:0px;
	padding:0px 10px;
	height:80px;	
	border:1px solid #FFF;
}


#header_menu, #header_menu a
{
	padding-top:10px;
	color:#FFF;
	text-decoration:none;
}

#header_menu ul li
{
	display:inline;
}

#footer
{
	color:#FFF;
	font-size:11px;
	clear:both;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	background-color:#553;
	margin:0 0 0 0;
	padding:4px 8px;
	height:14px;	
}

#main
{
	background: url(main.gif) repeat-y right;
	background-color:#FFF; 
}


#menu
{
	background-color:#f7f7f2;
	padding:0px 2px;
	width:230px;
	float:right;
	/*border-right:1px solid #EAEADA;*/
}

#menu h2
{
	font-family:"Times New Roman", Times, serif;
	margin:14px 6px 4px 6px;	
	text-align:center;
	color:#553;
	font-size:1.1em;
}

#menu h2:first-letter 
{
	font-family:"Times New Roman", Times, serif;
	font-size:1.4em;
}

#menu ul 
{
	padding: 0;
	border-top: 1px solid #EAEADA;
}

#menu ul, #menu ul li
{
	list-style-type:none;
}


#menu ul ul li
{
	padding-left: 20px;
	background-image:url(li.gif); 
	background-repeat:no-repeat; 
	background-position: 5px 5px;
}

#menu ul ul li a
{
	font-size: 1.0em;
	padding: 4px 3px;
}

#menu li 
{
	border-bottom: 1px solid #EAEADA;
}

#menu li a
{
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 6px;
	text-decoration: none;
}

#menu li a:hover 
{
	background: #F0F0EB;
	color: #654;	
}

#content
{
	padding:2px 4px 2px 6px;
	margin-right:250px;
}

#content h2:first-letter 
{
	font-family:"Times New Roman", Times, serif;
	font-size:130%;
}


#content ul
{
	list-style-type:none;
	line-height:18px;
}

#content ul li
{
	padding-left: 20px;
	background-image:url(li_text.png); 
	background-repeat:no-repeat; 
	background-position: 5px 5px;
}

#content ol
{
	margin-left:30px;
	line-height:18px;
}



a.Download
{
	font-family:Arial;
	font-style:normal;
	font-weight:normal;
}

a.Download
{
	color:#999;
	text-decoration:none;
}

a.Download:hover
{
	color:#333;
}

