@charset "utf-8";
/* CSS Document */

A:link, A:active, A:visited {
	text-decoration: underline;
	color: #4db4ca;
	outline: none;
}	
A:hover {
	color: #00d2ff;
	text-decoration: bold, underline;
	outline: none;
}
img { border: 0; }
h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #3d6384;
}
h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #4db4ca;
}
h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3d6384;
	margin: 20px 0 8px 0;
}
h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4db4ca;
	margin: 20px 0 8px 0;
}

h5 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3d6384;
	margin: 8px 0 6px 0;
}
h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3d6384;
	margin: 8px 0 6px 0;
}
html, body {
	margin: 0;
	padding: 0;
	}
body { 
	background:url(images/background.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#284762;
}
body, td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}
.body, p, li {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	margin: 3px 0 8px 0;
}

.copyright, .copyright a:link, .copyright a:visited {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	text-align:right;
	margin: -28px 30px 26px 0;
	position:relative;
	top:26px;
}
.copyright a:hover {
	text-decoration:underline;
}
.extract {
	border: #a4b4d0 1px solid;
	padding: 10px;
	margin: 2% 7%;
	background-color: #F1F2F5;
}
.tableformatter {
	border: #a4b4d0 1px solid;
	background-color: #F1F2F5;
}


.warning {
	border: #6C0B0B 1px solid;
	padding: 10px;
	margin: 2% 7%;
	background-color: #B31111;
}
.warning p {
	color:#FFFFFF;
	font-weight:bold;
}
.title_warning {
	font-size: 14px;
	font-weight: bolder;
}



#pagecontainer {
	width:980px;
	position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -485px;
	padding:0;
	background-color:#3d6384;
}
#dividercontainer {
	width:980px;
	margin:0;
	padding:0;
	background-color:#3d6384;
}
#headercontainer {
	width:980px;
	height:151px;
	margin:0;
	padding:0;
}
#menucontainer {
	float:left;
	width:195px;
	top:151px;
	left:0;
	margin:0;
	padding: 0;
	min-height:320px;
	background:url(images/beacons_menubg.jpg) top no-repeat;
}
#contentcontainer {
	margin-left:195px;
	padding:0;
	top:151px;
	left:195px;
	width:763px;
	background-color:#FFFFFF;
	min-height: 350px;
}
#rightcontainer {
	position:absolute;
	width:22px;
	top:151px;
	right:0px;
	margin:0;
	padding:0;
}
#footercontainer {
	width:980px;
	height:40px;
	bottom:0px;
	margin:0;
	padding-bottom:20px;
	background-color:#284762;
}
#contentfootercontainer {
	width:763px;
	height:47px;
	background-image:url(images/beacons_contentfooter.jpg);
	background-repeat:no-repeat;
}
#contentbuffer {
	padding: 0 0 0 15px;
	margin: 0 20px 0 0;
	width:733px;
	min-height:450px;
}



.menu {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	padding-left:5px;
	padding-right:5px;
	color: #FFFFFF;
	outline: none;
}	
#menu2 div {
	font-size: 13px;
	font-family: Arial, sans-serif;
	color: #FFFFFF;
}
#menu2 {
	min-height: 13px;
	width: 195px;
	padding: 4px 0 4px 10px;
	border:0;
}
#menu2:hover {
	min-height: 13px;
	width: 195px;
	padding: 4px 0 4px 10px;
	background:url(images/hover_on.png);
}





.tableformatter {
	BORDER: #a4b4d0 1px solid;
	MARGIN: 0px 0px 15px 0px;
	PADDING:0;
	COLOR: #3d6384;
	BORDER-COLLAPSE: collapse;
	BACKGROUND-COLOR: #f1f2f5;
}
.tableformatter TD {
	BORDER-RIGHT: #a4b4d0 1px solid;
	PADDING: 3px;
	BORDER-TOP: #a4b4d0 1px solid;
	VERTICAL-ALIGN: top;
	empty-cells: show;
	BACKGROUND-COLOR:#f1f2f5;
}


.beaconformatter {
	BORDER: #4eb4ca 1px solid;
	MARGIN: 0px 0px 15px 0px;
	COLOR: #3d6384;
	BORDER-COLLAPSE: collapse;
}
.beaconformatter H4 {
	color: #FFFFFF;
	margin:4px;
}
.beaconformatter H3 {
	margin:4px;
}
