a:link {
	text-decoration: none;
	color:#333333;
}
a:visited {
	text-decoration: none;
	color:#333333;
}
a:hover {
	color:#000000;
}

a.menubtn:link{
	
	font-size:16px;
	color:#333333;
}

a.menubtn:visited {
	color:#333333;
	background:none;
}


a.menubtn:hover {
	color:#000000;
	background:none;
}

html, body {
	height: 100%;
}


body {
	margin: 0px;
	background-color: #FFFFFF;
	background-position: center;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}

.contentpos{
	width:950px;
	text-align:left;
	margin:auto;
	background-repeat: no-repeat;
}

.content{
	position: relative;
	top:0px;
	left:0px;	
}

.headerblock{
	position: relative;
	width:950px;
	height:150px;
}

.logomenustrip{
	position: relative;
	width:950px;
	height:80px;
	/*border: 1px solid #000;*/
	
}

.pageContent{
	position:relative;
	width:950px;
	/*border: 1px solid #000;*/
	min-height:500px;
}

.pageFooter{
	position:relative;
	width:950px;
	height:40px;
	background-color:#a10506;
	
}

.logopos{
	width:210px;
	height:80px;
	padding-left:20px;
	padding-top:30px;
}

.menupos{
	position:absolute;
	left:210px;
	top:0px;
	height:80px;
}

.menuitem{
	font-family:Arial;	
	float: left;
	padding-right:20px;
	padding-top:38px;
}

.submenupos{
	position:absolute;
	left:30px;
	width:180px;
	

}
.submenutxt{
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	line-height:30px;
}

.textCol{
	padding-left:210px;
	width:410px;
}

.pageGfx{
	position:absolute;
	top:0px;
	right:0px;
	/*padding-left:20px;*/
}

.contactForm{
	position:absolute;
	top:0px;
	left:610px;
	width:260px;
	padding:20px;
	background-image: url(images/mailbg.gif);
}

h1{
	font-family:Arial;
	font-size:24px;
	color:#a10506;
	font-weight:normal;
	margin-bottom:40px;
}

.red{
	color:#a10506;
}

.subheader{
	font-family:Arial;
	font-size:12px;
	color:#a10506;
	line-height:18px;
	font-weight:bold;
}
.subheader2{
	font-family:Arial;
	font-size:11px;
	color:#a10506;
	line-height:18px;
	font-weight:bold;
}
.subheader3{
	font-family:Arial;
	font-size:11px;
	color:#a10506;
	line-height:18px;
}

p{
	font-family:Arial;
	font-size:12px;
	color:#333333;
	line-height:18px;
}

p.small{
	font-size:11px;
	line-height:18px;
}


hr{
	padding:0px;
	margin-bottom:20px;
	border:None;
	border-bottom:1px solid #a10506;
}