/* CSS Document */

body {
	background-image:url(site_images/bk.png);
	background-repeat:repeat-x;
	background-color:#00347C;
	margin: 0 auto;
	


 }

div#container {

	margin: 0 auto;
	width:700px;
	height:auto;
	
}
	
div#holding {
	text-align:center;
	width:100%;
	margin-top:82px;
}


div#header {
	width:700px;
	height:110px;
	background-image:url(site_images/header.png);
	background-repeat:repeat;
	float:left;
	padding-left:0px;
	

}

a:link {
	
	color:#ffffff;
	font-size: 9pt;
	font-weight:bold;
	text-decoration:none;
}

a:visited {

	color:#FFFBF0;
	font-size: 9pt;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#55DFFF;
	font-size: 9pt;
	font-weight:bold;
	text-decoration:none;
}

a:active {
	color:#ffffff;
	font-size: 9pt;
	font-weight:bold;
	text-decoration:none;
}


div#content {
	width:700px;
	background-color:#00347C;
	min-height:400px;
	float:left;
	clear:both;
}

div#navigation {
	width:auto;
	height:20px;
	background-color:#006BAC;
	padding-left:85px;
	border-bottom:1px solid #003F87;
	padding-bottom:2px;

	
}

.navigation {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#FFFFFF;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	
}

.navigation a:link {
	
	color:#ffffff;
	font-size: 10pt;
	font-weight:normal;
	text-decoration:none;
}

.navigation a:visited {

	color:#FFFBF0;
	font-size: 10pt;
	font-weight:normal;
	text-decoration:none;
}

.navigation a:hover {
	color:#55DFFF;
	font-size: 10pt;
	font-weight:normal;
	text-decoration:none;
}

.navigation a:active {
	color:#ffffff;
	font-size: 10pt;
	font-weight:normal;
	text-decoration:none;
}



div#footer {
	width:700px;
	height:15px;
	background-color:#00347C;
	float:left;
	clear:both;
	padding:8px 0 4px 0;

}

.footer {
    font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style:normal;
	font-weight:normal;
	color:#ffffff;
	text-align:center;

}

.footer a:link {
	
	color:#ffffff;
	font-size: 8pt;
	font-weight:bold;
	text-decoration:underline;
}

.footer a:visited {

	color:#FFFBF0;
	font-size: 8pt;
	font-weight:bold;
	text-decoration:underline;
}

.footer a:hover {
	color:#55DFFF;
	font-size: 8pt;
	font-weight:bold;
	text-decoration:underline;
}

.footer a:active {
	color:#ffffff;
	font-size: 8pt;
	font-weight:bold;
	text-decoration:underline;
}




.text_body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style:normal;
	font-weight:normal;
	color:#FFFFFF;
	
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style:normal;
	font-weight:normal;
	color:#FFFFFF;
	padding:4px 4px 4px 6px;
	
}


div#left_content{
	margin:6px 4px 6px 6px;
	background-color:#00347C;
	border:1px solid #0077B7;
	width:530px;
	min-height:400px;
	float:left;

}

div#right_content{
	float:right;
	margin:8px 6px 8px 6px;
	background-color:#00347C;
	border:1px solid #0077B7;
	width:128px;
	height:auto;


}
div#right_content_header{
	width:128px;
	height:20px;
	text-align:center;
	background-image:url(site_images/right_bk_top.png);
	background-repeat:no-repeat;

}

div#right_content_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style:normal;
	font-weight:normal;
	color:#FFFFFF;
	padding:4px;
	

}



div#title{
	width:100%;
	background-image:url(site_images/title_bk.png);
	background-repeat:no-repeat;
	height:50px;
}

h1#title span { display: none; }
h1#title{
    height: 26px; /* height of the replacement image */
    background-image: url(site_images/index_title.png);
    background-repeat: no-repeat;
	marging-left:2px;
	margin-top:0;
}

h2#title span { display: none; }
h2#title{
    height: 20px; /* height of the replacement image */
    background-image: url(site_images/latest_news.png);
    background-repeat: no-repeat;
	border-bottom:1px solid #0077B7;
	margin-top:0;
}

h3#title span { display: none; }
h3#title{
    height: 26px; /* height of the replacement image */
    background-image: url(site_images/title_teams.png);
    background-repeat: no-repeat;
	marging-left:2px;
	margin-top:0;
}


h4#title span { display: none; }
h4#title{
    height: 26px; /* height of the replacement image */
    background-image: url(site_images/title_history.png);
    background-repeat: no-repeat;
	marging-left:2px;
	margin-top:0;
}

h5#title span { display: none; }
h5#title{
    height: 26px; /* height of the replacement image */
    background-image: url(site_images/title_fanzine.png);
    background-repeat: no-repeat;
	marging-left:2px;
	margin-top:0;
}


h6#title span { display: none; }
h6#title{
    height: 26px; /* height of the replacement image */
    background-image: url(site_images/title_results.png);
    background-repeat: no-repeat;
	marging-left:2px;
	margin-top:0;
}

.results_titles{
	text-decoration:underline;
	
}


.titles {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style:normal;
	font-weight:bold;
	text-decoration:underline;
	color:#FFFFFF;
	}

div#news_strip{
	float:left;
	padding:8px 4px 8px 4px;
	background-color:#003F87;
	width:522px;
	height:auto;
	text-decoration:none;
	border-bottom:1px solid #0077B7;
	border-top:1px solid #0077B7;
	margin-bottom:6px;

	}

div#news_strip2{
	float:left;
	padding:8px 4px 8px 4px;
	background-color:#003F87;
		width:522px;
	height:auto;
	padding-top:16px;
	text-decoration:none;
	margin-bottom:6px;
	
	}
	
div#news_image{
	float:left;
	width:auto;
	height:auto;
	background-color:#003F87;
	margin-right:10px;
	padding: 2px 2px 2px 2px;
	clear:both;
	}	
	
div#news_image2{
	float:left;
	width:auto;
	height:auto;
	background-color:#0077B7;
	margin-right:10px;
	padding: 2px 2px 2px 2px;
	clear:both;
	}	
	
.fanzine_image2{

	width:100px;
	height:143px;
	background-color:#0077B7;
	padding: 2px 2px 2px 2px;
	}		

div#fanzine{
	float:left;
	width:auto;
	height:auto;
	padding: 2px 2px 2px 2px;
	clear:both;
	margin-left:8px;
	}	


.lightbox {
}
	
.lightbox a:link {
	
	color:#000000;
	font-size: 8pt;
	font-weight:bold;
	text-decoration:underline;
}

.lightbox a:visited {

	color:#000000;
	font-size: 8pt;
	font-weight:bold;
	text-decoration:underline;
}

.lightbox a:hover {
	color:#CCCCCC;
	font-size: 8pt;
	font-weight:bold;
	text-decoration:underline;
}

.lightbox a:active {
	color:#000000;
	font-size: 8pt;
	font-weight:bold;
	text-decoration:underline;
}

div#history {

height:100%;
padding-left:6px;
margin-bottom:10px;
}


dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
text-align:center;


}


#menu {
position: absolute; /* Menu position that can be changed at will */
z-index:100;
width: 100%; /* precision for Opera */
font-family:Arial, Helvetica, sans-serif;


}
#menu dl {
float: left;
width: 80px;
background-color:#006BAC;




}
#menu dt {
cursor: pointer;
text-align: center;
font-weight:normal;
border-left:1px solid #ffffff;



}
#menu dd {
display: none;
margin-top:4px;
border-top:1px solid #ffffff;
font-weight:normal;


}

#menu li a, #menu dt a {
color: #ffffff;
font-weight:normal;
display: block;
height: 100%;



}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	color:#00BFFF;
font-weight:normal;
display: block;
height: 100%;
border: 0 none;


}

