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

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #797671;
	background: url(../img/template/bg.png);
}

h3 {
	color: #881720;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

a {
	color: #797671;
}

img {
	border: 0px;
}

/* ids */

#flashcontent {
	margin-left: 45px;
	background: transparent;
}

.menu a {
	background: url(../img/template/tabs.png) no-repeat center left;
	width: 88px;
	_width: 101px;
	height: 43px;
	_height: 63px;
	display: block;
	color: #baae9b;
	position: absolute;
	text-decoration: none;
	text-align:left;
	padding: 13px 0px 0px 20px;
}

.menu .tabactive {
	background: url(../img/template/tabOver.png) no-repeat center left;

}

.staticmenu a:hover {
	background: url(../img/template/tabOver.png) no-repeat center left;
}

.leftBox {
	background: url(../img/template/boxRight.png) top right no-repeat;
}

.rightBox {

	background: url(../img/template/boxLeft.png) top left no-repeat;
}

.boxText {
	padding: 15px 15px 15px 20px;
	line-height: 16px;
	font-size: 11px;
}

.boxText p {
	margin-top: 0px;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 955px;
	position: relative;
}

#header {
	background: url(../img/template/headerbg.jpg);
	height: 125px;
	position: relative;
}

#navBar {
	width: 955px;
	height: 32px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #881720;
	z-index: 10;
	text-align: center;
}

#navBar a {
	display: block;
	line-height: 32px;
	height: 32px;
	background:url(../img/template/navbarbg.png) no-repeat top left;
	text-align: center;
	width: 156px;
	color: #ffffff;
	float: left;
	text-decoration: none;
}

#body {
	background: url(../img/template/pagebg.png) top left no-repeat;
	height: 286px;
	margin-top: 5px;
	position: relative;
}

#footer {
	margin-top: 5px;
	position: relative;
}

#footerText {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 955px;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	z-index: 20;
}