/*HEADER*/
#header{
position:static;
height:150px;
width:760px;
z-index:-1;
background-image:url(img/headerBurcot.jpg);
}

#main{
position:relative;
left:0px;
top:0px;
height:auto;
width:760px;
}

#footer{
position:relative;
left:0px;
top:0px;
width:auto;
}

/*MENU*/
#menuBottom{
position:absolute;
top:150px;
left:0px;
width:760px;
}

#menu{
position:absolute;
top:15px;
left:8px;
width:auto;
background-color:#FFFFFF;
font:Georgia, "Times New Roman", Times, serif;
font-size:10pt;
font-weight:bold;
}
#menu a:link{
color:#000000;
text-decoration:none;
}
#menu a:visited{
color:#000000;
text-decoration:none;
}
#menu a:hover{
color:#DEC642;
}
#menu a:active{
color:#DEC642;
}

BODY, TD, TH, INPUT, SELECT, TEXTAREA, DIV, P {
	font-size: 10pt;
	color: #000000;
	font-family:Georgia, "Times New Roman", Times, serif
}

body {
background-color:#FFFFFF;
margin:0px;
}

body:active {
	color: #ff6600;
}

form{
   margin: 0;
   padding: 0;
   border: 0;
}

a:link {
	color: #0A4E92;
}

a:visited {
	color: #0A4E92;
}

a:active {
	background-color:transparent;
}

a:hover {
	color: #ffffff;
	background : #0A4E92;
}

.header2 {
font-size: 10pt;
color:#333333;
font-weight:bold;
}

.header1 {
font-size: 10pt;
color:#000000;
font-weight:bold;
}

.image:link {background-color:transparent;}

.image:visited {background-color:transparent;}

.image:hover {background-color:transparent;}

.block{
   display: block;
}

.imageBorderBlue {
	border: 1px solid #094E92;
}
.boxBlue {
	border: 1px solid #094E92;
}
.boxFawn {
	border: 1px solid #FBF7E5;
}
.whiteBold {
	font-weight: bold;
	color: #FFFFFF;
}
/*POPUP - ADMIN*/
#popuparea a,
#popuparea a:visited {
text-decoration:none;
color:#FFFFFF;
}

#popuparea a span {
display:none;
}

#popuparea a:hover span {
display: block;
position: absolute;
width: 450px;
color: #000000;
top: 200px;
left: 155px;
height: 110px;
padding: 8px;
background-color: #FBE9E2;
border: 1px solid #000000;
}

#popuparea a:hover {
text-indent: 0;
}

/*POPUP - MAIN*/
#popupmain a span {
display:none;
}

#popupmain a:hover span {
display: block;
position: absolute;
width: 450px;
color: #000000;
top: 125px;
left: 150px;
height: 225px;
padding: 8px;
background-color: #FBE9E2;
border: 1px solid #000000;
}

#popupmain a:hover {
text-indent: 0;
}

/*POPUP - REL*/
#popuprel a span {
display:none;
}

#popuprel a:hover span {
display: block;
position: relative;
width: 425px;
color: #000000;
top: 5px;
left: 0px;
height: 175px;
padding: 8px;
background-color: #FBE9E2;
border: 1px solid #000000;
}

#popuprel a:hover {
text-indent: 0;
}
