html {min-height: 100%;}



* {

	margin: 0;

	padding: 0;

}



a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #FE4101;
	text-decoration: underline;
}

a.he {
	color: #FFFFFF;
}

a.he:hover {
	color: #CCCCCC;
}

body {
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;

}



h1,h2,h3 {padding-top: 6px;}
h3 {
	margin-bottom: 4px;
	font-size: 24px;
	font-weight: bold;

}
.banners {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
}
.sponsor {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}





/* misc */

.clearer {clear: both;}



/* structure */

.container {
	background: #FFF;
	font-size: 12px;
	margin: 0 auto;
	padding: 0 1px 1px;
	width: 950px;

}



/* title */

.header {
	background: #FFF;
	height: 350px;
	margin: 0 auto;
	padding: 1px 1px 0px;
	width: 950px;

}

.header .left {
	background: #B3C2C7 url(images/header.jpg) no-repeat;
	width: 950px;
	height: 350px;

}
.header .left h1 {
	font-size: 27px;
	padding-top: 20px;
	padding-left: 20px;
	color: #FFFFFF;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.header .left h2 {
	font-size: 14px;
	padding-left: 20px;
	margin-top: 0px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 35px;
}





/* navigation */

.navigation {
	background: #D9E1E5 url(images/nav.gif);
	border: 1px solid #000;
	border-color: #000;
	height: 41px;

}

.navigation a {
	background: #D9E1E5 url(images/nav.gif);
	border-right: 1px solid #000;
	color: #FFFFFF;
	display: block;
	float: left;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

}

.navigation a:hover {
	background-position: left bottom;
	color: #FAEADD;
}



/* main */

.main {
	border-top: 4px solid #FFF;
	background: url(images/bgmain.gif) repeat-y;

}



/* sub navigation */

.sidenav {
	float: right;
	width: 210px;
	background-color: #D33601;

}
.sidenav  h4 {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
	text-align: center;
	background-color: #3C3C3C;

}

.sidenav ul {

	padding: 0;

	border-top: 1px solid #EAEADA;

}

.sidenav li {border-bottom: 1px solid #EAEADA;}

.sidenav li a {
	font-size: 1.1em;
	color: #F8E1D1;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;

}

.sidenav li a:hover {
	color: #CCCCCC;
	background-color: #FE6836;

}

.sidenav .image {
	width:210px;
	}

/* content */

.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 700px;

}

.content p {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}



/* footer */

.footer {
	color: #FFF;
	line-height: 39px;
	text-align: center;
	background-color: #373737;
	font-size: 11px;

}
