@charset "utf-8";
.header_cell {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
hr {
	border-top-width: thin;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #440000;
	width: 95%;
}
body {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #2A1F00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2A1F00;
}
a:active {
	color: #2A1F00;
	text-decoration: none;
}
.main_table {
	background-color: #FFFFFF;
	border: 1px solid #9CD36D;
	padding-right: 5px;
	padding-left: 5px;
	text-align: justify;
}
.container_table .main_table p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

a:hover {
	color: #FFFFFF;
	background-color: #007F00;
	text-decoration: none;
}
.container_table {
	vertical-align: top;
	padding-top: 5px;
}
.module_content  ul {
	padding-left: 5px;
	margin-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.container_table .module_content p {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

.content_heading1 {
	font-size: 22px;
	font-weight: bold;
	color: #551F00;
}
.module_top {
	background-image: url(images/module_top.jpg);
	background-repeat: repeat-y;
	font-size: 14px;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}
.copyright_module {
	background-color: #64AC2E;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #000000;
	text-align: center;
}

.table_spacer {
	height: 5px;
	width: 5px;
}

.module_content {
	font-size: 14px;
	font-weight: normal;
	color: #2A1F00;
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #FFFFFF;
	border: 1px solid #9CD36D;
	padding-right: 5px;
	padding-left: 5px;
}
li {
	list-style-image: url(images/bullet.jpg);
	padding-top: 3px;
	padding-bottom: 3px;
}
.contactustable {
	border: 1px double #007F00;
}
.standardtable {
	border: 1px double #007F00;
}
ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.container_table .module_content a:hover {
	color: #FFFFFF;
	background-color: #007F00;
	text-decoration: none;
	padding: 3px;
}
	.trigger{
	cursor:pointer;
	font-size: 20px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}		
	.trigger:hover{
		cursor:pointer;
		background:#CCCC99;
	}		
	.expanded{
		background:#CCCC99;
		cursor:pointer;
		font-size: 20px;
		font-weight: bold;
		color: #660000;
	}
	.expanded:hover{
		background:#DCBE81;
		cursor:pointer;
	}
	.show{
		 position:static;
		 display: table;
	}
	.hide{
		position:absolute;
		left:-999em;
		height:1px;
		width:100px;
		overflow:hidden;
	}


