a:link {
	color:#ffffff;
}
a:link {
	color: #EEE7B0;
	text-decoration: none;
}
a:visited {
	color: #EEE7B0;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #D6D6D6;
}


h2 {
	font-weight:bold;
	font-size:16pt;
}
h3 {
	font-weight:bold;
	font-size:12pt;
}

#header {
	width:100%;
	background-color:#4D201B;
	background-image: url(images/darktool200x860.png);
	background-repeat: repeat;
	height: 230px;
	text-align: center;
	vertical-align: top;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #EEE7B0;
}

#mainContent {
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	vertical-align: middle;
	background-color: #EEE7B0;
}
#mainContent table {
	background-color:#EEE7B0;
}
#mainContent a:link {
	color:#5C341A;
}
#mainContent a:visited {
	color:#5C341A;
}
#mainContent a:hover {
	color:#5C341A;
}
#mainContent a:active {
	color:#5C341A;
}
#navBar {
	white-space: nowrap;
	background-color: #5E2712;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 55;
	margin: 0px;
	text-align: center;
	height: 60px;
}
#bottom {
	text-align:center;
}

#footer {
	width:100%;
	height:40px;
	background-color:#702E1E;
	color:#5C341A;
	text-align:right;
	
}
.linkstyle {
	color: #EEE7B0;
	font-size: 16px;
}

