/* CSS Document */
body{
margin:0 auto;
padding:0px;
background-color:#c4c1c1;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
}


#Footer{
background-color:black;
height:55px;
color:white;
text-align:center;
font-size:11px;
line-height:15px;
}

#Footer a{
text-decoration:none;
color:white;
}

#Footer a:hover{
color:#ff0000;
}


.leftmenubutton{
display:block;
width:75%;
height:25px;
background-color:#FFCC00;
text-align:center;
font-weight:bold;
text-decoration:none;
line-height:25px;
border:#ff0000 solid 1px;
font-size:11px;
}

.leftmenubutton a{
text-decoration:none;
color:black;
}

.leftmenubutton a:hover{
color:#ff0000;
}
.pagesubhead-bar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color:white;
}
