/* CSS Document */


/*h1 { font-size: 24px; color:#000000; background-color: #9db6ce; }*/
h1 { font-size: 24px; color:#FFFFFF; background-color: #000000; }


body {
background-image:url();
background-repeat:no-repeat;

}

a:link      { color: #000000;  text-decoration: none; }
a:visited   { color: #000000;  text-decoration: none; }
a:hover     { color: #ff0000;  text-decoration: none; }

.top_menu_out {
/*background-color: #C2C2C2;*/
background-color: #363636;
color: #FFFFFF;
font-weight: bold;
font-size: 18px;
height: 34px;
border-left: 2px solid #898989; 
border-top: 2px solid #898989; 
border-right: 2px solid #000000; 
border-bottom: 2px solid #000000;
}

.top_menu_over {
background-color: #636363;
color: #FFFF00;
font-weight: bold;
font-size: 18px;
height: 34px;
border-left: 2px solid #898989; 
border-top: 2px solid #898989; 
border-right: 2px solid #000000; 
border-bottom: 2px solid #000000;
}

.top_menu_out a:link     { color: #FFFFFF;  font-weight: bold; font-size: 18px; }
.top_menu_out a:visited  { color: #FFFFFF;  font-weight: bold; font-size: 18px; }
.top_menu_out a:hover    { color: #FFFF00;  font-weight: bold; font-size: 18px; }

.top_menu_over a:link    { color: #FFFF00;  font-weight: bold; font-size: 18px; }
.top_menu_over a:visited { color: #FFFF00;  font-weight: bold; font-size: 18px; }
.top_menu_over a:hover   { color: #FFFF00;  font-weight: bold; font-size: 18px; }

.top_header {
background-color: #363636;
color: #FFFFFF;
font-weight: bold;
font-size: 22px;
height: 40px;
border-left: 2px solid #898989; 
border-top: 2px solid #898989; 
border-right: 2px solid #000000; 
border-bottom: 2px solid #000000;
}

.divider {
background-color: #363636;
height: 2px;
}

.wrapper {
width:100%;

}

.logo {
color:#000000;
position:relative;
top:10px; 
}

.content {
color:#000000;
width: 830px;
position:relative;
top:50px; 
left:270px;
}

.menu {
color:#000000;
width: 150px;
height: 300px;
position: fixed;
top: 250px;
}

.bg_color {
/*background-color: #9db6ce;*/
background-color: #FFFFFF;
}

.bg_color_header {
background-color: black;
}


/*.mouse_out {background:  url(img/mouse_out.gif); width:96; height:29; font-family: Verdana; font-size: 14px; font-weight:bold; color: #FFFFFF;}*/
/*.mouse_over {background:  url(img/mouse_over.gif); width:96; height:29; font-family: Verdana; font-size: 14px; font-weight:bold; color: #FFFFFF;}*/
.mouse_out {
background-color: #363636;
color: #FFFFFF;
font-weight: bold;
font-size: 18px;
height: 34px;
border-left: 2px solid #898989; 
border-top: 2px solid #898989; 
border-right: 2px solid #000000; 
border-bottom: 2px solid #000000;
}

.mouse_over {
background-color: #636363;
color: #FFFF00;
font-weight: bold;
font-size: 18px;
height: 34px;
border-left: 2px solid #898989; 
border-top: 2px solid #898989; 
border-right: 2px solid #000000; 
border-bottom: 2px solid #000000;
}