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

 body {
    	font-family:Arial, Helvetica, sans-serif;
    	margin: 0;
    	padding: 0;
    	text-align: center; 
    	color: #000000;
		margin-top:50px;
    }
    .main #container {
		
		width: 1000px;
    	height: 600px;
		background: #FFFFFF;
    	margin: 0 auto;
    	border: 1px solid #000000;
    	text-align: left;
		z-index:1;
    }
    .main #container2 {
		text-align:left;
		width: 1000px;
		background: #FFFFFF;
    	margin: 0 auto;
    	border: 1px solid #000000;
		font-size:11px;
		z-index:2;
    }
    .main #header {
        padding: 0px 0px 0px 15px;
		background: #FFFFFF; 
		width: 900px;
		height: 30px;
		font-family:Arial, Helvetica, sans-serif;

    }
    .main #header h1 {
    	margin: 0; 
    	padding: 10px 0;
    }
    .main #mainContent {
    	padding: 20px;
    	background: #FFFFFF;
		text-align:left;
    }
    .main #mainContent1 {
    	padding: 20px;
    	background: #FFFFFF;
		width: 800px;
		height:510px;
		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: 28px;
	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 */

/* Level 1 */	

#navigation  {
	margin-left: 14px;
	margin-top: -8px;
}
	
#navigation a:link {
	color: #333333;
	line-height: 14px;
	text-decoration: none;
	display:inline;
	text-transform: uppercase;
}


#navigation a:visited {
	color: #333333;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	display:inline;
	text-transform: uppercase;
}

#navigation a:hover {
	color: #ABBC11;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	display:inline;
	text-transform: uppercase;
		
}

#navigation a:active {
	color: #ABBC11;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	display:inline;
	text-transform: uppercase;
}

#textlink a:link {
	color: #333333;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	display:inline;
	padding: 0px 14px 0px 0px;
	text-transform: uppercase;
}
#textlink a:visited {
	color: #333333;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	display:inline;
	padding: 0px 14px 0px 0px;
	text-transform: uppercase;
}

#textlink a:visited {
	color: #333333;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	display:inline;
	padding: 0px 14px 0px 0px;
	text-transform: uppercase;
}

#textlink a:visited {
	color: #333333;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	display:inline;
	padding: 0px 14px 0px 0px;
	text-transform: uppercase;
}

a:link {
	    color: #333333;
		font-size: 12px;
		text-decoration: none;
		text-transform: uppercase;
}
a:visited {
		color: #333333;
		font-size: 12px;
		text-decoration: none;
		text-transform: uppercase;
}
a:hover {
		color: #ABBC11;
		font-size: 12px;
		text-decoration: none;
		text-transform: uppercase;
		
}
a:active {
		color: #ABBC11;
		font-size: 12px;
		text-decoration: none;
		text-transform: uppercase;
}

a:focus { outline: none;}

input.button {
background-color:#FFFFFF;
outline: none;
}
