body {
	font-family: sans-serif, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #A64916;
	margin-top: 3px;
}
.tbl_border {
	border: 1px solid #000000;
	height: 600px;
}
h1 {
	font-family: "Century Gothic";
	font-size: 22px;
	font-weight: normal;
	color: #71300D;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #71300D;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #71300D;
	font-style: italic;
}

.hp_heading {
	font-family: "Century Gothic";
	font-size: 24px;
	font-weight: normal;
	color: #71300D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.hp_sub {
	font-family: "Century Gothic";
	font-size: 20px;
	font-weight: normal;
	color: #71300D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
a:link {
	color: #2E5E98;
	text-decoration: none;
}
a:hover {
	color: #99651A;
	text-decoration: underline;
}
a:visited {
	color: #6B5045;
}
li {
	list-style-image: url(images/bullet01.gif);
}

.red {
	color: #aa0000;
	}
.bold {
	font-weight: bold;
	}
	
p {margin-right: 50px;
	}
	
#linktable .name, #linktable  .url {	
	font-size: 12px;
	}

#linktable  .name {
	font-weight: bold;
	text-align: left;
	}
	
	
#contact_table {
	border: 1px solid #713311;	
	}
	
#contact_table .title {
	font-weight: bold;
	}
#contact_table .header {
	text-align: center;
	margin: 0 auto;
	line-height: 2.4;
	}

a.memberlink {
	text-decoration: none;		
	}
	
a.memberlink:hover {
	text-decoration: none;
}

a.memberlink:link {
	text-decoration: none;
}

a.memberlink:visited {
	text-decoration: none;
}

a.memberlink:active {
	text-decoration: none;
}	
a.memberlink:hover {	
	cursor: pointer;
	}	
	
li.bullet {
	list-style-image: url(../images/bullet01.gif);
}

.sidemenu ul, .submenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-size: 12px;
font-family: Arial;
font-weight: normal;
text-align: left;
height: 30px;
width: 164px; /* Main Menu Item widths */
border-left: 1px solid #ffffff;
cursor: pointer;
position: relative; z-index: 9999;
}
 
.sidemenu ul li, .submenu ul li{
position: relative;
}

.sidemenu ul li {
border-bottom: 3px solid #ffffff;	
}

/* Top level menu links style */
.sidemenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #ffffff;
text-decoration: none;
padding: 6px;
}

.sidemenu ul li a:link, .sidemenu ul li a:visited, .sidemenu ul li a:active{
background: #606FA6 url(../images/button_out5.gif) no-repeat;
}

.sidemenu ul li a:visited, .sidemenu ul li a:link, .sidemenu ul li a:active {
color: #ffffff;
}

.sidemenu ul li a:hover{
background: #606FA6 url(../images/button_in5.gif) no-repeat;
text-decoration: none;
}

/*Sub level menu items */
.sidemenu ul li ul{
position: absolute;
width: 164px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidemenu ul li ul li {
border-bottom: 0px;
}

.sidemenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}

/* Holly Hack for IE \*/
* html .sidemenu ul li { float: left; height: 1%; }
* html .sidemenu ul li a { height: 1%; }
/* End */
