@charset "utf-8";
/* CSS Document */

.container {
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background-color:#FFFFFF;
	width:810px;
	height:724px;
}

.AboutUscontainer {
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background-color:#FFFFFF;
	width:810px;
	height:950px;
}


.Header {
	width:810px;
	height:95px;
	float:left;
	background-image:url(img/header.gif);
}

.Flyer{
	width:400px;
	height:625px;
	margin-top:5px;
	float:left;
	overflow:visible;
	
}

.AboutUsFlyer{
	width:400px;
	height:800px;
	margin-top:5px;
	float:left;
	overflow:visible;
	
}

.SponsorshipFlyer{
	width:400px;
	height:625px;
	margin-top:5px;
	float:left;
	overflow:visible;
	background-color:#CCCCCC;
	
}

.Slideshow{
	width:400px;
	height:300px;
	margin-top:5px;
	float:right;
	background-color:#CCCCCC;
	background-image:url(img/foto1.jpg);
	
}

.Register{
	width:400px;
	height:20px;
	margin-top:5px;
	float:right;
	background-color:#CCCCCC;
	
}

.Sponsor{
	width:400px;
	height:20px;
	margin-top:5px;
	float:right;
	background-color:#CCCCCC;
	
}

.About{
	width:400px;
	height:20px;
	margin-top:5px;
	float:right;
	background-color:#CCCCCC;
	
}

.Text{
	width:390px;
	height:210px;
	margin-top:5px;
	float:right;
	background-color:#CCCCCC;
	padding:5px;
	overflow:visible;
	
}



.Footer{
	width:400px;
	height:20px;
	margin-top:5px;
	float:right;
	background-color:#CCCCCC;
	
}



/* text styles */

.Ulsample {
list-style-type:disc;
list-style-image:none;
list-style-position:outside;



}



.BodyText {
font-family:Arial, Helvetica, sans-serif;
color:#333333;
text-decoration: none;
word-spacing: Normal;
letter-spacing: 0px;
text-indent: 0px;
font-size: 12px;
padding:2px;

}



/* LINKAGE */

a {
font-family:Arial, Helvetica, sans-serif;
color:#333333;
text-decoration: none;
word-spacing: Normal;
letter-spacing: 0px;
text-indent: 0px;
font-size: 12px;
}

a:active {
	color:#FFFFFF;
	text-decoration: none;
}

a:hover {
background-color:#FF0000;
	text-decoration: none;
}

a:visited {
	color:#333333;
	text-decoration:none;
}