@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0;
	background-color: #050D35;
	background-image: url('images/bg.gif');
	background-repeat: repeat;
}

a:link {color: #5A5D6F;}
a:visited {color: #BEBFC4;}
a:hover {color: #E2CB18;}
a:active {color: #000000;}

#page {
	margin: auto;
	width: 824px;
	height: auto;
	background-color: #FFFFFF;
	padding-bottom: 15px;
}

#Table_01 {
	line-height: 0;
	position: relative;
	z-index: 1; 
}

#site {
	width: 800px;
	color: #050D35;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 12pt;
	padding-left: 8px;
}
	

.nav {
	margin-top: -48px;
	margin-left: 5px;
	width: 430px;
	position: relative;
	z-index: 2; 
}

#navcontainer {
	margin: auto;
	padding: 0;
	height: 20px;
}

#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navcontainer ul li a {
	background: #FFFFFF;
	width: 78px;
	height: 18px;
	padding: 0;
	margin: 0 0 10px 0;
	color: #050D35;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 10px/18px Century Gothic, sans-serif;
}

#navcontainer ul li a:hover {
	color: #BEBFC4;
	background: #FFFFFF;
}

#navcontainer a:active {
	background: #BEBFC4;
	color: #FFFFFF;
}

#navcontainer li#active a {
	background: #BEBFC4;
	color: #FFFFFF;
}

em {
	color: #E00934;
}

h1 {
	color: #050D35;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 25pt;
	text-align: right;
}

h2 {
	margin: 20px auto auto auto;
	width: 800px;
	text-align: center;
	font-size: 14pt;
}

h3 {
	font-size: 10pt;
}

div.footer{
	margin: auto;
	background-color: #FFFFFF;
	width: 824px;
	color: #373737;
	text-align: center;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 8pt;
	padding-bottom: 15px;
}