/*ALL SITE*/
*{
	margin: 0; 
	padding: 0;
	outline: 0;
}
body{
	background:url(../img/background.png);
	font-family:Trebuchet MS;
	font-size:16px;
	color: #000000;
}
a {text-decoration:none;}
img{padding: 5px;}
a img{border:none;}
.Fleft{float:left;}
.Fright{float:right;}
.clear{clear:both}


/* Structure*/
#container {
	width: 830px;
	margin:0px auto; /* center*/
	min-height: 100%;
  	height: auto !important;
  	height: 100%; /* For IE */
}

#header {
	background-image:url(../img/header.png) !important;
	background-image:url(../img/header.gif);
	background-repeat:no-repeat;
	background-position: center;
	height: 100px;
}

#content-top {
	background-image:url(../img/content_top.png) !important;
	background-image:url(../img/content_top.gif);
	background-repeat: no-repeat;
	height: 56px;
	width: 830px;	
}

#content {
	background-image:url(../img/content.png) !important;
	background-image:url(../img/content.gif);
	background-repeat: repeat-y;
	width: 818px;
	margin-left: -2px;
}

#article {
	margin-left:48px;
	width:740px;
	padding-bottom:20px;
}

#article a:link, #article a:visited {
	color: #ff9933;
	border-bottom: 1px dotted #ff9966;
}

#article a:active, #article a:hover {
	color: #003300;
	border-bottom: 1px dotted #003300;
}

/*navigation*/
#nav{
 	position:relative;
	margin-left:30px;
	list-style:none;
	font-size: 16px;
	text-align: center;
	padding-top:15px;
}

#nav li{
	display:inline;
	color: #FFFFFF;
	padding-top: 3px;
}

#nav li a:link, #nav li a:visited{
	color:#FFFFFF;
	float:left;
	padding-right: 10px;
	padding-top: 3px;
	border-bottom: none;
}

#nav li a:hover, #nav li a:active{
	color:#ff9933;
	padding-right: 10px;
	padding-top: 3px;
	border-bottom: none;
}

/*content*/
.post_title {
	font-size:30px;
	color:#006600;
	border-bottom: 3px solid #ff9966;
	margin-bottom:5px;
}

.no_border {
	border: 0px none;
}

.sub_head {
	color:#ff9933;
	font-size: 18px;
	text-decoration: underline;
}

.sub_head1 {
	color:#ff9933;
	font-size: 18px;
}

/*footer*/
#footer{
	width:817px;
	height: 60px;
	margin-left:-1px;
	background-image:url(../img/footer.png) !important;
	background-image:url(../img/footer.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #009900;
}

#footer a:link, #footer a:visited{
	color:#009900;
	border-bottom: 1px dotted #009900;
}

#footer a:active, #footer a:hover{
	color:#ffffff;
	border-bottom: 1px dotted #ffffff;
}

#footer_contain {
	width:760px;
	margin-left:35px;
	padding-top:23px;
}

/*schedules*/
.Grid {
	border-style:solid;
	border-width:2px;
	border-color:#009900;
	color:#000000;
	margin:0px auto; /* center*/
}

.Grid td
{
    border: solid 2px #009900;
    text-align: left;
	padding-left:2px;
	padding-right:2px;
	font-size:13px;
	color:#000000;
}

.GridHeader
{
    font-weight: bold;
    background-color: #FF9900;
	font-size:16px;
}

.GridItem
{
    background-color: #FFFFFF;
	color:#000000;
}

.GridAltItem
{
    background-color: #FFCC66;
	color:#000000;
}


/*booster member*/
.member {
	border-style:solid;
	border-width:2px;
	border-color:#009900;
	color:#000000;
	margin:0px auto; /* center*/
}

.member td {
    border: solid 2px #009900;
    text-align: left;
	padding-left:2px;
	color:#000000;
}

.memberHeader
{
    font-weight: bold;
    background-color: #ffffff;
	font-size:18px;
}

.green {
	background-color: #66FF33;
}

.silver {
	background-color: #cccccc;
}

.orange {
	background-color: #FF9900;
}

.iron {
	background-color: #666666;
}
