html, body
{
	margin: 0px;
	width: 100%;
	/*height: 100%;*/
	min-height: 100%;
	font-family: Palatino Linotype, Palatino, serif;
	font-size: 11pt;
	color: #383838;
	background-color: #ffffff;
	margin-bottom: -10px;
}

#wrapper
{
	min-height: 100%;
	height: auto !important;
	margin: 0px 10px -50px;
}
#header
{
	position: relative;
	margin-top: 5px;
	height: 163px;
	color: #000000;
	font-weight: bold;
	z-index: 2;
}
#header img
{
	display: inline;
	position: absolute;
	top: 0px; 
	left: 20px;
	z-index: 4;
}
#header a
{
	text-decoration: none;
	font-size: 0.8em;
}

#login_data
{
	float: right; 
	margin-right: 20px;
	text-align: right; 
	position: relative; 
	top: 0px;
	font-size: 0.9em;
}

#menu
{
	position: relative;
	top: 125px;
	margin: 0px 10px 0px 10px;
	padding-left: 300px;
	background-color: #163b69;
	height: 39px;
	clear: both;
	border-top-right-radius: 0.5em;
	border-top-left-radius: 0.5em;
	z-index: 0;
}
#menu ul
{
	margin: auto;
	padding: 0px 0px 0px 0px;
	height: 30px;
	list-style-type: none;
}
#menu ul li
{
	display: inline;
	font-weight: bold;
	float: left;
}
#menu ul li a, #menu ul li a:visited
{
	display: block;
	color: #dfdfdf;
	margin: 5px 0px 3px 0px;
	padding: 3px 5px 0px 5px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	border-left: 1px dashed #dbdbdb;
	border-top-left-radius: 0.5em;
	min-width: 75px;
	height: 29px;
	font-size: 1em;
}
#menu ul li:last-child a
{
	border-right: 1px dashed #dbdbdb;
	border-top-right-radius: 0.5em;
}
#menu ul li a.selected, #menu ul li a.selected:hover, #menu ul li a.selected:visited,  #menu ul li a.selected:hover:visited
{
	margin: 5px 0px 0px 0px;
	background: #e9edef;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	color: #3a43b5;
	height: 35px;
}
#menu ul li a:hover, #menu ul li a:hover:visited
{
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	background: #223fd2;
	color: #f2f5fb;
}

#safety-menu
{
	position: relative;
	top: 0px;
	margin: 0px 0px 0px 0px;
	padding-left: 350px;
	background-color: #b8cce0;
	height: 39px;
	clear: both;
	border-bottom-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
	z-index: 0;
}
#safety-menu ul
{
	margin: auto;
	padding: 0px 0px 0px 0px;
	height: 30px;
	list-style-type: none;
}
#safety-menu ul li
{
	display: inline;
	font-weight: bold;
	float: left;
}
#safety-menu ul li a, #safety-menu ul li a:visited
{
	display: block;
	color: #3f3f42;
	margin: 5px 0px 3px 0px;
	padding: 3px 5px 0px 5px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	border-left: 1px dashed #dbdbdb;
	border-top-left-radius: 0.5em;
	min-width: 75px;
	height: 29px;
	font-size: 1em;
}
#safety-menu ul li:last-child a
{
	border-right: 1px dashed #dbdbdb;
	border-top-right-radius: 0.5em;
}
#safety-menu ul li a.selected, #safety-menu ul li a.selected:hover, #safety-menu ul li a.selected:visited,  #safety-menu ul li a.selected:hover:visited
{
	margin: 5px 0px 0px 0px;
	background: #e9edef;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	color: #3a43b5;
	height: 35px;
}
#safety-menu ul li a:hover, #safety-menu ul li a:hover:visited
{
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	background: #223fd2;
	color: #f2f5fb;
}

#content
{
	background: #e9efef;
	min-height: 100%;
	margin: 0px 10px 0px 10px;
	border-left: 2px solid #112045;
	border-right: 2px solid #112045;
	padding: 5px;
	box-shadow: 2px 2px 5px #888888;
	position: relative;
	z-index: 1;
	overflow: auto;
}

#footer
{
	position: relative;
	clear: both;
	margin: 0px 10px 0px 10px;
	padding-top: 3px;
	padding-right: 15px;
	height: 20px;
	background-color: #163169;
	color: #e1e1e1;
	font-size: 0.7em;
	text-align: right;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	box-shadow: 2px 2px 5px #888888;
	z-index: 2;
}
#footer a
{
	color: #f9f9f9;
	text-decoration: none;
}
#footer a:visited
{
	color: #f9f9f9;
}
#footer a:hover
{
	color: #f9f9f9;
}

a
{
	color: #0b0bdb;
}
a:visited
{
	color: #0b0bdb;
}
a:hover
{
	color: #0b0bdb;
}