html, body {
	margin: 0px;
	margin-top:1px;
	padding: 0px;
/* 	overflow:hidden; */
	height:100%;
}

body {
	background: url(../images/parchment.jpg);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
}

div#container {
	background: #DEE3CF;
	width: 900px;
	color: #000000;
	border: 1px solid #000;
	border-top: 0;
	margin: auto auto;
	text-align: left;
	padding: 20px 25px;
} 

div#home {
	background: #DEE3CF;
	width: 900px;
	color: #000000;
	border: 1px solid #000;
	margin: auto auto;
	text-align: left;
	padding: 20px 25px;
} 

div#menubar {
	background: #DEE3CF;
	width: 950px;
	border: 1px solid #000;
	border-bottom: 0px none;
	margin: 0px auto;
	clear: both;
}

div#shadow {
	background: url(../images/shadow.png) top left repeat-y;
	width: 986px;
	position: relative;
	margin: 10px auto;
	height: auto;
	clear: both;
}

h3 {
	margin: 0px;
	padding: 0px;
}

.addthis {
	text-align: center;
	margin: 5px auto;
}

div#menubar {
	background-color: #8D9789;
	margin: 0px auto;
	text-align: center;
	height: 28px;
}

.menuimgs {
	padding: 5px 0px 5px 75px;
	border: none;
}

.cntr {
	margin: 0px auto;
}

.cntr img {
	text-align: center;
}

.cntrimg {
	margin: 0px auto;
	text-align: center;
}

.colleft {
	padding: 10px 0px;
	width: 525px;
	float: left;
}

.colright {
	width: 350px;
	padding: 10px 0px 10px 25px;
	float: left;
}

/* *****************************************
	Accordion Menu Styles (Horizontal)
******************************************* */
.horizontal_accordion_toggle {
	/* REQUIRED */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */

	display: block;
	height: 300px;
	width: 30px;
	/* background: url(images/h_accordion_toggle.jpg) no-repeat top left #a9d06a; */
	background: #8F7F5F;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	border-right: 1px solid #000;
	cursor: pointer;
	margin: 0 0 0 0;
}

.horizontal_accordion_toggle_active {
	/* background: url(images/h_accordion_toggle_active.jpg) no-repeat top left #e0542f; */
	background: #000700;
	border-right: 1px solid #DEE3CF;
}

.horizontal_accordion_content {
	/* REQUIRED */
	height: 300px;	/* We need to define a height for the accordion as it stretches the width */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
	
	overflow: hidden;
	color: #444444;
}
	
.horizontal_accordion_content p {
	width: 600px;
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}	
			
/* Container styling*/
#horizontal_container {
	margin: 20px auto 20px auto;
	width: 755px;   
	height: 300px;    
}

/* *****************************************
	END Accordion
******************************************* */

/*---:[ nav menu styles ]:---*/

ul#tabs { 
	list-style: none; 
	/* border-width: 0px 0px 1px 1px;  */
	/* background: #DEE3CF; */
	background: #8D9789;
	color: #000000;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 0px none;
	border-bottom: 0px none;
	margin: 0px auto;
}

ul#tabs li { 
	/* background: #efefef;  */
	background: #8D9789;
	border: 1px solid #ddd; 
	/* border-left: 0;  */
	float: left;
	margin: 0px 1px;
}

ul#tabs li a { 
	display: block; 
	line-height: 1em; 
	color: #fff; 
	text-transform: uppercase;
	text-decoration: none; 
	letter-spacing: 2px; 
	font-size: 0.8em; 
	padding: 0.545em 0.818em;
}

ul#tabs li a.current {
	background-color:#171310;
	color:#FFFFFF;
}

ul#tabs li a:hover {
	background-color:#3C72B0;
	color:#FFFFFF;
}

#copyright {
	margin: 5px auto;
	text-align: center;
	font-size: 8pt;
}

#header {
	width: 850px;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
}

.imgleft {
	border: 0px;
	padding: 5px 10px 15px 0px;
	float: left;
	position: relative;
}

.imgright {
	border: 0px;
	padding: 5px 0px 15px 10px;
	float: right;
	position: relative;
}

.smalli {
	font-size: 10pt;
	font-style: italic;
	margin: 0px;
}

#links, #links a, #links a:active, #links a:visited, #links a:link {
	color: #000;
	margin: 10px auto;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

#links a:hover {
	color: #8F7F5F;
}

#motto {
	padding: 30px 0px 0px;
}

.promotions {
	margin: 0px auto;
	padding: 10px 0px;
}
.promotions a img {
	border: 0px none;
}
.promotions img {
	border: 0px none;
	display: block;
	margin: 0px auto;
}

.tableform {
	margin: 0px auto;
}

.tableform fieldset  
{  
	-moz-border-radius: 7px;  
	border: 1px #dddddd solid;  
	padding: 10px;  
	/* width: 550px; */  
	margin: 5px auto;  
	font-size: 8pt;
}  
  
.tableform fieldset legend  
{  
	/* border: 1px #1a6f93 solid;  */
	font-family: 'Trebuchet MS', Helvetica, Tahoma, 'Palatino Linotype', Arial, sans-serif;
	font-size: 8pt;
	font-style: italic;
	color: #003166;  
	font-weight: bold;   
	padding: 2px 5px;  
	-moz-border-radius: 3px;  
}  
   
.tableform	hr {
	color: #C9DAEE;
	background: #003166;
	text-align: center;
	margin: 0px auto;
	width: 375px;
	height: 3px;
	padding: 0px;
}

.tableform label  
{  
	width: 70px;  
	padding-left: 10px;  
	margin: 5px;  
	float: left;  
	text-align: left;  

}  
 
.tableform input[type="text"], .tableform password, .tableform input[type="password"]
{  
	margin: 5px;  
	padding: 1px;  
	float: left;  
}   

.tableform select {
	font-size: 10pt;
	margin: 5px;  
	padding: 1px;  
	float: left;  
}

.oneline {
	margin: 5px;
	float: none;
}
.tableform textarea {
	margin: 5px auto;
	text-align: left;
}

.tableform input[type="submit"] {
	margin: 5px auto;
	float:none;
}

.tableform input.image {
	margin: 5px auto;
	float:none;
}

.tableform br  
{  
	clear: left;  
}  




