body {
	background-color: #000000;
	padding: 0px;
	margin: 0px;
}

/*	DIV Header
*/

div#Header {
	background-image: url(../images/Header/main.jpg);
	background-repeat: no-repeat;
	height: 160px;
	width: 948px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #000000;
	border-left-color: #999999;
	text-align: center;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color: #000000;
}
p.Header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #5D84BB;
	margin-left: 18px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	vertical-align: middle;
}




/*	DIV Menubar
*/

div#Menubar {
	width: 900px;
	background-color: #005979;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0086B9;
	border-right-color: #004762;
	border-bottom-color: #004762;
	border-left-color: #0086B9;
	/*	box-shadow: 0px 0px 8px 5px #51BEA5;*/
/*	box-shadow: 0px 0px 8px 5px #FFC86E;*/
	box-shadow: 0px 0px 10px 6px #CCCCCC;
	left: 20px;
	top: 100px;
	position: absolute;
	text-align: left;
}
div#Menubar a.Menubar:link, div#Menubar a.Menubar:visited {
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #004762;
	border-left-color: #0086B9;
	color: #E1F2F0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	margin: 0px;
	padding: 6px;
}

div#Menubar a.Menubar:hover, div#Menubar a.Menubar:active {
	text-decoration: none;
	color: #E1F2F0;
	background-color: #000000;
	margin: 0px;
	padding: 6px;
}

div#Menubar a.Menubar:link:first-child, 
div#Menubar a.Menubar:active:first-child, 
div#Menubar a.Menubar:hover:first-child, 
div#Menubar a.Menubar:active:first-child {
	border-left-style: none;
}

div#Menubar a.Menubar:link:last-child, 
div#Menubar a.Menubar:active:last-child, 
div#Menubar a.Menubar:hover:last-child, 
div#Menubar a.Menubar:active:last-child {
	border-right-style: none;
}




/*	Content
*/

div#Content {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-color: #E1F2F0;
	width: 948px;
	padding-bottom: 15px;
	box-shadow: inset 0 0 5px 5px #888;
}




/*	Footer
*/

div#Footer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px none #999999;
	width: 948px;
	background-color: #000000;
	text-align: center;
}
P.Footer {
	color: #FFFFFF;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
p.Footer a.Footer:link, p.Footer a.Footer:visited {
	text-decoration: none;
	color: #FFFFFF;
	line-height: 30px;
}

p.Footer a.Footer:hover, p.Footer a.Footer:active {
	text-decoration: underline;
	color: #FFFFFF;
}
