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

body {
	text-align: center;
	min-width: 800px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #02365E;
	}
	
p, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.3em;
	color: #FFF;
	}
	
h2 {
	color: #FEE30E;
	padding-top: 15px;
	}
	
#wrapper {
	width: 790px;
	margin: 0 auto;
	text-align: left;
	}
	
#logo {
	background-image: url(images/logo_250.jpg);
	background-repeat: no-repeat;
	width: 250px;
	height: 103px;
	}
	
#tagline {
	background-image: url(images/header_tagline.jpg);
	background-repeat: no-repeat;
	width: 468px;
	height: 30px;
	float: right;
	margin-top: -70px;
	margin-right: 10px;
	}
	
#main {
	width: 580px;
	padding: 0 10px 0 10px;
	float: right;
	}
	
		#main a:link {
		text-decoration: none;
		color: #FEE30E;
		}
		
		#main a:visited {
		text-decoration: none;
		color: #CCCCCC;
		}
				
		#main a:hover {
		text-decoration: underline;
		color: #FEE30E;
		}
		
		#main a:active {
		text-decoration: none;
		color: #FEE30E;
		}
	
	.main_content {
		width: 100%;
		text-align: justify;
		}
	
#sidebarLeft {
	width: 185px;
	float: left;
    padding: 235px 5px 20px 0;
	}
	
	.sidebarLeft_btn {
		padding: 0 0 5px 0;
		}
		
	#sidebarLeft_contact {
		margin-top: -150px;
		padding: 20px 3px 100px 0;
		text-align: right;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: .7em;
		line-height: 1.2em;
		color: #FFF;
		}
		
	#sidebarLeft_contact a {
		text-decoration: none;
		color: #FEE30E;
		}
		
	#sidebarLeft_contact a:hover {
		text-decoration: underline;
		}
		
#footer {
	padding: 20px 0 20px 0;
	text-align: center;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	line-height: 1.7em;
	}
	
	#footer a:link {
		text-decoration: none;
		color: #FEE30E;
		}
		
	#footer a:visited {
		text-decoration: none;
		color: #CCCCCC;
		}
				
	#footer a:hover {
		text-decoration: underline;
		color: #FEE30E;
		}
		
	#footer a:active {
		text-decoration: none;
		color: #FEE30E;
		}
		

	

