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

html, body, div, span, applet, object, iframe, h, h2, h3, h4, h5, h6	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body	{
	background-color: #59392D;
	background-image: url(images/texture_5.png);
	background-repeat:repeat;
	color: #2E2D2C;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:  12px;
	line-height: 18px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	
}

table	{
	background-color: #FFF;
	border-collapse: collapse;
}

img	{
	border: 1px #59392D solid;
}

hr {
	background-color: #59392D;
	color: #59392D;
	height: 1px;
	width: 100%;
}
ul li {
	list-style-image: url('images/bullet.gif'); 
	font-size: 100%;
}

h1	{
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	font-size: 16px;
	color: #826A50;
	font-weight: bold;
	line-height: 18px;
}

h2	{
	font-family: Arial, Helvetica, sans-serif;
	color: #84AC73;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}



a, a:link	{
	color: #59392D;
	font-weight: bold;
	text-decoration: none;
}

a:visited	{
	color: #59392D;
	font-weight: bold;
	text-decoration: none;
}

a:hover	{
	color: #84AC73;
	text-decoration: underline;
}

a:focus	{
	color: #84AC73;
}

a:active	{
	color: #732600;
	
}


.wrapper	{
	width: 1024px;
	background-color: #FFF;
	margin: 20px auto 0 auto;
}

.header	{
	background-image: url(images/logoimage.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 1px #826A50 solid;
	height: 170px;
}

.topNavigation	{
	background-color: #FFF;
	height: 25px;
	text-allign: center;
	border-bottom: 1px #826A50 solid;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.sidebar1	{
	background-color: #F4F1E7;
	border-right: 1px solid #826A50;
	padding: 15px 15px 15px 15px;
	width: 220px;
	text-align: left;
	vertical-align: top;
}

.sidebar2	{	
	background-color: #F4F1E7;
	border-left: 1px solid #826A50;
	padding: 15px 15px 15px 15px;
	width: 220px;
	text-align: left;
	vertical-align: top;
}

.content	{
	background-color: FFF;
	color: #000;
	padding: 15px 15px 15px 15px;
	width: 494px;
	text-align: left;
	vertical-align: top;
}

.contentwide	{
	background-color: #FFF;
	color: #000;
	line-height: 14px;
	padding: 15px 15px 15px 15px;
	width: 744px;
	text-align: left;
	vertical-align: top;
}

.footer	{
	background-color: #F4F1E7;
	font-family:Arial, Helvetica, sans-serif;
	border-top: 2px #826A50 solid;
	text-align: center;
	height: 30px;
}
	

