@charset "UTF-8";
/* CSS Document */

 body {
    	font-family:Arial, Helvetica, sans-serif;
    	margin: 0;
    	padding: 0;
    	text-align: center; 
    	color: #000000;
		margin-top:100px;
    }
    .main #container {
	
		width: 600px;
    	height: 600px;
		background: #FFFFFF;
    	margin: 0 auto;
    	border: 1px solid #000000;
    	text-align: left;
		z-index:1;
    }
    .main #header {
        padding: 0px 0px 0px 15px;
		background: #FFFFFF; 
		width: 585px;
		height: 65px;
		font-family:Arial, Helvetica, sans-serif;

    }
    .main #header h1 {
    	margin: 0; 
    	padding: 10px 0;
    }
    .main #mainContent1 {
    	padding: 20px;
    	background: #FFFFFF;
		width: 560px;
		height:475px;
		text-align: center;
    }
	
	.main #mainContent2 {
    	padding: 20px; 
    	background: #FFFFFF;
		width: 560px;
		height:475px;
    }
    
h2 {
	font-size:12px;
	color:#666666;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #000000;
	text-transform: uppercase;
}
.fliesstext {
font-size:12px;
color:#666666;
text-align:justify;
}

.headlinesub {
	font-size:14px;
	color: #666666;
	text-transform:uppercase;
	padding-left: 10px;

}
/*  Navigation */

	
.navigation {
}

/* Level 1 */	

#navigation ul.level_1 {
	position: relative;
	font-size: 13px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 600px;
	top: 0px;
	z-index: 5;
	visibility: visible;
}

#navigation li.level_1 {
float: right;
}

	
#navigation a:link {
	color: #333333;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 0px 14px 0px 0px;
	text-transform: uppercase;
}


#navigation a:visited {
	color: #333333;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 0px 14px 0px 0px;
	text-transform: uppercase;
}

#navigation a:hover {
	color: #ABBC11;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 0px 14px 0px 0px;
	text-transform: uppercase;
		
}

#navigation a:active {
	color: #ABBC11;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 0px 14px 0px 0px;
	text-transform: uppercase;
}

#textlink a:link {
	color: #333333;
	line-height: 12px;
	text-decoration: none;
	display: block;
	padding: 0px 14px 0px 0px;
	text-transform: uppercase;
}
#textlink a:visited {
	color: #333333;
	line-height: 12px;
	text-decoration: none;
	display: block;
	padding: 0px 14px 0px 0px;
	text-transform: uppercase;
}

#textlink a:visited {
	color: #333333;
	line-height: 12px;
	text-decoration: none;
	display: block;
	padding: 0px 14px 0px 0px;
	text-transform: uppercase;
}

#textlink a:visited {
	color: #333333;
	line-height: 12px;
	text-decoration: none;
	display: block;
	padding: 0px 14px 0px 0px;
	text-transform: uppercase;
}

a:link {
	    color: #333333;
		text-decoration: none;
		text-transform: uppercase;
}
a:visited {
		color: #333333;
		text-decoration: none;
		text-transform: uppercase;
}
a:hover {
		color: #ABBC11;
		text-decoration: none;
		text-transform: uppercase;
		
}
a:active {
		color: #ABBC11;
		text-decoration: none;
		text-transform: uppercase;
}

a:focus { outline: none;}

input.button {
background-color:#FFFFFF;
outline: none;
}

