 /* new css structure */

body {
	margin:0;
	padding:0;
	color: #070743;
	background-color: #F1F1F1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background-image: url(../images/site_bg.jpg);
	background-repeat: repeat-x;
} 

 
#pagewidth {
	width:990px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/english_wado_federation_page_bg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
} 
 
#header {
	position:relative;
	height:178px;
	background-color:#FFFFFF;
	width:990px;
	background-image: url(../images/english_wado_federation_header.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
} 
 
#leftcol {
	width:160px;
	float:left;
	position:relative;
}
 
#twocols {
	width:830px;
	float:right;
	position:relative;
  }
 
#rightcol {
	width:144px;
	float:right;
	position:relative;
	text-align: left;
	padding-left: 10px;
	padding-right: 24px;

}
 
#maincol {
	float: left;
	position: relative;
	width:617px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 20px;
	overflow: visible;
 }
 

#footer {
	background-image: url(../images/english_wado_federation_footer.jpg);
	height: 46px;
	background-repeat: no-repeat;
	clear: both;
	padding-top: 0px;
	color: #333;
	font-size: 10px;
	line-height: 46px;
	padding-left: 10px;
 } 


#footer a {
	color: #070743;
	text-decoration: none;
}

#footer a:hover {
	color: #ED2B2C;
	text-decoration: none;
	
}

#maincol ul a {
	text-decoration: none;
	color: #357C5C;
}
#maincol ul a:hover {
	text-decoration: none;
	color: #000000;
}

/* left column menu */

#leftcol ul {
	margin-left: 0px;
	padding-left: 0px;
	width: 160px;
	list-style-type: none;
	margin-top: 0px;
	padding-top: 0px;

}

#leftcol li {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	line-height: 22px;
	display: block;
	height: 24px;
	width: 160px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

#leftcol li a {
	text-decoration: none;
	color: #FFF;
	background-image: url(../images/english_wado_federation_menu_up.gif);
	height: 24px;
	width: 160px;
	display: block;
	text-indent: 4px;
	background-repeat: no-repeat;
}

#leftcol li a:hover {
	background-image: url(../images/english_wado_federation_menu_over.gif);
	background-repeat: no-repeat;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 24px;
	width: 160px;
}

#leftcol #currentpage a {
	background-image: url(../images/english_wado_federation_menu_over.gif);
	background-repeat: no-repeat;
	}

.left_menu_space {
	height: 12px;
	width: 160px;
	display: block;
}


.image_right {
	margin-left: 12px;
	border: 1px solid #FFFFFF;
}
.image_center {
	border: 1px solid #000;
}

/* right column ul */


#rightcol p {

	}

/* text */

h1 {
	color: #070743;
	height: 22px;
	margin: 0px;
	border-bottom: none;
	border-top: none;
	border-right: none;
	border-left: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 18px;
}
h2 {
	color: #070743;
	border-bottom: none;
	border-top: none;
	border-right: none;
	border-left: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#rightcol h1 {
	color: #ED2B2C;
	height: 22px;
	border-bottom: none;
	border-top: none;
	border-right: none;
	border-left: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 22px;
}


p,td,ul,li {
	color: #070743;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
.news_red {
	font-weight: bold;
	color: #ED2B2C;
}


p a {
	text-decoration: none;
	color: #ED2B2C;
}
p a:hover {
	color: #ED2C25;
	text-decoration: underline;
}
td a {
	text-decoration: none;
	color: #ED2B2C;
}
td a:hover {
	text-decoration: underline;
	color: #ED2B2C;
}

b, strong {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #333333;
}
.headermenu {
	color: #ED2C25;
	text-decoration: none;
	width: 990px;
	top: 25px;
	position: relative;
	float: left;
	text-align: left;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}

#maincol li a {
	color: #ED2B2C;
	text-decoration: none;
	}
#maincol li a:hover {
	color: #ED2B2C;
	text-decoration: underline;
	}	

#logos {
	text-align: center;
	width: 120px;
	margin-top: 30px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #070743;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}

/* forms */

.textinput1 {
	width: 258px;
	color: #070743;
	border: 1px solid #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.left_text {
	width: 40px;
	display: block;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.textinput2 {
	width: 560px;
	border: 1px solid #CCC;
	color: #070743;
	height: 125px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.button {
	color: #347B59;
	background-color: #FFFFFF;
	border: 1px solid #2D7A58;
	cursor: hand;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.button2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #62567A;
	background-color: #F4F3F8;
	cursor: hand;
	border: 1px solid #FFFFFF;
}

/* clubs */

#club {
	margin-top: 10px;
	}
#club_left {
	float: left;
	}
#club_right {
	float: right;
	}	

/* images */

.galleryimages {
	border: 1px solid #000000;
}

/* Form Errors */


.form-errors {
	font-weight: bold;
	color: #ED2B2C;
	font-size: 14px;
}




@media print{ 
/*hide the header, footer and left column when printing*/ 
#header{display:none;} 
#footer{display:none;}
#leftcol{display:none;}

/*hide the right column when printing*/ 
#rightcol{display:none;
} 
#maincol{width:100%; float:none;}

body{
	margin:0;
	padding:0;
	color: #333333;
	font: 11px/16px Verdana, Geneva, sans-serif;
	background-color: #FFFFFF;
}

#maincol{
	background-image: none;
	background-color: #FFFFFF;
	width: 640px;
 }
 
p,ul,li,td,h1,h2,b,strong,a {
	text-decoration: none;
	color: #000000;
}
a.content_link {
	text-decoration: none;
	color: #000000;
}

}
