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


.body { 

 		background-color:#E6E6E6; 
		padding:0px; margin:0px; 
		}

.header {
 
		width:100%; 
		height:150px; 
		vertical-align:top; 
		margin-top:0px; 
		background-color:#FFFFFF; 
		margin:0px; 
		padding:0px; 
		}

.headerimg {
 
		margin-left:auto; 
		margin-right:auto; 
		height:150px; 
		float:left; 
		}

.navbar {  

		width:100%; 
		background-image:url(../images/navbar.gif); 
		height:40px; 
		margin:0px; 
		padding:0px;  
		}

.navtext { 

		height:40px; 
		width:1024px; 
		margin-left:auto; 
		margin-right:auto; 
		margin-top:0px; 
		margin-bottom:0px;  
		font:"Eras Demi ITC";  
		}
		
.navtext a:link, .navtext a:visited { 
		
		text-decoration:none; color:#FFFFFF;
		}
		
.navtext a:hover{ 

		text-decoration:underline; color:#EEAF1E;
		}
.navtext li { 

		display:inline; 
		height:35px; 
		float:left; 
		padding: 0px 25px 0px 25px; 
		margin-top:5px; 
		background:url(../images/bg_topmenu_breakline.gif) no-repeat; 
		background-position:right;
		}

.content { 

		margin-left:auto; 
		margin-right:auto; 
		margin-top:20px; 
		margin-bottom:10px; 
		width:1024px; 
		background-color:#FFFFFF; 
		min-height:300px; 
		padding:0px;
		height:100%;
		}

.innercontent {
        margin:20px, 20px, 20px, 20px;
		padding:40px;
}

.downloads {
			  margin-left:20px; margin-right:20px;
			 border-bottom:dotted;
		
}

.downloads a:link, .downloads a:visited { 
		
		text-decoration:none; color:#000000;
		}
		
.downloads a:hover {
					color:#C91414; text-decoration:underline;
					}