/* CSS Document */

/* MAIN */
BODY { 
background: url(images/back.gif) no-repeat fixed 0px 100px white;
scrollbar-face-color:#DCDCDC;
scrollbar-highlight-color: #DCDCDC;  
scrollbar-3dlight-color: #DCDCDC; 
scrollbar-shadow-color: #DCDCDC; 
scrollbar-darkshadow-color: #CBCBCB;
scrollbar-arrow-color:#CBCBCB; 
scrollbar-track-color:#ffffff; 
margin: 0 0 0 0px;
} 

div.logo {
	margin-top: 18px;
	margin-left: 45px;
	background-color: white;
	margin-bottom:20px;
}

div.mainbody {
	margin-top:50px;
	margin-left: 110px;
	width:600px
	}

div.rightbody {
	margin-top:50px;
	margin-left: 400px;
	width:600px;
	}
	
div.footer {
	margin-left: 110px;
	margin-top: 75px;
	}

p {
	font-family: Verdana, arial, Helvetica, sans-serif;
	font-size: 14px; line-height: 18px;	color: #595959;}

.header {
	font-family: Verdana, arial, Helvetica, sans-serif;
	font-size: 18px; line-height: 26px;	color: #595959;}

p a  { text-decoration: none; color: #D51F26; }
p a:visited { text-decoration: none; color: #D51F26;}
p a:hover  { text-decoration: none; color: #D51F26; padding-bottom: 2px; border-bottom:1px dotted #D51F26;}

.news #a  { text-decoration: none; color: #D51F26; font-size: 12px; line-height: normal }
.news #a:visited { text-decoration: none; color: #D51F26; font-size: 12px; line-height: normal}
.news #a:hover  { text-decoration: none; color: #D51F26; font-size: 12px; line-height: normal; border-bottom:1px dotted #D51F26;}

/* CSS MENU */

#mainMenu {
	font-family: Verdana, arial, Helvetica, sans-serif;
	width: 800px;
	background-color: #fff;
	border-top: 1px solid #cccccc;
	color: #ffffff;
	margin: 0px;
	padding: 2 2 10 20px;	z-index: 99;
}

#menuList {
	margin: 0px;
	padding: 0px;

}

#menuList ul {
	margin: -2px;
	padding: 0px;
}

#menuList li {
	display:inline;
	list-style: none;
}

a.starter {
	background-color: #fff;
	font-size: 10px; line-height: 18px;	color: #595959;
	margin: 0px;
	padding: 7px;
	text-decoration: none;
}

a.starter:hover, a.starter:active {
	background-color: #D51F26;
	color: #ffffff;
}

.menu {
	text-align: left;
	color: black;
	background-color: #fff;
	position: absolute;
	width: 160px;
	visibility: hidden;
}

.menu li a {
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: transparent;
	display: block;
	font-size: 10px; line-height: 18px;	color: #595959;
	margin: 0px;
	padding: 5px; padding-top: 2px; padding-bottom: 2px; padding-right: 5px;
	text-decoration: none;
}

.menu li a:hover, .menu li a:active {
	background-color: #D51F26;
	color: #ffffff;
}

#menu1, #menu2, #menu3, #menu4, #menu5 { 
	width: 175px; 
	z-index:100; 
}

