/*
**  Undo Default CSS of different browsers.
*/
html { height: 100%; }
body { min-height: 100.15%; }
ul, ol { list-style:none }
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, body, html, p, blockquote, fieldset, input  { 
	font-size:12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000;
	margin:0; padding:0; }
a img, :link img, :visited img { border:none }
address { font-style:normal }
img, fieldset { border:none; }
legend, caption { display: none; }
a { color: #3333ff; }
.main { text-align:center;}
.club { color:#800080;}
.meet { color:#ff6600;}
.fun { color:#00ccff;}
.sale { color:#ff3399;}
.discount { color:#ffcc00;}
.resource { color:#008000;}
.partner { color:#ff0000;}
.member { color:#33cc99;}
.contact { color:#000080;}
.b {font-weight: bold;}

/*
** Page
*/

#page { 
    margin: 0 auto; 
    text-align: left; 
    width: 900px; 
}

body {
	background-color: #fff;
}

/*
** Header
*/

/*
** Middle Content Section
*/

#left_nav{ 
	position: absolute;
	float: left;
	padding: 5px;
	margin: 5px;
	background: #fff;
	width: 160px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 160px;
	}
html>body #left_nav {
	width: 160px; /* ie5win fudge ends */
}

#right_content{
	position: absolute;
	float: left;
	padding: 5px;
	margin-left: 185px;
	background: #fff;
	border-left: 5px;
	width: 700px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 700px;
	}
html>body #right_content {
	width: 700px; /* ie5win fudge ends */
}

a {
	text-decoration: underline;
	font-weight: bold;
}
	
strong, b {
	font-weight: bold;
}
	
p {
	font-size: 14px;
	margin-bottom: 24px;
}

h1 {
	font-size: 36px;
    font-weight: bold;
    margin-top: 15px;
	margin-bottom: 15px;	
}

h2 {
	font-size: 24px;
	font-weight: bold;
    margin-top: 15px;
	margin-bottom: 15px;
}

h3 {
    font-size: 20px;
	font-weight: bold;
    margin-top: 12px;
	margin-bottom: 12px;	
}

h4 {
    font-size: 16px;
	font-weight: bold;
    margin-top: 12px;
	margin-bottom: 12px;
}

h5 {
    font-size: 16px;
	font-weight: bold;
	text-indent: 24px;
    margin-top: 6px;
	margin-bottom: 6px;
}

h6 {
    font-size: 12px;
	font-weight: bold;
    margin-top: 6px;
	margin-bottom: 6px;
}
hr.main { text-align:center;}
hr.club { color:#800080; background-color:#800080;}
hr.meet { color:#ff6600; background-color:#ff6600;}
hr.fun { color:#00ccff; background-color:#00ccff;}
hr.sale { color:#ff3399; background-color:#ff3399;}
hr.discount { color:#ffcc00; background-color:#ffcc00;}
hr.resource { color:#008000; background-color:#008000;}
hr.partner { color:#ff0000; background-color:#ff0000;}
hr.member { color:#33cc99; background-color:#33cc99;}
hr.contact { color:#000080; background-color:#000080;}

table.all {
	font-size: 16px;
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
	empty-cells: show;
}
table.all th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
}
table.all td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
}

blockquote {
	font-size: 24px;
	font-weight: bold;
	color: #0000ff;
	text-align: center;
}

ul {
	font-size: 14px;
	list-style-type: disc;
	margin-left: 24px;
}

ol {
	font-size: 14px;
	list-style-type: decimal;
	margin-left: 24px;
}

li {
	font-size: 14px;
	margin-left: 30px;
}

hr {
  border: 0;
  width: 100%;
  height: 6px;
}

#footer{
    font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 10px;
	color: #333;
	text-align: right;
}

#copyright {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #333;
  text-align: center;
  padding-top: 10px;
}