html { min-height: 100%; margin-bottom: 1px; }  
   
body {
	font-family: verdana, helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #9CA089;
	color: #484E32;
	font-size: 13px;
	
	/* IE HACK */
	text-align: center;
}


#wrapper {
	/*  UNDO IE HACK */
	text-align: left;
	margin: 0 auto;
	width: 800px;
	background-color: #ffffff;
	margin-top: 15px;
}

#header {		
	position: relative;
	height: 100px;
	background-color: #CBDA91;
}

#mainwrapper {
	float: left;
	width: 100%;
}

#main {
	margin-right: 190px; /*Set right margin to RightColumnWidth*/
	margin-left: 10px;
}

#sidebar {
	float: left;
	width: 180px; /*Width of right column in pixels*/
	margin-left: -180px; /*Set left margin to -(RightColumnWidth) */
	background: #F8FFBC;/* E5FFBF E7FF8F*/
	border-top: 0px solid white;
}

#footer {
	clear: left;
	width: 100%;
	color: #FFF;
	text-align: center;
	padding: 10px 0;
	background-color: #9CA089;
}

#footer a {
	color: #FFFF80;
}

#innertube {
	margin: 15px 15px 50px 15px; /*Margins for inner DIV inside each column (to provide padding)*/
}

#innertube_side {
	margin: 15px 15px 50px 15px; /*Margins for inner DIV inside each column (to provide padding)*/
}

#donate {
	background-color: #E6F57B;
	padding: 15px 10px 5px 10px;

}

#right {
	float: right;
	width: 120px;
	border-left: 1px dotted #ccc; !important;
	padding: 0px 10px 0px 10px;
}

#mast {
	position: absolute;
	top: 10px;
	left: 15px;
}

#tagline {
	position: absolute;
	top: 47px;
	left: 18px;
	font-size: 13px;
	color: #737B4D;
}

#logo {
	position: absolute;
	top: 2px;
	right: 8px;
}

#section_nav {
	padding: 0;
	margin: 0;
	list-style-type: none;
			
}
	
#section_nav li {
	padding: 5px 8px;
	margin-bottom: 10px;
	line-height: 15px;

}
	
#section_nav li a {
}
	
#section_nav li.current {
	background-color: #658bca;
}
	
#section_nav li.current a {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
	
#links li {
	margin-bottom: 3px;
}
	
#links a {
	font-weight: bold;
}
	
#menu {
	float:left;
	background-color: #CBDA91;
}
	
ul#topnav,ul#topnav li
	{list-style-type:none; margin:0; padding:0}
	
ul#topnav {
	margin: 76px 0 0 10px;
}
	
ul#topnav li
	{float:left; margin-right: 5px; text-align: center;font-size: 12px;}
	
ul#topnav a
	{float:left; width: 107px; padding: 2px 0;background: #EBF2D4;text-decoration:none;color: #484E32}
	
ul#topnav a:hover
	{background: #A4C65C;color: #fff}
	
ul#topnav li.current a,ul#topnav li.activelink a:hover
	{background: #fff;color: #000}
	
/*div#rndbox{width: 18em;padding: 20px;margin:0 auto;
    background:#E6E6E6;color:#000}*/
    

hr {
	height: 0px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-color: #AAA;
	border-width: 0px;
	border-bottom-width: 1px;
	margin: 2px 0px;
	border-style: dotted;
}

h1 {
	font-weight: normal;
	font-size: 20px;
}

h2 {
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0px;
}

p {
	font-size: 13px;
	line-height: 20px;
	margin-top: 5px;
}

li {
	font-size: 13px;
	line-height: 20px;
}

p.intro {
	font-size: 16px;
	line-height: 22px;
}

p.note {
	border-top: 1px solid #ccc;
	padding-top: 12px;
	margin-top: 60px;
	font-size: 11px;
}

.small {font-size: 10px;}
.faded {color: #ccc;}
.error {color: red}
.clear {clear: both;}

img {
	padding: 5px;
}

.inset {
	float: right;
	padding-left: 10px;
	font-size: 11px;
}

.sponsors {
	margin: 10px 15px 20px 15px;
	float: left;
	text-align: center;
}




select {
	font-size: 12px;
}

a {
	color: #658bca;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}


/* LISTS */

.bullet {list-style: disc;}


ol {
	list-style-image: url('../assets/arrow.gif');
	list-style-type: decimal;
}

ul.buttons,ul.buttons li {
	margin: 0;
	padding: 0;
	list-style-type: none
}

ul.buttons li {
	float: left;
	font-size: 11px;
	margin-right: 25px
}
ul.buttons a {
	display: block;
	width: 140px;
	padding: 2px 0px;
    text-transform:uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    background: #658bca;
    color: #fff;
}

ul.buttons a:hover {
	background: #87A8D9;
	color:#FFF
}