@charset "utf-8";
/* CSS Document */

a:active 
{ text-decoration: none; color:#0099FF; }
a:link 
{ text-decoration: none; color:#0099FF; }
a:visted 
{ text-decoration: none; color:#FFFFFF; }


body { 
	background-image: url(Images/background_day.jpg) ;
	background-attachment: fixed;
	background-repeat: no-repeat;
	elevation: lower;
	background-repeat: none;
	font-size: 10px;
	overflow: hidden;
	float: inherit;
	font-size: 10px;
	color: #0d265e;
	font-family: Verdana;
	}
	

.header {
	position: fixed; 
	width: 100%; 
	height: 79px; 
	top: -10px; 
	left: 0px; 
	background-image:url(Images/headerbg.png); 
	background-position:top; }
	
h1 { color: #4c2727; 
	font-size: 16px;
	font-style: bold;
	}
	
.menu {
	position: relative;
	margin: 0px auto; 
	width: 100%; 
	text-align:left; 
	z-index: 2;
	}
		
.content { background: url(Images/contentback.png); 
	width: 780px; height: 100%;
	text-align:left;
	vertical-align: top; 
	margin: 0 auto;
	padding: 6px;
	padding-bottom: 500px;
	border: solid #6590b0; 
	}
	
.content2 {
	width: 775; 
	height: 400px; 
	overflow: auto; 
	margin-left: 28px;
	margin-top: 14px; 
	}
	
.footer {
	height: 139px; margin: 0px;
	background: url(Images/footerback.png) bottom no-repeat;
	position: fixed; bottom: -30px; left: -3px; right: 0;
	text-align: center;
	}
		
.toast { position: fixed;
	width: 460px; height: 251px;  
	bottom: -58px; left: -88px;
	background: url(Images/toasthill.png); 
	background-position: left; 
	z-index: 1;}
	
.logo { position: fixed; top: 0px; right: -2px; z-index: 1;}
