@charset "utf-8";
/* CSS Document */
/* Reset CSS Document */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: center;
	vertical-align: baseline;
}

strong {
  	font-weight: bold;
}

em {
	font-style: italic;
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
  	text-align:left;
	font-weight:normal;
	vertical-align: top;
	}

ol, ul {
	list-style: none;
}

q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* Page Content */
body {
background-color:#011C40;
font-family:Arial, Helvetica, Verdana, Sans-serif;
}

/* Main Container and General */
#container {
	width: 100%;
	background-image:url(../images/back.jpg);
	position:absolute;
}

/* Header */
#over-header {
	width: 526px;
	height: 291px;
	margin:auto;
	margin-top: 25px;
}

#flashcontentback {
	width: 526px;
	height: 291px;
	margin:auto;
	background-color:#eceded;
}

#flashcontent {
	width: 520px;
	height: 285px;
	margin:auto;
	padding:3px 3px 3px 3px;
}

#header {
	width: 600px;
	height: 95px;
	background-image:url(../images/logo.png);
	margin:auto;
	margin-top:25px;
}

#header-flag {
list-style: none;
width: 190px;
height: 35px;
margin:auto;
margin-top:10px;
}
#header-flag li {
	float: left;
}
#header-flag a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 5px;
}
#header-flag a:visited {
	color: #fff;
	text-decoration: none;
}
#header-flag a:hover {
	color: #000000;
}

#footer {
	width: 100%;
	margin:auto;
	margin-top:20px;
	font-size:75%;
	text-align:center;
	color:#fff;
	padding:10px 0 0 0;
	border-top:3px solid #eceded;
	background-color:#011C40;
}

#footer h1{
    font-size:175%;
}

#footer a, hover, active, visited {
    color:#fff;
	text-decoration:none;
}


#footer p{
line-height:2em;
}
