body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#ffffff;
	background-color: #4D4D4D;
	font-style: italic;
	scrollbar-base-color: #4D4D4D;
	scrollbar-arrow-color: #AC9F8F;
	scrollbar-3dlight-color: #4D4D4D;
	scrollbar-darkshadow-color: #4D4D4D;
	scrollbar-face-color: #4D4D4D;
	scrollbar-highlight-color:   #4D4D4D;
	scrollbar-shadow-color:  #AC9F8F;
	scrollbar-track-color: #4D4D4D;
	}


h1 {
	font-size: 13px;
	color:#ffffff;}
		
	h2 {
	font-size: 13px;
	color:#ffffff;}
	h3 {
	font-size: 12px;
	font-weight:bold;
	color:#ffffff;}
	

#outershell{ 

width: 950px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
 }
 
#innershell
{position:relative;
text-align:center;
width: 950px;
}



#topsection{
text-align: center;
height:135px; }

#contentwrapper{
	width: 950px;
	float:left;
	margin-top: 5px;
	text-align:justify;

}


#mainmenu{
	float: left;
	width:200px;
	height:420px;
	min-height:420px;
	height:auto;
}

html>body #mainmenu{
	height: auto; /* for not-IE */
}
#divnav {width:200px;}

#maincontent{
	float:left;
	width:720px;
	height:420px;

	overflow:auto;
}


#categories { 
float:left;
width:950px; 
height:20px;
padding-top: 0px;
text-align:center;
font-family:  Georgia, "Times New Roman", Times, serif;
font-size: 16px;
font-style: italic;

}


.categories a:link { 
	color:#ffffff;
	text-decoration: none;}
	

.categories a:visited {
	color:#ffffff;
	text-decoration: none; }
	
	.categories a:hover {
	color:#AC9F8F;
	text-decoration: none; }
	
	.categories a:visited:hover {
	color:#AC9F8F;
	text-decoration: none; }


#copyright {float:left;
width: 960px;
margin-top: 5px;
text-align: center;
font-family:  Arial, Helvetica, sans-serif;
font-size: 11px;
font-style:normal;
color: #AC9F8F;
}


.copyright a:link {
	color:  #AC9F8F;
	text-decoration: none;
	}

.copyright a:visited {
	color:#AC9F8F;
	text-decoration: none;	}

.copyright a:hover {
	color: #FFFFFF;
	text-decoration: none;		
}	

.copyright a:hover:visited {
	color: #FFFFFF;
	text-decoration: none;		
}	




a:link { 

	color:#ffffff;
	text-decoration: none;}
	

    a:visited {

	color:#ffffff;
	text-decoration: none; }
	
	a:hover {

	color:#AC9F8F;
	text-decoration: none; }
	
	a:visited:hover {

	color:#AC9F8F;
	text-decoration: none; }
	



input
{
color: #999999;
font-size:10px;
border: 1px solid #999999;
}

.textfield
{
	width: 200px;
	color: #ffffff;
	font-size:10px;
	border: 1px solid  #AC9F8F;
	background-color: #4D4D4D;
}

.submit input
{
color: #ffffff;
font-size:10px;
border: 2px outset #999999;
} 

img { border:0px;
border-color: #45332e}


li {
	list-style-position: outside;
	list-style-image: url(images/dot.gif);
	list-style-type:none; }
