/* Global Styles */

body {
	margin:0px;
	background-color: #E27630;
	}
	
a {
	font:12px Frutiger LT 57 Cn, Helvetica, sans-serif;
	color: #2D3536;
	font-weight:bold;
	text-decoration:none;
	}
	
a:active {
	font:12px Frutiger LT 57 Cn, Helvetica, sans-serif;
	background-color: #2D3536;
	color: #E27630;
	}
	
/* CLASS Styles */

.header {
	position: relative;
	left:0;
	top:0;
	width:100%;
	height:auto;
	background-color: #2d3536;
	}

.header img {
	margin-top: 20px;
	margin-bottom: 20px;
}

.menuetop {
	position:relative;
	left: 0;
	width:100%; 
	height:30px;
	background-color: #E27630;
	padding-top: 5px;
    padding-left: 10px;
    font-family: verdana;
	text-align:left;
	font-size: 16px;
	color: #2d3536;
	}

.menuetop a{
	font-size: 16px;
	color: #2d3536;
}
	
.main {
	position: relative;
	top: 0;
	left: 0;
	width:100%; 
	height:100%; 
	background-color: #E27630;
	overflow : auto;
	}
 
.menueleft {
	position: relative;
	width:200px; 
	height:100%; 
	float: left; 
	text-align:left; 
	padding: 10px; 
	font-family: verdana;
	font-size: 16px;
	color: #2d3536;	
	}
 
.menueleft a{
	font-size: 16px;
	color: #2d3536;	
}

.content {
	position: relative;
	width:65%;
	height:100%;
	float:left;
	padding: 10px;
	text-align: center;
	font:12px Frutiger LT 57 Cn;
	font-size: 14px;
	}

.content a{
	font-size: 14px;
	color: #4b5454;
	}

.content p{
	font:12px Frutiger LT 57 Cn;
	font-size: 16px;
	}
	
.content h1 {
        text-align: center;
        font-family: verdana;
		font-size: 28px;
        color: #2d3536;
}

.content h2 {
        text-align: center;
        font-family: verdana;
		font-size: 18px;
        color: #2d3536;
}

.content h3 {
        text-align: left;
        font-family: verdana;
		font-size: 14px;
        color: #2d3536;
}
.content h4 {
        text-align: center;
        font-family: verdana;
		font-size: 14px;
        color: #2d3536;
}
.content td {
	font:12px Frutiger LT 57 Cn, Helvetica, sans-serif;
	color:#2D3536;
	background-color: #E27630;
	}
	
.sponsor {
	position: relative;
	float:left;
	width:10%; 
	height:100%; 
	padding: 10px; 
	text-align: center; 
	font-family : Frutiger LT 57 Cn;
	}

.sponsor p {
	font-size: 11px;
}

.footer {
	position: relative;
	top: 0;
	left: 0;
	width:100%; 
	height:100%; 
	background-color: #2d3536;
}
		
.footer img {
	margin-top: 20px;
	margin-bottom: 20px;
}
