/* CSS Document */
html {
	color: #000;
}

body {
	background: url('../images/background.jpg');
	color:#FFFFFe; 
	padding: 0; 
	margin: 0; 
	font-size: 12px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	line-height: 110%; 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	background-repeat:repeat;
}

div.header {
	border-bottom: 2px solid black; 
	background: url('../images/beo.jpg') no-repeat center left; 
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
              height: 5em;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
              font-size: 12px;
              margin:  0px;
              padding: 0px;
              z-index: 100;
}

div.header h1, div.header h3
{
	padding: 0;
	margin: 0;
	color: white;
}

div.pageMenu {
	position: absolute;
	top: 3em;
	left: 203px;
	font-weight: bold;
	font-size: 180%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: inherit;
	padding: 0;
	margin: 0;
	z-index: 100;
}

div.pageMenu ul {
	position: static;
              float: left;
	height: 2em;
	width: auto;
	border-top: 0.1em solid #2f2523;
	border-right: 0.1em solid #2f2523;
	border-bottom: 2px none; 
	border-left: 0.1em solid #2f2523;
	margin: 0;
	padding: 0;
              z-index: 100;
	text-decoration: none; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: bold; 
	line-height: 180%; 
	font-size: 100%; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	list-style-type: none;
}

div.pageMenu li {
	position: relative;
	float: left;
	text-align: center;
	width: 9em;
	padding: 0;
	z-index: 100;
}

div.pageMenu li a {
	display: block;
	width: auto;
	border-left: 0.1em solid #2f2523;
	border-top: 0.1em solid #2f2523;
	border-right: 0.1em solid #2f2523;
	border-bottom: none;
	color: #010203;
	background: #df5926;
	text-decoration: none;
}

div.pageMenu li a.active {
	display: block;
	width: auto;
	border-left: 0.1em solid #2f2523;
	border-top: 0.1em solid #2f2523;
	border-right: 0.1em solid #2f2523;
	border-bottom: none;
	color: #010203;
	background: #a31c2a;
	text-decoration: none;
}

div.pageMenu li li a {
	margin: 0;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0.1em solid #2f2523;
	border-left: 0px none;
	z-index: 100;
}

div.pageMenu a:hover,
div.pageMenu a.active:hover {
	color: #000;
	background: #ffa837;
}

div.welcomebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	position: relative;
	top: .3em;
}

div.welcomebar form {
	padding: 0;
	margin: 0;
}

div.welcomebar input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div.welcomebar a {
  	color: #010203;
	background-color: #df5926;
	height: 2em;
	width: auto;
	border-top: 0.1em solid #2f2523;
	border-right: 0.1em solid #2f2523;
	border-bottom: 2px none; 
	border-left: 0.1em solid #2f2523;
	margin: 0;
	padding: 0;
	text-decoration: none; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: bold; 
	line-height: 180%; 
	font-size: 100%; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	list-style-type: none;
}

div.welcomebar a:hover {
	color: #000;
	background: #ffa837;
	border-top: 0.1em solid #2f2523;
	border-right: 0.1em solid #2f2523;
	border-bottom: 2px none; 
	border-left: 0.1em solid #2f2523;
              text-align: center;
              width: 7em;
	height: 2em;
}

div.footer
{
	clear: both;
	margin: 0;
	padding: .25em;
	color: #ffffff;
	border-top: 1px solid gray;
              font-size: 10px;
}

.frontPageHeader
{
	font: 1.6em/100% Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #ffffff;
	text-align: left;
}
