@font-face {
	font-family: sansr;
	src: url('OpenSans-Regular.ttf');
	font-family: sanseb;
	src: url('OpenSans-ExtraBold.ttf');
}
body 
{
	background-color:#0c479d;
}
a
{
	font-family:'sansr', sans-serif;
	color:#66cccc;
}
a:hover
{
	color:#69F;
}

	ul
	{
	list-style-type:none;
	margin:0;
	padding:0;
	}
#container
{
	background-image: url(../img/contbg.png);
	background-repeat: repeat-y;
	width:940px;
	margin: auto;
	margin-top: -10px;
	margin-bottom: -10px;
	border-bottom: 10px;
	border-color: grey;
}
#top
{
font-family:"Arial Black",Gadget,sans-serif;
color: #fe000c;
text-align: left;
margin: auto;
font-weight: 900;
font-size: 36px;
padding-bottom:20px;
border-bottom:1px solid #b5b5b5;
width:900px;
}

#top a:link {color: #fe000c; font-size: 36px; font-family:"Arial Black",Gadget,sans-serif;text-decoration:none;}
#top a:visited {color: #fe000c; font-size: 36px; font-family:"Arial Black",Gadget,sans-serif;text-decoration:none;}
#top a:hover {color: #fe000c; font-size: 36px;  font-family:"Arial Black",Gadget,sans-serif;text-decoration:none;}
#top a:active {color: #fe000c; font-size: 36px; font-family:"Arial Black",Gadget,sans-serif;text-decoration:none;}


#flag{
text-align:right;
margin-right:20px;
padding-top:10px;
}
	#header
{
	width:900px;
	height:272px;
	margin: auto;
	margin-bottom:20px;
	margin-top:20px;
	position:relative;
	box-shadow: 0px 1px 5px #999999;
	}
#navcontainer{
border-top:1px solid #b5b5b5;
border-bottom:1px solid #b5b5b5;
width: 940px;
}

#navcontainer ul
{
text-align: center;
padding-bottom: 20px;
padding-top: 20px;

}

#navcontainer ul li
{
display: inline;

}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: #408080;
text-decoration: none;

}
#navcontainer ul li a:hover
{
background-color: #0c479d;
color: #fff;
}
#navcontainer #active { 
border-left: 1px solid #fe000c; 


}
#map_canvas { width: 100%; height: 100%;}
#content
{
	background-color:#FFF;
	width:800px;
	margin:auto;
	padding:20px 50px;
	font-family:sansr, sans-serif;
	margin-bottom:5px;

}

#content p
{
	text-align: left;
}
#footer
{
	text-align: center;
	background-image: url(../img/cpr.bmp);
	background-repeat: repeat-x;
	font-size: 8pt;
	font-family:sansr, sans-serif;
	padding:5px;
}
#frame
{
	text-align: right;
}
#bold
{
width:150px;
height: 20px;
font-weight: bold;
text-align:right;
padding-right: 10px;
}