/* css FIA - Feeling Imagination Action */
/* Created by Bradley Anderson June 2005*/

.logo {
	top: 15px;
	background-repeat: no-repeat;
	font-size: 1.25em;
	color: White;
	text-align: center;
	font-family: serif;
}
.home {
	background: transparent;
	position: absolute; right: 10%; top: 20px;
}
body {
	background-color: #AA6677;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000088;
	margin: 0px;
}
.content /*basic text or image area*/ {
	font-size: 1em;
	color: #006666;
	padding: 0 10px 10px;
	margin-left: 192px;
	margin-right: 5px;
	border: 2px solid #2175bc;
	width: auto;
	z-index: 20;
	background-color: #cccd99;
}
.content img{
	float: none;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}/* adjust margins to change separation between the feature image and text flowing around it */
.content sc /*social committee page*/ {
	border: medium dotted #669999;
}
.pgdesc {
	display: none;
}
p /*paragraph*/ {
	padding: 5px;/*space to separate navigation and content*/
	margin-top: 0;
	margin-right: 20px;
	width: auto;
   display: block;
}
h1, h2, h3, h4, h5 {
	font-family: Geneva, Arial, Helvetica, san-serif;
}
h1 {
	font-size: 24px;
	margin-bottom: 0px;
	color: Navy;
}
h2 {
	font-size: 22px;
	margin-bottom: 0px;
	color: Navy;
}
h3 {
	font-size: 18px;
	margin-bottom: 0px;
	color: #000088;
}
h4 {
	font-size: 16px;
	margin-bottom: 0px;
	color: #000088;
}
h5 {
	font-size: 14px;
	margin-bottom: 0px;
	color: #000088;
}
.floatright {
	float: right;
	width: 253px;
	margin: 0 0 10px 10px;
	background-color: #fff;
	padding: 5px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
	font-size:smaller;
}

.floatrtnocap {
	float: right;
	clear:right;
	margin: 0 0 10px 10px;
}

.floatleftnocap {
	float: left;
	clear: left;
	margin: 0 10px 10px 0;
}

div.floatright img,
div.floatrtclear img {
	border-top: 2px solid #555;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 2px solid #555;
}

.floatrtclear {
	float: right;
	width: 253px;
	margin: 0 0 10px 10px;
	background-color: #fff;
	padding: 5px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
	clear: right;
	font-size:smaller;
}

p { margin-top: 0; }

#navi {
	font-size: 12px;
	position: absolute;
	left: 4px;
	top: 116px;
	width: 184px;
	padding: 3px;
	border: 1px solid #999;
	background-color: #FFFFFF;
	/*overflow: inherit;*/
}
#navi ul {
	list-style-type: none;
	/*border-top: 1px solid #eeeeee;*/
	margin: 0;
	padding: 0;
}
#navi li {
	margin: 0;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #6699aa;
}
#navi li a {
	display: block;
	text-decoration: none;
	background-color: #2175bc;
	padding: 5px 5px 5px 0.5em;
	color: #E5D2B2;
	border-right: 1px solid #333333;
	border-left: 3px solid #E5D2B2;
}
#navi ul a {
	border-left: 3px solid #6699ee;
	padding: 4px 12px 4px 10px;
}
#navi a:hover, #navi a:active {
	color: #FFFFFF;
	border-left: 3px solid #cccc99;
	border-right: 3px solid #cccc99;
	background-color: #2586d7;
}
.leftbox {
	position: relative;
	font-size: 12px;
	background-color: #cccd99;
	color: White;
/*	padding: 3px 3px;*/
	border: 1px solid #999;
	text-align: left;
	overflow: hidden;
}
.leftbox h3, .leftbox h4 {
	text-align: center;
}
a:link { /*links in the text*/
	font-weight: bold; 
	text-decoration: none; 
	color: #666699;
}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #003366;
}
a:hover, a:active {
	text-decoration: underline;
	color: #003366;
}
.emph {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.footbox {
	/*this is a box where the bottom-navigation and the copyright will be placed*/
	color: #000099;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	margin: 2px;
	border-style: ridge; /* the border property in longhand*/
	background: #DDDDDD;
}
.layer_wrap {
	position: relative;
}
.content #top .float_left {
	margin: 5px;
	float: left;
}
.content   #top   .float_right {
	margin: 5px;
	float: right;
}
.content #news1 .float_right {
	margin: 5px;
	float: right;
}
.content #backpage .float_left {
	margin: 5px;
	float: left;
}
.content #backpage .float_right {
	margin: 5px;
	float: right;
}
