@charset "UTF-8";
/* CSS Document */

body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #193e3c;
	background-image:url(../graphics/KOSBackMarble.jpg); background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
}
.oneColFixCtrHdr #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f9f3ec;
	margin:25px auto;
	border:solid 3px #66CC33;
	text-align: left; /* this overrides the text-align: center on the body element. */
		background-image:url(../graphics/GirlBack.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #header {
width:880px;
/*	background: #DDDDDD; */ 
	margin-left: -20px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:24px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-right:50px;
	min-height:500px;
	width:600px;
}
.oneColFixCtrHdr #mainContent h1 {
	width:500px;
}
.oneColFixCtrHdr #mainContent p
{ width:600px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f9f3ec;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
}
#navcontainer ul
{
padding-left:170px;
background:url(../graphics/Navback.png);
margin-left:-20px;
padding-top:0;
margin-top:20px;
margin-bottom:55px;
float: left;
width:710px;
font-family: Myriad Pro, helvetica, sans-serif;
font-size:12px;
text-transform:uppercase;
font-weight:bold;
height:48px;
z-index:1;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding:15px 12px 10px 12px;
color: #003300;
text-decoration: none;
float: left;
height:50px;
white-space:nowrap;
}

#navcontainer ul li a:hover
{
background-image:url(../graphics/NavBackOn.png); background-repeat:repeat-x;
color: #003300;
}
#navcontainer a#current
{
background-image:url(../graphics/NavbackHover.png); background-repeat:repeat-x;
}

.logo
{
border:none;
z-index:0;
margin-bottom:10px;
margin-top: -120px;
margin-left:-10px;
}
.donation
{
width:200px;
}
.boardmug
{ margin:0 10px 10px 20px;
border: 1px solid;
border-color:#003333;
padding:10px;
background:#FFFFFF;
float:right;
}
.whiteframe
{ margin:0 10px 10px 10px;
border: 1px solid;
border-color:#003333;
padding:10px;
background:#FFFFFF;
}
.buttons
{
display:block;
width:670px;
height:110px;
margin-top:15px;
}
.buttons2ndRow
{
display:block;
width:670px;
height:100px;
margin-top:10px;
}
#rightcolumn
{
width:160px;
height:400px;
float:right;
margin-top:435px;
padding-right:25px;
}
.subhead
{
text-transform:uppercase;
color:#333333;
font-family:Helvetica, Verdana, Arial, sans-serif;
font-size:11px;
margin-bottom:-10px;
}