@charset "utf-8";
/* CSS Document */
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

div#hd {
	background-color: #6c9c36;
	border-top: medium solid #666666;
	height: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
}

div#ft {
	background-color:#6c9c36;
	border-bottom: 5 solid #666666;
	color: #FFFFFF;
	padding: 0.5em;
	font-size: small;
	text-align: center;
}

div#ft a:link, div#ft a:visited { color: #CCCCCC; }

h1 {
	font-family: "Californian FB", Castellar, "Century Schoolbook", serif;
	font-weight: bold;
	font-size: 36px;
}

h2 { 
	font-weight: bold;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #6c9c36;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #006600;
	line-height: 20px;
}

p { 
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
}	

p.small { font-size: 12px; }

a { color: #006600; }

a:link, a:visited { color: #009900; }

table {
 border: thin solid #000000;
 border-collapse: separate;
 text-align:center;
 vertical-align:top;
 margin-bottom:10px;
 margin-top:10px;
 margin-right:0px;
 margin-left:10px;
 direction:ltr;
 width:250px;
 height:auto;
 display:table;
 float:none;
 overflow: hidden;
}
tr {
 vertical-align:top;
 height:auto;
 border: none;
 background-color: #FFFFFF;
}
tr.alt {
	background-color:#E1EDDC;
}


th {
 text-align:center;
 vertical-align:middle;
 border: thin solid #000000;
 color: #333333;
 font-weight: bold;
 padding: 0.5em;
 background-color: #8cbc56;
}
td { 
 text-align:center;
 vertical-align:middle;
 border: thin solid #000000;
 padding: 0.25em;
}

.container {
	width: 560px;
	padding: 15px 5px;
	margin: 3px 0 20px 0;
	border: 1px solid #ccc;
	background: #fff;
	}

/* gator */

#navGator {
	margin: 0;
	padding: 0 0 50px 0;
	border-bottom: 1px solid #9FB1BC;
	}

#navGator li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	height: 40px;
	}
	
#navGator a:link, #navGator a:visited {
	float: left;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding: 0 15px 6px 15px;
	text-decoration: none;
	color: #828485;
	}

#navGator a:link.active, #navGator a:visited.active, #navGator a:hover {
	padding-bottom: 30px;
	color: #000;
	background: url(http://www.ogns.org/system/files/images/gator.png) no-repeat bottom center;
	}

/* Home page */

div.branding {
	margin: 5px 25px;
}

div.branding img {
	padding: 5px;
	border: 5px double #999999;
}

.description {
	margin: 5px 5px 20px 20px;
}

.description p {
	margin-bottom: 1em;
	font-size: 14px;
}

.description ul { 
	font-size: 14px;
}

/*
ul.parents 
{
list-style-position: outside;
margin-left: 15px;
}

ul.parents li{
	list-style-type: disc;
}
*/