@charset "utf-8";
/* CSS Document */

/* a fix for IE6 only - see Star Hack  \*/
* html * {
	zoom:100%; 
/* triggers IE6 "haslayout" */
}

* html code {
	font-size:1.1em;
} /* default size is smaller in IE */

* {
	margin:0;
	padding:0;
}

body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	font-family: Verdana, Geneva, sans-serif; 
	color: #333;
	background-color:#46442B;
}

.centerIt   {
	text-align:center;
}

#page_wrapper  {
	width: 830px;
	margin-left:auto;  
	margin-right:auto;
	text-align:left; /* resets the centering hack for IE6 on the body tag */
/*	border: 1px solid #666;
	-moz-border-radius: 15px; /* rounded corners */
/*	-webkit-border-radius: 15px; /* rounded corners */
/*	border-radius: 15px;*/
	background-color:#dadad5;
}
	
#main_wrapper {
	width:800px; 
	margin: 1px auto 10px auto;
	background-color:#dadad5;
}

#header {
	width: 800px;
	margin-right: 10px;
	border-bottom: 2px solid #46442B; /* olive grey */
}

#header_inner   {
	padding: 5px; 
	text-align:center;
}

#page-titles   {
	margin: 1.5em 1.5em 1em 1.5em;
	padding: 10px,0,10px,0;
}
	
h1, h2, h3, h4, h5, h6 {
	/*font-family: Arial, Helvetica, sans-serif; */
	color: #333;
} 

h1 {
	color: #333;
	font-size:22pt; 
	}

h2	{
	font-size:18pt; 
	color: #333;
	line-height:1.25;	
}

h3	{
	font-size:14pt; 
	color: #333;
	line-height:1.25;	
}

p {
	font-size: .8em;
	line-height:1.35; /* on 15pt */
	margin:.7em;
}


ul {
	margin:.7em 1em .8em 1em; 
	font-size:.8em;
	line-height:1.4;
}

li	{
	padding:0em 0; 
	margin-left:2em;
}

a {
	
}
	
a:hover {
	color: #000;
}

img {
	border:0;
}

table	{
	 /* margin: .5em 1em 1em 1em; */
	margin: .5em 1em 1em .5em;
/*	border-collapse:collapse; */
}

/*  table th	{
	color: #333;
	font-size: .85em;
	font-weight: 600;
	text-align:left;
} */

table td	{
	padding: 1em;
	font-size:1em; 
	color: #333;
	line-height: 1.2;
}

footer   {
	margin: 1em 1em 2em 1em;
	text-align: center;
}

#footer {
	margin: 1em 1em 2em 1em;
	padding-bottom: 1.5em;
}
	



		

