/* Base Stylesheet for Emerald Knights. */

blockquote {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #000;
	}
	
.button {
	margin: 0 4px;
	}
	
.button_title {
	font-size: 14px;
	font-weight: bold;
	margin-top: 24px;
	}
	
#container {
	width: 700px;
	margin: 0 auto;
/*	border: 2px solid #fff; */
	background-color: #fff;
	}

#content {
	margin: 0 auto;
	padding: 12px 24px;
	border-top: 1px solid #000;
	}

#css_styles {
	width: 700px;
	height: 25px;
	margin: 12px auto;
	}
	
.css_styles_text {
	color: #fff;
	text-align: center;
	padding-bottom: 6px;
	line-height: 16pt;
	}

.divider {
	width: 52px;
	height: 35px;
	margin: 6px auto;
	background: url(../rings.png) no-repeat;
	}
		
#fl_info {
	width: 250px;
	height: auto;
	margin: 6px auto;
	padding: 12px 0px;
	border: 1px solid #000;
	}
	
h1 {
	display: none;
	}
	
hr {
	width: 25%;
	}
	
.highlight {
	font-size: 11pt;
	font-weight: bold;
	}
	
.member_listing {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #000;
	}
	
#navbar {
	width: 688px;
	padding: 6px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	text-align: center;
	background: #fff;
	}
	
#navbar_bottom {
	width: 688px;
	margin: 0 auto;
	padding: 12px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	}
	
p {
	text-align: justify;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #000;
	}
	
ul {
	font-family: Helvetica, Arial, sans-serif;
	text-align: justify;
	font-size: 10pt;
	}

li {
	margin-bottom: 6px;
	}
	
.warning {
	text-decoration: underline;
	font-weight: bold;
	color: #f00;
	}

