body, html {
	height: 100%;
	min-height: 100%;
	min-width: 1000px;
	margin: 0px 0px 0px 0px;
	/*background-image: url(/images/bodybg.png);
	background-repeat: repeat-x;*/
	background-color: #684d32;
}

.outer {
	height: auto !important;
	min-height:100%;
	height: 100%;

	margin-left: 50px;
	margin-right: 50px;

	min-width: 950px;
	text-align: center;
}

.rightshadow {
	height: auto !important;
	min-height:100%;
	height: 100%;

	background-image: url(/images/rightshadow.png);
	background-repeat: repeat-y;
	background-position: right;
}

.bottomshadow {
	height: 23px;
	background-image: url(/images/shadowbottom.png);
	background-repeat: repeat-x;
}

.bottomshadowleft {
	height: 23px;
	background-image: url(/images/shadowbottomleft.png);
	background-position: left;
	background-repeat: no-repeat;
}

.bottomshadowright {
	height: 23px;
	background-image: url(/images/shadowbottomright.png);
	background-position: right;
	background-repeat: no-repeat;
}

.inner {
	height: auto !important;
	min-height:100%;
	height: 100%;

	margin-left: 0px;
	margin-right: 30px;
	
	border-left: 5px solid #080808;
	border-right: 5px solid #080808;

	/*background-image: url(/images/innerbg.png);
	background-repeat: repeat-x;
	background-position: bottom;*/
	background-color: #868b00;
}

.logoskip {
	height: 150px;
	background-color: #080808;
}

.rightulcorner {
	height: 50px;
	background-image: url(/images/rightulcorner.png);
	background-repeat: no-repeat;
}

.logo {
	height: 150px;
	width: 100%;
	background-color: #080808;
}

.logo img {
	border: none;
}

.navbg {
	height: 50px;
	width: 100%;
	background-image: url(/images/navbg.png);
	background-repeat: repeat-x;
}

.nav {
	padding-top: 20px;
	padding-left: 50px;
	text-align: left;
}

.nav a:link, .nav a:active, .nav a:visited, .nav a:hover {
	color: #ffffff;
	font-family: "Helvetica";
	font-size: 16px;
	text-decoration: none;
	width: 165px;
/*	display: table-cell;*/
	display: inline-block;
	text-align: center;
}

.nav a:hover {
	text-decoration: underline;
}

.selected {
	background-image: url(/images/navselect.png);
	background-position: left;
	background-repeat: no-repeat;
}

.subselected {
	font-weight: bold;
}

.innercontainer {
	
}

#smalllinks {
	padding-right: 5px;
	border-right: 1px solid white;
}

#smalllinks a:link, #smalllinks a:visited, #smalllinks a:hover, #smalllinks a:active {
	width: 140px;
	font-size: 12px;
	margin-right: 5px;
}

.rightcolumn {
	margin-left: 230px;
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: #ffffff;
}

.rightcolumntop {
	background-position:left top;
	background-image: url(/images/rightcolumntop.png);
	background-repeat: no-repeat;
}

.rightcolumnbot {
	background-position:left bottom;
	background-image: url(/images/rightcolumnbot.png);
	background-repeat: no-repeat;
	padding: 20px 20px 0px 20px;
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	text-align: left;
}

.rightcolumnbot a:link, .rightcolumnbot a:active, .rightcolumnbot a:hover, .rightcolumnbot a:visited {
	color: #000000;
	text-decoration: none;
}

.rightcolumnbot a:hover {
	text-decoration: underline;
}

.leftcolumn {
	width: 200px;
	position: absolute;
	left: 55px;
	top: 230px;
	background-color: #575a00;
}

.leftcolumnaddress {
	background-color: #868b00;
	text-align: right;
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	padding: 20px 20px 20px 20px;
}

.leftcolumnaddress a:link, .leftcolumnaddress a:visited, .leftcolumnaddress a:hover, .leftcolumnaddress a:active {
	color: #ffffff;
	text-decoration: none;
}

.leftcolumnaddress a:hover {
	text-decoration: underline;
}

.leftcolumntop {
	background-position:right top;
	background-image: url(/images/leftcolumntop.png);
	background-repeat: no-repeat;
}

.leftcolumnbot {
	background-position:right bottom;
	background-image: url(/images/leftcolumnbot.png);
	background-repeat: no-repeat;
	padding: 20px 20px 20px 20px;
	font-family: Arial;
	font-size: 16px;
	color: #ffffff;
	text-align: right;
}

.leftcolumnbot a:link, .leftcolumnbot a:active, .leftcolumnbot a:hover, .leftcolumnbot a:visited {
	color: #ffffff;
	text-decoration: none;
	width: 160px;
	display: inline-block;
}

.leftcolumnbot a:hover {
	text-decoration: underline;
}

.tabsnav {
	width: 140px;
	float: left;
}

.tabsnav a:link, .tabsnav a:active, .tabsnav a:visited, .tabsnav a:hover {
	display: block;
	background-image: url(/images/tabnav.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 140px;
	height: 60px;
}

.tabsmain {
	float: left;
}

.bottomspace {
	height: 100px;
}

.footer {
	font-family: "Arial";
	font-size: 12px;
	text-align: center;
	color: #bbbbbb;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

