/* CSS Document */
@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('webfont/League_Gothic-webfont.eot');
    src: url('webfont/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfont/League_Gothic-webfont.woff') format('woff'),
         url('webfont/League_Gothic-webfont.ttf') format('truetype'),
         url('webfont/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
 color: #333;
	margin: 0px;
	padding: 0px;
 font-size: 100%;
	background: #fff;
}
body a:link {
 color: #2f5b8a;
}
body a:visited {
 color: #666666;
}
body a:hover {
 text-decoration: none;
}
p {
	margin: 0px 0px 10px;
 font-size: 1em;
 line-height: 1.5em;
}
h1 {
	color: #666666;
 font: 48px/50px 'LeagueGothicRegular', Arial, sans-serif;
	margin-top: 0;
	margin-bottom: 10px;
}
.header h1 {
	color: #fff;
 font-size: 2.4em;
	margin-top: 0;
	margin-bottom: 0px;
}
h2 {
 font: 33px/38px 'LeagueGothicRegular', Arial, sans-serif;
	color: #336699;
	margin-top: 0;
	margin-bottom: 10px;
}
h2 a:link {
 text-decoration: none;
}
h2 a:hover {
 text-decoration: underline;
}
h2 a:visited {
 color: #2f5b8a;
}
h3 {
 font: 23px/28px 'LeagueGothicRegular', Arial, sans-serif;
	color: #333;
	margin-top: 0;
	margin-bottom: 7px;
}
h4 {
 font: 16px/18px 'LeagueGothicRegular', Arial, sans-serif;
 margin: 0 0 5px;
}
.header h4 {
 font-size: 1.2em;
 margin: 0 0 5px;
 color: #ffffff;
}
h5 {
 color: #666666;
 font-size: 0.75em;
 margin: 0 0 5px;
}
ul {
 margin-left: -10px;
 margin-top: 5px;
}
ul li {
 font-size: .90em;
}
.text-shadow {
 text-shadow: 2px 2px 0 rgba(0,0,0, .25);
}
.clear {
 clear: both;
 font-size: 1px;
 height: 1px;
 line-height: 1px;
}
.bottom-margin {
 margin-bottom: 10px;
}
.round {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
 position: relative;
}
table {
 margin-bottom: 40px;
}
/**input {
	font-size: 1.4em;
	color: #666666;
	background: #FFFFFF;
	padding: 5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
 -moz-box-shadow: inset 5px 5px 5px #ccc;
 -webkit-box-shadow: inset 5px 5px 5px #ccc;
	box-shadow: inset 5px 5px 5px #ccc;
	border-style: none;
}**/
.navigation {
width:700px; height: 50px; padding-top: 50px; float:right;
}
.logo {
	width:210px;
	height: 85px;
	padding-top: 15px;
	display: block;
}
.logo a:link {
	display: block;
 color:#FFFFFF;
text-decoration:none;
}
.logo a:visited {
	display: block;
 color:#FFFFFF;
text-decoration:none;
}
/* ---- header,  ---- */
.header {
	background: #003366 url(images/header_back.png) repeat-x top;
	height: 100px;
}
.sub-header {
	background: #999999;
	height: 4px;
}
.main {
	background: #fff url(images/main_back.jpg) repeat-x center bottom;
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.content {
 width: 914px;
 margin: 0 auto;
 position: relative;
}
.footer {
	background: #666666;
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
font-size: .89em;
color: #999;
}