html {height:100%}

body {
	background-color: #fff;
	color:#0788C7;
	font-family: Calibri, Verdana, Arial, sans-serif;
	padding:0px;
	margin:0px;
	min-height:101%;
	
}
img {
	border:0px;
}

#container {
	position:relative;
	width:960px;
	margin:10px auto;
	padding:5px;
	background-image: url(images/flag.jpg);
	background-repeat: no-repeat;

}

#logo {
	position:absolute;
	width:190px;
	height:190px;
	top:0px;
	left:0px;
	z-index:22;
}

#top-nav {
	float:right;
	margin-top:10px;
}

#top-nav ul li {
	list-style-type: none;
	background:#0788C7;
	width:100px;
	text-align:center;	
}

#top-nav ul li a {
	display:block;
	color:#FFF;
	text-decoration:none;	
}

#top-nav ul li a:visited {
	color:#fdce07;
}

#top-nav ul li a:hover {
	color:#d31f35;
}

#main-nav { 
	width:960px;
	height:30px;
	background:url(images/lines.png);
	color:#fff;
	margin-top:0px;
}

#main-nav ul{
	float:right;
	margin:5px 0 0 0;
	padding:0px;
	list-style-type:none;
}

#main-nav ul li{
	float:left;
	width:111px;
	text-align:center;
	background:#0788c7;
}

#main-nav ul li a {
	display:block;
	color:#FFF;
	text-decoration:none;	
}

#main-nav ul li a:visited {
	color:#fdce07;
}

#main-nav ul li a:hover {
	color:#d31f35;
}

#left {
	float:left;
	width:190px;
	padding:20px;
}
#type {
	float:left;
	clear:both;
	margin:10px 0px 0px 15px;
	width:960px;
}

#type p {
	color:#000;
}

#type ul{
	margin:10px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
}


#type li {
 	margin:5px;
	padding:0px;
	float:left;
	text-align:left;
	height:210px;
}
#type a {
	color:#d31f35;
	text-decoration: none;	
}
#type tr td {
	width: 250px;
	color:#000;
	padding:5px;
	margin:0;
	border: 1px solid #000000;
}


#copy {
	float:left;
	width:700px;
	margin:10px 0px 0px 15px;
	
}

#copy a {
	color:#d31f35;
	text-decoration: none;
}

#copy li{
	color:#000;
	list-style-type:square;
	margin:0px 0px 0px 10px;
}

#copy p {
	color:#000;
}

iframe {
	position: absolute;
	top:350px;
	left:500px;
	z-index:200;
	width:475px;
	height:432px;
	border:0;
}

a {
	color:#d31f35;
}

#footer {
	float:left;
	clear:both;
	width:990px;
	color:#000;
	text-align:center;
	font-size:.8em;
	margin-top:50px;
}

.name {
	margin:50px 0px 50px 200px;
	width: 610px;
	height:65px;
}

.upcoming {
	width:180px;
	background:#fdce07;
	text-align:center;
	margin:10px;
}

.top{
	background-color: #0788c7;
	border: 2px #fff outset;
	color: #fdce07;
	text-decoration: none;
	padding: 1px 4px;
}

.top:hover{
	border-style: inset;
	background-color: #0788c7;
	color: #d31f35;
	padding: 2px 3px 0px 5px;

}

.small {
	font-size:.8em;
}

.members {
	width:100px;
}

.border {
	border-bottom: 1px solid #0788C7;
	width:960px;
	list-style-type: none;
	margin:10px;
}
.frame h2{
	color:#0788C7;
	line-height: 15px;	
}

.frame {
	width:425px;
	color:#000;
	padding:15px;
}

.frame p{
	margin-top:0px;
	line-height: 13px;
	
}
