@charset "utf-8";
body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #CCC;
	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;
}
#container  {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 
#header  {
	padding: 0px;  /* 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. */
} 
#header #loginContainer {
	width: 300px;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 120px;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}
#loginContainer form {
	margin: 0px;
	padding: 0px;
}
#loginContainer  input {
	margin-left: 10px;
	margin-top: 5px;
	height: 10px;
	width: 100px;
	vertical-align: text-bottom;
}
#loginContainer #search {
	width: 150px;
	margin-top: 15px;
}
#login label {
	font-size: 12px;
	line-height: 12px;
}
#searchForm label {
	font-size: 14px;
	line-height: 14px;
}
#topNavBar {
	background: #656600;
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: right;
}
#topNavBar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#topNavBar li {
	display: inline;
	margin-right: 0px;
	margin-left: 15px;
	text-align: center;
}
#topNavBar a {
	text-decoration: none;
	border-right: 1px solid #C7C900;
	padding-right: 15px;
	color: #C7C900;
}
#topNavBar #join {
	border-right-style: none;
}
#mainNavBar {
	margin-top: 5px;
	background: #000;
	height: 21px;
	border-bottom: 6px solid #656600;
	padding-top: 2px;
	padding-bottom: 2px;
}
.home #HomeImageContainer {
	clear: both;
	border-bottom: 6px solid #000;
	height: 260px;
	margin-bottom: 5px;
}
.home #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 174px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #F1D5C3; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 10px; /* padding keeps the content of the div away from the edges */
}
.home  #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 168px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #F1D5C3; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 10px; /* padding keeps the content of the div away from the edges */
}
.home #mainContent {
	margin: 0 194px 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.subpage #ThreeColSubContainer {
	padding-top: 10px;
}
.subpage #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 110px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 10px; /* padding keeps the content of the div away from the edges */
}
.subpage #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 110px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 10px; /* padding keeps the content of the div away from the edges */
	text-align: center;
}



.subpage #mainContent {
	margin: 0 136px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 20px 10px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.subpage   #container  .AboutSidebars {
	background: #9D5A15;
}
.subpage  .AboutBG {
	background: url(images/about-bg.gif) repeat-y 0px 0px;
}
.subpage #container .EventsSidebars {
	background: #52016A;
}
.subpage   .EventsBG {
	background: url(images/events-bg.gif) repeat-y 0px 0px;
}
.subpage   .NewsBG {
	background: url(images/news-bg.gif) repeat-y 0px 0px;
}
.subpage #container .NewsSidebars {
	background: #327C83;
}
.subpage #mainContent .NewsHeader {
	color: #3D959D;
	font-size: 20px;
}
.subpage  .JournalBG {
	background: url(images/journal-bg.gif) repeat-y 0px 0px;
}
.subpage #container .JournalSidebars {
	background: #C47600;
}
.subpage #mainContent .OnlineJournalHeader {
	color: #C47600;
	font-size: 20px;
}
.subpage #ThreeColSubContainer.ResourcesBG {
	background: url(images/resources-bg.gif) repeat-y 0px 0px;
}
.subpage #container .ResourcesSidebars {
	background: #810020;
}
.subpage #mainContent .ResourcesHeader {
	color: #810020;
	font-size: 20px;
}












.home  .SidebarHeadings   {
	background: #656600;
	margin: 0px -10px;
	padding: 5px 0px 5px 10px;
	font-size: 14px;
	color: #FFFFFF;
}
.SidebarSubhead {
	font-weight: bold;
	color: #9D5A15;
	font-size: 14px;
}
.home  .MiddleColumnTopBar {
	background: #656600;
	margin: 0px -10px;
	padding: 5px 0px 5px 10px;
	font-size: 14px;
	color: #656600;
}
.home .MiddleColHeader {
	font-size: 24px;
	color: #656600;
	margin: 10px 0px 0px;
	padding: 0px;
}
.subpage .SubPageHeader {
	font-size: 20px;
	color: #9D5A15;
}
.subpage #mainContent .EventMonth {
	font-weight: bold;
	color: #52016A;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}
.subpage #mainContent .Event {
	margin-top: 5px;
	margin-left: 20px;
}


a  {
	color: #9D5A15;
}
a:hover {
	text-decoration: none;
}

#footer  {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	border-top: 6px solid #000000;
} 
#footer a {
	text-decoration: none;
	color: #000000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

