/* ------------------------------
HTML
------------------------------ */

a:link {
color: #7ab7c3; 
text-decoration: none; }

a:hover {
color: #94c1ca;
text-decoration: underline; }

a:visited {
color: #94c1ca;
text-decoration: none;}

a:active {
color: #94c1ca;
text-decoration: underline; }




BODY {
font-family: Verdana; 
color: #6fa2ac; 
scrollbar-face-color: 127183;
scrollbar-highlight-color: 127183;
scrollbar-3dlight-color: 127183;
scrollbar-darkshadow-color: 127183;
scrollbar-shadow-color: 127183;
scrollbar-arrow-color: eaeaea;
scrollbar-track-color: eaeaea;
background: #07586b
}


/* ------------------------------
PAGE STRUCTURE
------------------------------ */

#container{width:780px; display:block; background-color:FFFFFF;}


#main{width:760px; display:block; padding:10px 0;}
#menu{width:230px; margin-right:10px; float:left;}
#cont{width:510px; margin-right:10px; float:left;}


/* ------------------------------
CONTENT
------------------------------ */
.content-title {
display: block;
width:500px;
text-transform:uppercase;
color: #FFFFFF;
font-size: 8pt;
letter-spacing:3px;
font-weight: bold;
text-align: center;
border-right: 5px solid #127183;
border-left: 5px solid #127183;
font-family: Tahoma, Trebuchet MS;
background-color:127183;
margin-bottom: 1px; }


.content-sub1 {
display: block;
width:500px;
padding: 0px;
background-color:eaeaea;
font-size: 10px;
text-align: justify;
font-family:Verdana, Arial;
border-right: 5px solid #eaeaea;
border-left: 5px solid #eaeaea;
margin-bottom: 1px; }


.content-sub2 {
display: block;
width:500px;
padding: 0px;
background-color:eaeaea;
font-size: 10px;
font-weight: bold;
text-align: center;
font-family:Tahoma, Trebuchet MS;
border-right: 5px solid #eaeaea;
border-left: 5px solid #eaeaea;
margin-bottom: 1px; }


.content-news {
display: block;
width:500px;
padding: 0px;
background-color:eaeaea;
font-size: 10px;
text-align: justify;
font-family:Tahoma, Trebuchet MS;
border-right: 5px solid #eaeaea;
border-left: 5px solid #eaeaea;
margin-bottom: 1px; }


.content-normal {
display: block;
width:500px;
padding: 0px;
background-color:#FFFFFF;
font-size: 10px;
text-align: justify;
font-family:Verdana, Arial;
margin:0px;
border-right: 5px solid #FFFFFF;
border-left: 5px solid #FFFFFF;
padding-top: 5px;
padding-bottom: 3px; }



.content-end {
display: block;
width:500px;
padding: 0px;
background-color:#FFFFFF;
font-size: 10px;
text-align: right;
font-family:Verdana, Arial;
margin:0px;
border-right: 5px solid #FFFFFF;
border-left: 5px solid #FFFFFF;
padding-bottom: 8px; }





/* ------------------------------
MENU
------------------------------ */

.menu-title {
display: block;
width:222px;
color: #FFFFFF;
text-transform:uppercase;
font-size: 8pt;
letter-spacing:3px;
border-right: 4px solid #127183;
border-left: 4px solid #127183;
font-weight: bold;
text-align: center;
font-family: Tahoma, Trebuchet MS;
background-color:127183;
margin-bottom: 1px; }





.menu-normal {
display: block;
width:222px;
padding: 0px;
background-color:eaeaea;
font-size: 10px;
text-align: center;
font-family: Verdana;
margin:0px;
border: 4px solid #eaeaea;
 }



a.menulink:link, a.menulink:visited {
display: block;
background-COLOR: #eaeaea;
background-repeat: no-repeat;
width: 222px;
height: 20px;
text-indent: 5px;
text-decoration: none;
text-transform:uppercase;
text-align:left;
font-family: tahoma;
line-height: 20px;
border-right: 4px solid #eaeaea;
border-left: 4px solid #eaeaea;
margin-bottom: 1px;
font-size: 8pt;
}
a.menulink:hover {
display: block;
background-COLOR: #FFFFFF;
text-decoration: none;
border-right: 0px solid #FFFFFF;
}



/* ------------------------------
FORM
------------------------------ */


#form {
display: block;
width:500px;
padding: 0px;
font-size: 10px;
text-align: justify;
font-family:Verdana, Arial;
margin:0px;
border-right: 5px solid #FFFFFF;
border-left: 5px solid #FFFFFF;
padding-top: 5px;
padding-bottom: 3px; }


#form input {
font-family: verdana; 
font-size: 10 px; 
color: #6fa2ac;
border: 1px solid #6fa2ac; 
background: #eaeaea;
color: #6fa2ac;
padding-bottom: 3px;
}

#form textarea {
font-family: verdana; 
font-size: 10 px; 
color: #6fa2ac;
border: 1px solid #6fa2ac; 
background: #eaeaea;
color: #6fa2ac;
padding-bottom: 3px;
}


# form input.button {
font-family: verdana; 
font-size: 10 px; 
color: #6fa2ac;
border: 1px solid #6fa2ac; 
background: #eaeaea;
color: #6fa2ac;
}

#form select {
background-color:#eaeaea; 
font size=10px; 
font-family: verdana; 
color:#6fa2ac" 
border: 1px solid #6fa2ac;
}