@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif; 	

}

#container {
	background-color: #FFFFFF;
	width: 100%;	
}

#main {
	width: 910px;
}

#header {
	width: 100%;
	background-color: #000066;
}

#left_col {
	display: inline;
	clear: none;
	float: left;
	width: 200px;	
	font-family: Arial, Helvetica, sans-serif; 	
	}
#nav {
	float: left;
	}	
#box {
	padding: 0 0 0 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;	
}
#spacer {
	height: 150px;	
}
	
#right_col {
	display: inline;
	float: left;
	width: 700px;
	padding-left: 10px;
	padding-top: 0;
	clear: none;
}

#footer {
	clear: both;
	width: 100%;
	background-color: #000066;
}

#notify {
	border-style: solid;
	border-width: 1px;
	border-color: #FFCC66;
	background-color: #FFFF99;	
	margin: 15px 0 0 0;
	padding: 5px 5px 5px 5px;
}


h1, h2, h3 { font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: #333333; }
/*
h2 { font-size: 1.25em; }
h2 a { color: #000; text-decoration: none; }
h2 a:visited { color: #555; text-decoration: none; }
h2 a:hover { color: #090; text-decoration: underline; }
h4 { font: italic 1em Arial, Helvetica, sans-serif; color: #888; }
h4 a, h4 a:visited { color: #888; text-decoration: none; }
h4 a:hover { color: #888; text-decoration: underline; }

*/
#right_col h2 {
	margin: 0 0 0 0;
	}

#right_col h4 {
	margin: 0 0 0 0;
	}
	
#right_col h6 {
	margin: 0 0 0 0;
	}
		
#right_col p {
	margin: 5px 0 0 0;
	}

.update {
/*	margin: 0 0 0 0;
*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	

	}

.style1, .style2, .style3 {color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 15px;}
.style1 { font:bold; }
.style2 { text-decoration: none; }
.style4 {color: #FFFFFF;}

div.update {
	width: 500px;
	margin-bottom: 20px;
	padding: 2px;
	color: #333333; 
	}

#right_col a, #left_col a {
	font-size: .95em;
	font-family: Helvetica, Arial, sans-serif; 
	color: #333333;
	text-decoration: none;
	
	}

#right_col a:hover, #left_col a:hover {
	font-size: .95em;
	color: #666666;
	text-decoration: underline;
	}

table.top {
	background-color: #FFFFCC;
	width: 100%;
	height: 36px;
}
.top_headline {
	text-transform: capitalize;
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	margin-top: 10px;	
	}
.body_headline {
	border-bottom: 1px solid #A6A6A6;
	margin-top: 10px;
}

.skinnyButton {
	margin: 0;
	padding: 0;
}
.submitLink {
   color: #00f;
   background-color: transparent;
   border-top: 0;
   border-right: 0;
   border-bottom: 1px solid #00F;   
   border-left: 0;
   cursor: pointer;
   display: inline;
   margin: 0;
   padding: 0;
  }	
*:first-child+html .submitLink {		/* hack needed for IE 7 */
	border-bottom: 0;
	text-decoration: underline;
}

* html .submitLink {				/* hack needed for IE 5/6 */
	border-bottom: 0;
	text-decoration: underline;
}  
  
.yes {
	display: inline;
	color: #FFFFFF;
	font-weight: bolder;
	border: 1px solid #17731E;
	background-color: #17731E;

/*	background-color:#B8F5B1;	*/
}

.no {
	display: inline;
	color: #FFFFFF;
	font-weight: bolder;
	border: 1px solid #CC3333;
	background-color: #CC3333;
/*	background-color:#FF9F9F;	*/
}	

.grid {
	border-collapse: collapse;
}	

.cone {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	padding: 5px 5px 5px 5px; 
	margin: 0px 0px 0px 0px;
}

.lone {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	text-align: left;
	padding: 5px 20px 5px 20px; 
	margin: 0px 0px 0px 0px;
}

.rone {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	text-align: right;
	padding: 5px 20px 5px 20px; 
	margin: 0px 0px 0px 0px;
}	

.in {
	display: inline;
}

.memlist_name {
	padding: 15px 0px 0px 0px;
}

.memlist_print {
	page-break-inside: avoid;
}

.readings {
	margin-top: 5px;
}

.fp_table {
	width: 33.33%;
	vertical-align: top;
}
