@charset "utf-8";
html {
height: 100%;
background: url(cbg.png) repeat-y center;
background-color: #D7D3B8;
/*background-color: #06bbcc;*/
margin: 0;
padding: 0 0 0 0;
vertical-align: middle;
}
body {
	background: url(structurebg.png) no-repeat bottom left;
	background-attachment: fixed;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	min-height: 100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	vertical-align: middle;
}

a {
	border: none;
}

/* Graphical Nav Links */

#nav img {
		border: none;
}

#nav div{
	margin: auto;
}

#nav a {
	border: none !important;
}

#navHome {
	position: relative;
	top: 1px;
}



#navOfficers {
	position: relative;
	top: 3px;
}



#navKSF {
}



#navAffiliates {
}



#navPhotos {
	position: relative;
	top: 3px;
}

a {
color: #730519;
}

#nav a, #footer a  {
font-size: 10px;
}

a:visited {
color: #730519;
}

a:hover {
	color: #CC9933;
}

.oneColLiqCtr #container {
	background: #e9e7d8 url(redbar.png) top repeat-x;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top: 12px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: auto;
	width: 800px;
	max-width: 800px;
	overflow: hidden;
	vertical-align: middle;
}

.oneColLiqCtr #header {
	background: #FFFFFF;
	height: auto;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	max-width: 800px;
}

.oneColLiqCtr #mainContent {margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	height: auto;
	vertical-align: middle;
	max-width: 800px;
	padding: 10px 25px 0 25px;
	z-index: -1;
}

.oneColLiqCtr #footer {
	background: url(redbarf.png) top repeat-x;
	background-color: none;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	height: auto;
	vertical-align: middle;
	max-width: 800px;
	padding-top: 10px;
	font-size: 10px;
}

#nav {
	background: url(redbarf.png) top repeat-x;
	width: 100%;
	max-width: 800px;
	background-color: #DADAB6;
	border-bottom: 2px solid #666666;
	font-size: 10px;
	font-weight: bold;
	padding: 8px 0 4px 0;
	text-align: center;
}

#nav a {
	text-decoration:none;
}

.login, input {
	background: #FFFFFF url(txtbg.png);
	font-weight: normal;
	color: #000000;
	}
	
.whereas{
	font-size:1.5em; font-weight: bold; font-family:'Times New Roman', Times, serif}

#mainContent ul {
	font-size: 12px;
	list-style-image: url(tbullet.png);
}

img {
	margin: auto;
	border: none;
}

table {
	max-width: 798px;
	}

/* Pillar containers */

#pl {
	position: fixed;
	left: 0; bottom: 0;
	width: 100px;
	height: 50%;
	vertical-align: bottom;
}

#pr {
	position: fixed;
	right: 0; bottom: 0;
	width: 100px;
	height: 50%;
	vertical-align: bottom;
}


.pt {
background-position: bottom;
background-repeat: no-repeat;
}

.pm {
	background: url('pillarm.png') repeat-y;
	height: 50%;
}

.pb {
background: url('pillarb.png') top no-repeat;
height: 38px;
}

/* Basic styles */

.i {
font-style: italic;
}

.b {
font-weight: bold;
}
