@import url("reset.css");

/* 
orange: #f4af23
maroon: #720a0a
*/

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
/* End hide from IE-mac */

body {
	background:  #fff url(../images/bkgnd.gif) repeat;
	color: #333;
	text-align:center;
	min-width: 770px;
	font : normal 80%/145% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.11em;
	word-spacing: 0.3em;
}

#container {
	width: 770px;
	margin: 0 auto;
	text-align: left;
}

h1 {
	font-size: 3em;
	font-weight: normal;
	line-height: 140%;
	color: #000;
	margin-bottom: 0.8em;
}

h2, legend {
	font-size: 2em;
	font-weight: normal;
	line-height: 140%;
	color: #720a0a;
	margin-bottom: 0.6em;
}

h3, dt {
	font-size: 1.5em;
	font-weight: bold;
	color:  #720a0a;
	margin-bottom: 0.5em;
	margin-top: .5em;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #720a0a;
	margin-top: 0.4em;
	margin-bottom: 0.4em;

}

h5 {
	font-size: 1.0em;
	font-weight: bold;
	color: #720a0a;
	margin-bottom: 0.2em;
}


em {
	font-style: normal;
	font-weight: normal;
	text-decoration:underline;
}
strong {
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
}

strong em {
	font-style: normal;
	font-weight: bold;
	text-decoration:underline;

}

#header {
	background-image: url(../images/logo_sm.jpg);
	background-repeat: no-repeat;
	background-color: #f4af23;
	width:100%;
	height:154px;
	clear: both;
	padding-top: 6px;
	background-position: left;
}

#header h1 {
	float: right;
	font-size: 1em;
	font-weight: bold;
	color: #720a0a;
	padding-top: 100px;
	padding-right: 10px;
}
#header h6 {
	float: right;
	font-size: 0.8em;
	font-weight: bold;
	color: #333;
	clear: both;
	padding-right: 10px;
	padding-top: 0px;
}
/* Navigation */

ul#navbar {
	width: 100%;
	height:32px;
	float: left;
	font-size: 12px;
	background-image: url("../images/nav_bg.png");
	background-repeat: repeat-x;

}

ul#navbar li {
	float: left;
	background-image: url("../images/nav_bg.png");
	background-repeat: repeat-x;
	color: #33C;
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	height: 32px;
	text-decoration:none;
	padding-top: 6px;
	padding-right: 9px;
	padding-left: 9px;
	display: block;
}


ul#navbar li a {
	text-decoration:none;
	color: #f4af23;

}

ul#navbar li a:hover{
	text-decoration: underline;
	color: #03C;

}
ul#navbar li#members a{
	text-decoration:none;
	color: #00D500;
}
ul#navbar li#members a:hover{
	text-decoration: underline;
	color: #03C;

}

/*
div.navitem a:hover, #navigation a:active, #navigation a:focus 
{
	float: left;
	padding-right: 12px; 
	padding-left: 12px;
	background-image: url("../images/nav_hov_bg.png");
	background-repeat: repeat-x;
	color: #720a0a;
	font-size: 12px;
	font-weight: bold;
	vertical-align: center;
	text-align: center;
	height: 32px;
	text-decoration:none;
}
*/



#content {
	/*background:  #fff  /*url(../images/hline.gif) repeat-x left top;*/
	width: 100%;
	padding-top: 20px;
	float: left;
	padding-bottom: 20px;

}

#maincontent {
	width: 76%;
	/*margin-left: 10%;*/
	padding: 0;
	margin: 0;
	display: inline;
	float: left;
}

#maincontent ul {
	margin-left: 30px;
	list-style: disc;
}

#maincontent ol {
	margin-left: 30px;
	list-style: decimal;
	
}
#maincontent ol ol{
	margin-left: 30px;
	list-style: lower-alpha;
	
}
#maincontent p {
	margin-bottom: 15px;
}
#maincontent h5 {
	text-align: center;
}

#sidebar {
	width: 22%;
	/*margin-right: 3%;*/
	
	/*display: inline;*/
	float: right;

}

#sidebar img{
	float: right;
	behavior: url(iepngfix.htc);
}

#footer {
	clear: both;
	padding: 10px 3% 10px 3%;
	font-size: 0.8em;
	color: #666666;
	text-align:center;
	display:block;
	border-top: solid #cccccc 1px;
}
.centered {
	text-align:center;
}
table {
	border-color: #999999;
}
td {
	padding: 4px;
	border-color: #999999;
}
