@charset "UTF-8";
* {
	margin:0px;
	padding:0px;
	border:0px;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: 80%; /* 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. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	max-width: 1000px;
	min-width: 750px;
	background-color: #FFFFFF;
}
#container img.headImage {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#container h1 {
	position: absolute;
	top: -1000px;
}
#menu {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url(../images/FRU_menu_04.jpg);
	background-repeat: repeat-x;
	background-position: left;
	height: 54px;
}
#menuLeft {
	background-image: url(../images/FRU_menu_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 10px;
	height: 54px;
}
#menuRight {
	background-image: url(../images/FRU_menu_06.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	width: 10px;
	height: 54px;
}
#menuCenter {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 12px;
}
#menuCenter p {
	text-align: center;
	margin: 0px;
}
#menuCenter  ul {
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 0px;
}
#menuCenter  li {
	display: inline;
}
#menuCenter  li  a {
	color: #0355A4;
	font-family: "Century Gothic", sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #FFFFFF;
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
	margin-top: 0px;
}
#menuCenter  li  a:hover {
	color: #FFFFFF;
	background-color: #0355A4;
}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 90%;
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 15px;
	margin-left: 5%;
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: bold;
	color: #0355A4;
	margin: 0px;
	padding: 0px;
	position: static;
}
#mainContent  h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #0355A4;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent p.lead {
	font-weight: bold;
	color: #0355A4;
	font-family: "Century Gothic", sans-serif;
	font-size: 1em;
	margin-bottom:8px;
}
#mainContent p {
	font-family: "century gothic";
	font-size: .9em;
	color: #666666;
	margin-bottom:8px;
}
#mainContent blockquote {
	font-family: "century gothic";
	font-size: .9em;
	color: #666666;
	margin:8px 25px;
}
#mainContent ol {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
#mainContent ul {
	margin-bottom: 8px;
}
#mainContent li {
	font-family: "Century Gothic";
	font-size: 0.9em;
	color: #666666;
	list-style-position: outside;
	margin-left: 25px;
}
#oneThirdRight {
	background-image: url(../images/fru_ColumnGutter_02.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	float: right;
	width: 33%;
	min-width: 175px;
	max-width: 237px;
	margin-left: 15px;
	padding-left: 15px;
}
#oneThirdRight h2 {
	font-family: "Century Gothic";
	font-weight: bold;
	color: #666666;
	margin: 10px 0px 7px;
	padding: 0px;
}
#oneThirdRight p {
	font-family: "Century Gothic";
	font-size: 0.9em;
	color: #666666;
	text-align: left;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}
#oneThirdRight ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#oneThirdRight li {
	font-family: "Century Gothic";
	font-size: 0.9em;
	color: #666666;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#oneThirdRight img {
	width: 100%;
}
#adminSidebar {
	width: 20%;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 2%;
}
#adminSidebar img {
	width: 100%;
	}
#adminSidebar h3 {
	font-family: "Century Gothic", sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #0355A4;
}
#adminSidebar p {
	font-family: "Century Gothic";
	font-size: 0.9em;
	color: #666666;
	margin-bottom:8px;
}
#adminSidebar ol {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
#adminSidebar li {
	font-family: "Century Gothic";
	font-size: 0.9em;
	color: #666666;
	list-style-type: none;
}
#adminSidebar a {
	font-family: "Century Gothic";
	font-size: 0.9em;
	font-weight:bold;
	color: #0355A4;
}
#adminContent {
	margin-left: 25%;
	margin-top: 15px;
	margin-right: 5%;
	margin-bottom: 15px;
}
#adminContent table {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#adminContent td.heading {
	font-family: "Century Gothic";
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0355A4;
	text-align: center;
	padding: 4px;
}
#adminContent td {
	margin: 0px;
	padding: 8px 4px;
	text-align: left;
	vertical-align: top;
}
#adminContent td.label {
	font-family: "Century Gothic";
	font-size: 0.9em;
	font-weight: bold;
	color: #666666;
	text-align: right;
	padding: 8px 4px;
	vertical-align: top;
}
#adminContent td.submitCell {
	text-align: center;
}
#adminContent input.textField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
	text-align: left;
	padding: 2px;
	width: 100%;
	border: thin solid #999999;
}
#adminContent input.submitButton {
	font-family: "Century Gothic";
	color: #FFFFFF;
	background-color: #0355A4;
	padding: 5px;
}
#adminContent h1 {
	font-family: "Century Gothic", sans-serif;
	font-size: 1.75em;
	font-weight: bold;
	color: #0355A4;
	margin: 0px;
	padding: 0px;
	position: static;
}
#adminContent  h2 {
	font-family: "Century Gothic", sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #0355A4;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#adminContent p.lead {
	font-weight: bold;
	color: #0355A4;
	font-family: "Century Gothic", sans-serif;
	font-size: 1em;
	margin-bottom:8px;
}
#adminContent p {
	font-family: "century gothic";
	font-size: .9em;
	color: #666666;
	margin-bottom:8px;
}
#adminContent ol {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
#adminContent li {
	font-family: "Century Gothic";
	font-size: 0.9em;
	color: #666666;
	list-style-position: outside;
	margin-left: 25px;
}
#adminContentDeep {
	margin-left: 25%;
	margin-top: 15px;
	margin-right: 5%;
	margin-bottom: 15px;
}
/*#adminContentDeep table {
	width: 600px;
	margin: 0px;
	padding: 0px;
}*/
#adminContentDeep fieldset {
	padding: 5px;
	border: thin solid #666666;
}
#adminContentDeep td.heading {
	font-family: "Century Gothic";
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0355A4;
	text-align: center;
	padding: 4px;
}
#adminContentDeep  td.labelDeep {
	font-family: "Century Gothic";
	font-size: 0.7em;
	font-weight: bold;
	color: #666666;
	text-align: right;
	padding: 4px;
	vertical-align: top;
}
#adminContentDeep  td.content {
	font-family: "Century Gothic";
	font-size: 0.7em;
	color: #666666;
	text-align: left;
	padding: 4px;
	vertical-align: top;
}
#adminContentDeep  td.gender {
	font-family: "Century Gothic";
	font-size: 0.7em;
	font-weight: bold;
	color: #666666;
	text-align: left;
	padding: 4px;
	vertical-align: top;
}
#adminContentDeep td.submitCell {
	text-align: center;
}
#adminContentDeep input.textField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
	text-align: left;
	padding: 2px;
	width: 100%;
	border: thin solid #999999;
}
#adminContentDeep input.submitButton {
	font-family: "Century Gothic";
	color: #FFFFFF;
	background-color: #0355A4;
	padding: 5px;
}
#adminContentDeep select {
	border: thin solid #666666;
}
#adminContentDeep h1 {
	font-family: "Century Gothic", sans-serif;
	font-size: 1.75em;
	font-weight: bold;
	color: #0355A4;
	margin: 0px;
	padding: 0px;
	position: static;
}
#adminContentDeep  h2 {
	font-family: "Century Gothic", sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #0355A4;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#adminContentDeep p.lead {
	font-weight: bold;
	color: #0355A4;
	font-family: "Century Gothic", sans-serif;
	font-size: 1em;
	margin-bottom:8px;
}
#adminContentDeep ol {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
#adminContentDeep li {
	font-family: "Century Gothic";
	font-size: 0.9em;
	color: #666666;
	list-style-position: outside;
	margin-left: 25px;
}
#footer {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 90%;
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 15px;
	margin-left: 5%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFCC;
}#footer p {
	font-family: "Century Gothic";
	font-size: .7em;
	color: #999999;
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer a {
	color: #0355A4;
	font-family: "Century Gothic";
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: underline;
}
#footer ul {
	text-align: center;
}
#footer li {
	display: inline;
}
#footer li a {
	color: #0355A4;
	font-family: "Century Gothic";
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #FFFFFF;
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 3px;
}
#footer li a:hover {
	color: #FFFFFF;
	background-color: #0355A4;
}
.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;
}
.warning {
	color: #FF0000;
}
#mainContent img.eventImg {
	width: 65%;
	margin-top: 10px;
	max-width: 500px;
}
.linksbigtext {
	font-size: 18px;
	color: #0355A4;
	font-family: "Century Gothic";
	font-weight:bold;
}
.linksmalltext {
	font-size: 14px;
	color: #666;
	font-family: "Century Gothic";
}
.headertext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #0355A4;
	font-weight: bold;
}
.notesTable {
	font-family: "Century Gothic";
	font-size: .7em;
	color: #666666;
	text-align: left;
}
#container #adminContentDeep #members table {
	display: inline;
}
#container #adminContentDeep #members #sobrietyDate {
		font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #000000;
	text-align: left;
	padding: 2px;
	width: 100%;
	border: thin solid #999999;
}