/*
Default browser styles reset + common css rules
Don't forget to set a foreground and background color on the 'html' or 'body' element!
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt,var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
/*line-height: 1em;	yes, em, not unitless*/
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	}
a img, :link img, :visited img {
	border: 0;
	}
:link, :visited {
	text-decoration: underline;
	}
table {
	border-collapse: seperate;
	border-spacing: 0;
	}
caption, th { 
	text-align: left; 
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
	}
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
p {
	margin: 0 0 1em;
	}
legend, hr {
	display: none;
	visibility: hidden;
	}
button {
	cursor: pointer;
	}
abbr, acronym {
	cursor: help;
	border: none;
	}
strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}

/*misc useful classes
---------------------*/
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	}
.hide {
	display: none;
	visibility: hidden;
	}
.center {
	text-align: center;
	}

/*clearfix
----------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*END clearfix





/*Generic Levin image replacement -  http://levin.grundeis.net/files/20030809/alternatefir.html
----------------------------------------------------*/
.replace { 
	position:relative; 
	margin:0px; 
	padding:0px; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ overflow: hidden; /* */ 
	} 
.replace span {
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; /*for Opera 5 and 6*/ 
	}


#rss{
	position:absolute;
	left:30px;
	top:210px;
	
}

#lights_on{
	position:absolute;
	left:75%;
	top:210px;
}

#wrc2009{
	position:absolute;
	left:75%;
	top:210px;
}

#wrc2009_weather{
	position:absolute;
	left:62%;
	top:210px;
}

#clock_a{
	position:absolute;
	left:300px;
	top:70px;
}

#clock_a h4{
	font-size:11px;
	font-family: Georgia;
	font-style: italic; 
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #ffdead;
	font-weight:bold;
	font: italic/normal serif;
}

#clock_a h4.under_clk{
	position:absolute;
	left:28px;
	top:135px;
}

#clock_b{
	position:absolute;
	left:440px;
	top:70px;
}

#clock_b h4{
	font-size:11px;
	font-family: Georgia;
	font-style: italic; 
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #ffdead;
	font-weight:bold;
	font: italic/normal serif;
}

#clock_b h4.under_clk{
	position:absolute;
	left:35px;
	top:135px;
}

#page-header{
}

#page-header img{
	position: absolute;
	left: 100px;
	top: 150px;
}

#page-header h2{
	font-size:16px;
	font-family: Georgia;
/*	font-style: italic; */
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom: 5px;
	color: white;
	font-weight:bold;
	font: italic/normal serif;
}

#page-header h2.pos-header{
	position:absolute;
	left:510px;
	top:70px;
}

#page-header p{
	font-size:11px;
	font-family: Georgia;
	font-style: italic;
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: white;
	font-weight: bold;
	font-type: italic/normal serif;
	width: 350px;
}

#page-header p.pos-header{
	position: absolute;
	left: 510px;
	top: 105px;
}	

body{
	background-color: rgb(5,0,41);
}

#wrap{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header{
	background-image: url(wra_header.gif);
	width: 1000px;
	height: 252px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 100px 0px
	position: absolute;
	z-index: 1;
	
}

#menu1 a { /*Menu1 Links*/
color:Black;
font-weight: bold;
background-color:#44aaad;
text-decoration:none;
text-indent:2px;
}
#menu1 a:hover {
color:black;background-color:#FFDD22;
}
#menu1 a:active	{color:red;text-decoration:none;}
#menu1 a:visited	{color:Black;text-decoration:none;}



#menu2 a { /*Menu1 Links*/
color:Black;
background-color: #ffdead;
text-decoration:none;
text-indent:2px;
}
#menu2 a:hover {
color:blue;background-color:#FFFF99;
}
#menu2 a:active	{color:red;text-decoration:none;}
#menu2 a:visited	{color:purple;text-decoration:none;}


#content{
	width:935px;
	height: auto;
}

#content-top{
	background-image: url(header4.jpg);
	background-repeat:no-repeat;
	width: 730px;
	height: 226px;
	float: left;
}

#text-box{
	width:720px; / used to be 490px
	height: 224px;
	float:left;
}

#text-box h2{
	font-size:18px;
	font-family: Georgia;
	font-style: italic;
	padding-left: 12px;
	padding-top: 30px;
	color: rgb(255,250,0);
	font-weight:bold;
	font: italic/normal serif;
	}
	
#text-box h4{
	font-size:10px;
	font-family: Georgia;
	font-style: italic;
	padding-left: 12px;
	padding-top: 8px;
	color: rgb(255,250,0);
	font-weight:bold;
	font: italic/normal serif;
	}

#text-box p{
	font-family:"Trebuchet MS";
	font-size: 11px;
	color: rgb(255,250,0);	
	text-align: left;
	padding-left: 160px;
	padding-top: 0px;
}

#text-box img{
	float: left;
	margin-top: 16px;
	margin-left: 48px;
	margin-bottom: 4px;
}

#Clubcontent{
	width: 900px; <!-- used to be 735px to allow for side menu when scrolled -->
	max-width: none;
	height: auto;
	background-color: #7B68EE;
	float: left;
}
#Clubcontent .content-box{
	width:100%;
	max-width: none;
	height: auto;
	border-bottom: 1px dotted black;
	float: left;
}

#Clubcontent .content-news-box{
	/*width:620px;*/
	max-width: none
	height: auto;
	float: left;	
}

#Clubcontent .content-news-box h1{
	padding-left: 12px;
	font-size: 18px;
	font-family: "georgia";
	font-style: italic;
	font-weight: bolder;
	color: #330000;
	margin-left:100px;

}
#Clubcontent .content-news-box h2{
	padding-left: 12px;
	padding-top: 7px;
	font-size: 15px;
	font-weight: bolder;
	font-style: italic;
	font-family: "georgia";
	color: #330000;
	margin-left:100px;

}
#Clubcontent .content-news-box h3{
	padding-left: 12px;
	padding-top: 7px;
	font-size: 12px;
	font-weight: bolder;
	font-style: italic;
	font-family: "georgia";
	color: #330000;
	margin-left:100px;

}

#Clubcontent .content-news-box h4{
	padding-left: 12px;
	padding-top: 4px;
	font-size: 9px;
	font-weight: bolder;
	font-style: italic;
	font-family: "georgia";
	color: #330000;
	margin-left:100px;

}


#Clubcontent .content-news-box p{
	margin-left:300px;
	margin-right:150px;
	text-align: justify;
	color: #FFDEAD;
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding-top: 10px;
	margin-bottom: 5px;
}

#Clubcontent .content-news-box img{
	float: left;
	margin-top: 8px;
	margin-left: 6px;
}


#maincontent{
	width: 730px;
	height: auto;
	background-color: #7B68EE;
	float:left;
}
#maincontent .content-box{
	width:728px;
	height: auto;
	border-bottom: 1px dotted black;
	float: left;
}

#maincontent .content-news-box{
	width:620px;
	height: auto;
	float: left;	
}

#maincontent .content-news-box h3{
	padding-left: 12px;
	font-size: 9px;
	font-family: "georgia";
	color:black;
	margin-left:100px;

}
#maincontent .content-news-box h2{
	padding-left: 12px;
	padding-top: 7px;
	font-size: 15px;
	font-weight: bolder;
	font-style: italic;
	font-family: "georgia";
	color: #330000;
	margin-left:100px;

}

#maincontent .content-news-box h4{
	padding-left: 12px;
	padding-top: 4px;
	font-size: 9px;
	font-weight: bolder;
	font-style: italic;
	font-family: "georgia";
	color: #330000;
	margin-left:100px;

}


#maincontent .content-news-box p{
	margin-left: 110px;
	color: #FFDEAD;
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding-top: 10px;
	margin-bottom: 5px;
}

#maincontent .content-news-box img{
	float: left;
	margin-top: 8px;
	margin-left: 6px;
	margin-bottom: 4px;
}

#maincontent .content-news-box embed{
	float: left;
	margin-top: 8px;
	margin-left: 110px;
	margin-bottom: 8px;
}

#maincontent .content-news-box img.inline{
float: none;
margin-top: 0px;
margin-bottom: 0px;
padding-top:2px;
padding-bottom: 0px;
}

#maincontent .content-news-image img{
float: left;
margin-top: 14px;
margin-left: 110px;
margin-right: 8px;
margin-bottom: 8px;
}

#maincontent .content-news-box ul{
	margin-left:128px;
	margin-right:auto;
	text-align: justify;
	color: #FFDEAD;
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding-top: 0px;
	margin-bottom: 5px;
}

#Storycontent{
	width: 97.5%; <!-- used to be 735px to allow for side menu when scrolled -->
	max-width: none;
	height: auto;
	background-color: #7B68EE;
	float: left;
}
#Storycontent .content-box{
	width:100%;
	max-width: none;
	height: auto;
	border-bottom: 1px dotted black;
	float: left;
}

#Storycontent .content-news-box{
	/*width:620px;*/
	max-width: none
	height: auto;
	float: left;	
}

#storycontent .content-news-box table{
	width: 75%;
	border: 2;
}

#Storycontent .content-news-box h1{
	padding-left: 12px;
	font-size: 18px;
	font-family: "georgia";
	font-style: italic;
	font-weight: bolder;
	color: #330000;
	margin-left:100px;

}
#Storycontent .content-news-box h2{
	padding-left: 12px;
	padding-top: 7px;
	font-size: 15px;
	font-weight: bolder;
	font-style: italic;
	font-family: "georgia";
	color: #330000;
	margin-left:100px;

}
#Storycontent .content-news-box h3{
	padding-left: 12px;
	padding-top: 7px;
	font-size: 12px;
	font-weight: bolder;
	font-style: italic;
	font-family: "georgia";
	color: #330000;
	margin-left:100px;

}

#Storycontent .content-news-box h4{
	padding-left: 12px;
	padding-top: 4px;
	font-size: 9px;
	font-weight: bolder;
	font-style: italic;
	font-family: "georgia";
	color: #330000;
	margin-left:100px;

}


#Storycontent .content-news-box p{
	margin-left:150px;
	margin-right:150px;
	text-align: justify;
	color: #FFDEAD;
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding-top: 10px;
	margin-bottom: 5px;
}

#Storycontent .content-news-box li{
	margin-left:150px;
	margin-right:150px;
	padding-left:30px;
	text-align: justify;
	color: #FFDEAD;
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding-top: 2px;
	margin-bottom: 2px;
}

#Storycontent .content-news-box dt{
	margin-left:150px;
	margin-right:150px;
	padding-left:30px;
	text-align: justify;
	text-decoration: underline;
	color: #FFDEAD;
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding-top: 2px;
	margin-bottom: 0px;
}

#Storycontent .content-news-box dd{
	margin-left:150px;
	margin-right:150px;
	padding-left:36px;
	text-align: justify;
	color: #FFDEAD;
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding-top: 1px;
	margin-bottom: 2px;
}
#Storycontent .content-news-box li.table{
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	text-align: left;
	color: #FFDEAD;
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding-top: 2px;
	margin-bottom: 2px;
}

#Storycontent .content-news-box table{
	margin-left: 150px;
	width: 80%;
}

#Storycontent .content-news-box th{
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
	font-size: 12px;
	font-family: "georgia";
	font-style: italic;
	font-weight:bolder;
	color: indigo;
}

#Storycontent .content-news-box td{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-size: 12px;
	font-family: "georgia";
	font-style: italic;
	/*font-weight:bolder;*/
	color: indigo;
}

#Storycontent .content-news-box img{
	float: left;
	margin-top: 8px;
	margin-left: 6px;
}


#CentreBox{
	position: absolute;
	left: 291px;
	top: 253px;
}


#EventBox{
	background-image: url(eventbox.jpg);
	background-repeat: repeat-y;
	width: 445px;
	height: auto;
	float: left;
	left-margin: 15px;
	padding-bottom: 10px;
}

#EventBox input{
	margin-left:32px;
}

#EventBox img.left{
    display: block;
    margin-top: 4px;
    margin-bottom: 0px;
    margin-left: 32px;
    margin-right: auto;
    border-style: none;
    border-width: 0px;
}

#EventBox img.centered{
    display: block;
    margin-top: 4px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    border-width: 0px;
}

#EventBox .info-box{
	width: 415px;
	backgound-color: #7B68ee;
}

#EventBox .info-box img{
    display: block;
    margin-top: 4px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    border-width: 0px;
}

#EventBox .info-box h2{
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 32px;
	font-size: 16px;
	font-family: "georgia";
	font-style: italic;
	font-weight:bolder;
	color: indigo;
}

#EventBox .info-box h3{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 32px;
	font-size: 16px;
	font-family: "georgia";
	font-style: italic;
	font-weight:bolder;
	color: indigo;
}

#EventBox .info-box li{
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 32px;
	font-size: 12px;
	font-family: "georgia";
	font-style: italic;
	color: indigo;
}

#EventBox .info-box p{
	padding-top: 5px;
	padding-bottom: 1px;
	padding-left: 32px;
	font-size: 12px;
	font-family: "georgia";
	font-style: italic;
	color: indigo;
}

#EventBox .info-box a{
	padding-top: 5px;
	padding-bottom: 1px;
	padding-left: 32px;
	font-size: 12px;
	font-family: "georgia";
	font-style: italic;
	color: blue;
}

#EventBox .info-box table{
	width: 350px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 32px;
	font-size: 12px;
	font-family: "georgia";
	font-style: italic;
	color: indigo;
}

#EventBox .info-box th{
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
	font-size: 12px;
	font-family: "georgia";
	font-style: italic;
	font-weight:bolder;
	color: indigo;
}

#EventBox .info-box td{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-size: 12px;
	font-family: "georgia";
	font-style: italic;
	/*font-weight:bolder;*/
	color: indigo;
}

#EventBox .info-box h4{
	padding-top: 5px;
	padding-left: 32px;
	font-size: 12px;
	font-weight: bolder;
	font-style: italic;
	font-family: "georgia";
	color: indigo;
}

#EventBox .signup{
	width: 445px;
	backgound-color: #7B68ee;
}

#EventBox .signup table{
	backgound-color: #7069ee;
	margin-top: 0px;
	margin-left: 10%;
	margin-bottom: 25px;
	width: 80%;
	padding: 20px;
	outline-style: Solid;
	outline-color: orange;
}

#EventBox .signup th{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	font-family: georgia;
	color: #5f0000;
	padding-top: 4px;
	padding-bottom: 8px;
}

#EventBox .signup td{
	align: center;
	border-color: #666666;
	border-style: solid;
	border-width: thin;
	color: #5F0000;
	background-color: #7b68ee;
	font-family: georgia;
	font-weight: bold;
}

#EventBox .signup caption{
	text-align: center;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	font-family: georgia;
	color: #5f0000;
	padding-top: 4px;
	padding-bottom: 16px;	
}

#EventBox .signup h4{
	text-align: left;
	font-size: 12px;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 2px;
}

#EventBox .signup h6{
	text-align: left;
	font-size: 9px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#EventBox .signup p{
	text-align: left;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left:10px;
}

.error_strings {
	padding-top: 8px;
	padding-left: 32px;
	color: #5f0000;
	font-weight: bold;
}


#EventContent{
	backgound-image: url(event.jpg);
	background-repeat: repeat -y;
	height: 150px;
	width: 500px;
	float:left;
	left-margin:10px;
	padding-bottom: 30px;
}


#EventContent.news-box{
	width:500px;
}

#EventContent .news-box h1{
	padding-left: 12px;
	font-size: 18px;
	font-family: "georgia";
	font-style: italic;
	font-weight: bolder;
	color: white;
	margin-left:100px;

}
#EventContent .news-box h2{
	padding-left: 12px;
	padding-top: 7px;
	font-size: 15px;
	font-weight: bolder;
	font-style: italic;
	font-family: "georgia";
	color: white;
	margin-left:100px;

}

#EventContent .news-box h4{
	padding-left: 12px;
	padding-top: 4px;
	font-size: 9px;
	font-weight: bolder;
	font-style: italic;
	font-family: "georgia";
	color: white;
	margin-left:100px;

}


#EventContent .news-box p{
	margin-left:150px;
	margin-right:150px;
	text-align: justify;
	color: #FFDEAD;
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding-top: 10px;
	margin-bottom: 5px;
}

#EvenContent .news-box img{
	float: left;
	margin-top: 8px;
	margin-left: 6px;
}

#sidebar{
	background-image: url(sidebar.jpg);
	background-repeat: repeat-y;
	width: 210px;
	height: auto;
	float:right;
	margin-right: -8px;
	background-color: rgb(5,0,41);
	padding-bottom: 30px;
}

#sidebar .scroller{
	width: 160px;
	margin-left: auto;
	margin-right: auto;
}

#sidebar .news-box{
	width: 210px;
}

#sidebar img.centered{
    display: block;
    margin-top: 4px;
    margin-bottom: -2px;
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    border-width: 0px;
}

#sidebar img.imagefirst{
    display: block;
    margin-top: 25px;
    margin-bottom: -15px;
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    border-width: 0px;
}

#sidebar .news-box h2{
	font-family: Georgia;
	font-weight: bolder;
	font-style: italic;
	text-align: center;
	font-size: 18px;
	color: rgb(255,90,0);
	padding-top: 30px;
	padding-left: 0px;
}

#sidebar .news-box h3{
	font-family: Georgia;
	text-align: center;
	font-size: 14px;
	color: #FFDEAD;
	padding-top: 20px;
	padding-left: 0px;
}
#sidebar .news-box li{
	text-align:center;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFDEAD;
	padding-top: 5px;
	padding-left: 0px;
}
#sidebar .news-box p{
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFDEAD;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar a{
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFDEAD;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 0px;
}

#sidebar a:hover{
	color: rgb(255,90,0);
	text-decoration: underline;
}
		
#footer{
	background-image: url(footer.jpg);
	background-repeat: repeat-x;
	height:109px;
}

#page{
}

#page table{
	margin-top: 25px;
	margin-left: 10%;
	margin-bottom: 50px;
	width: 80%;
	padding: 20px;
	outline-style: Solid;
	outline-color: orange;
}

#page th{
	text-align: center;
	color: #5F0000;
	background-color: #7b68ee;
	font-size: 16px;
	font-family: georgia;
	font-weight: bold;
	padding-bottom: 10px;
}

#page td{
	align: center;
	border-color: blue;
	border-style: dotted;
	border-width: thin;
	color: #5F0000;
	background-color: #7b68ee;
	font-family: georgia;
	font-weight: bold;
}

#page H2{
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
	padding-bottom: 3px;
}

#page H4{
	text-align: center;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#page H6{
	text-align: center;
	font-size: 9px;
	padding-top: 5px;
}

#page a{
	margin-left: 10px;
	font-size: 10px;
	color: "red";
}


#club{
}

#club table{
	margin-top: 5px;
	margin-left: 10%;
	margin-bottom: 25px;
	width: 80%;
	padding: 20px;
	outline-style: Solid;
	outline-color: orange;
}

#club img.centered{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#club img.one{
	display: block;
	margin-left: auto;
	margin-right: auto;
	//margin-top: auto;
	margin-bottom: -20px;
}

#club img.two{
	display: block;
	margin-left: auto;
	margin-right: auto;
	//margin-top: auto;
	margin-bottom: -22px;
}

#club td{
	align: center;
	border-color: #666666;
	border-style: solid;
	border-width: thin;
	color: #5F0000;
	background-color: #7b68ee;
	font-family: georgia;
	font-weight: bold;
}

#club th{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-family: georgia;
	color: #5f0000;
	padding-top: 8px;
	padding-bottom: 8px;
}

#club H1{
	text-align: center;
	margin-top: 10px;
	font-size: 18px;
	padding-bottom: 3px;
}


#club H2{
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
	padding-bottom: 3px;
}

#club H4{
	text-align: center;
	font-size: 14px;
	padding-top: 4px;
	padding-bottom: 2px;
}

#club H6{
	text-align: center;
	font-size: 9px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#club p{
	text-align: left;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left:10px;
}

#club li{
	text-align: left;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left:10px;
}

#club li.heat{
	text-align: center;

}

#club a{
	font-size: 10px;
	color: "red";
}


#archive{
}

#archive table{
	margin-top: 25px;
	margin-left: 5%;
	margin-bottom: 50px;
	width: 90%;
	padding: 20px;
	outline-style: Solid;
	outline-color: orange;
}

#archive img.left{
    display: block;
    margin-top: 12px;
    margin-bottom: -75px;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 2px;
}


#archive td{
	align: center;
	border-color: #777777;
	border-style: none;
	border-bottom: dotted;
	border-width: thin;
	color: #5F0000;
	background-color: #7b68ee;
	font-family: georgia;
	font-weight: bold;
	padding-left: 0px;
}

#archive H1{
	text-align: center;
	margin-top: 10px;
	font-size: 18px;
	padding-bottom: 3px;
}


#archive H2{
	text-align: left;
	margin-top: 5px;
	font-size: 16px;
	padding-bottom: 1px;
}

#archive H4{
	text-align: left;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 1px;
}

#archive LI{
	text-align: left;
	color: #ffdead;
	font-size: 11px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 0px;
}


#archive H6{
	text-align: left;
	font-size: 9px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#archive p{
	text-align: justify;
	font-size: 12px;
	font-weight: normal;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ffdead;
	font-family: trebuchet MS;
}


#archive a{
	margin-left: 0px;
	margin-top: 10px;
	font-size: 12px;
	color: #60f;
}


#footer-wrap p{
	font-family: "Trebuchet MS";
	font-size:12px;
	text-align: center;
	padding-top:53px;
	padding-right:15px;
	color: #FFFFFF;
}

#footer-wrap a{
	color:white;
	text-decoration: none;
}

#footer-wrap a:hover{
	color:rgb(186,0,63);
	text-decoration: underline;
}

#newsfooter{
	background-image: url(footer.jpg);
	background-repeat: repeat-x;
	height:109px;
}

#newsfooter-wrap p{
	font-family: "Trebuchet MS";
	font-size:12px;
	text-align: center;
	padding-top:53px;
	padding-right:15px;
	color: #FFFFFF;
}

#newsfooter-wrap a{
	color:white;
	text-decoration: none;
}

#newsfooter-wrap a:hover{
	color:orange;
	text-decoration: underline;
}
