html, body {
height: 100%;
width: 100%;
}



body {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 0.8em;
color: #2a2120; 
margin: 0;
padding: 0;
background: #94c5d4 url(../background.gif) top left repeat-x;
}



#navagation {
	overflow: hidden;
	color: #ffffff; 
	width: 100%;
	margin-top: 0px;
	padding: 0px;
	background: #e2bf57 url(../navback.gif) top left repeat-x;
}


/*img.banner*/#fadeshow {
border: 10px solid #ffffff; 
}




A:link {
text-decoration: none; 
color: #499ab4; 
}



A:visited {
text-decoration: none; 
color: #499ab4; 
}



A:active {
text-decoration: none; 
color: #94c5d4; 
}



A:hover {
text-decoration: underline; 
color: #94c5d4; 
}



/*----------Site Navigation----------------------------------------*/

ul.underlinemenu{
font-size: 115%;
font-weight: bold;
/*font-family: "Copperplate Gothic Light", serif;*/
width: auto;
}



* html ul.underlinemenu{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}



ul.underlinemenu li{
display: inline;
}



ul.underlinemenu li a{
float: left;
color: #ffffff;
font-weight: bold;
padding: 10px 20px 10px 20px;
text-decoration: none;
/*background: #000000 url(../media/menudivide.gif) top right repeat-y;*/
}



ul.underlinemenu li a:hover{
color: #499ab4;
background: #ffffff url(../media/menudivide.gif) top right repeat-y;
}





@media print {

.tabcontent {

display:block!important;

}

}