@charset "utf-8";

/* CSS Document */
body {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:11px;
	
	line-height:1.2em;
	
	background-color:#2c2c2c;
	
		margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	
	color:#ffffff;

	
	


}
p {margin:15px 0 15px 0;}

#container {
	

	background-repeat:no-repeat;
	
	background-position:center top;

	position:relative;
	
	background-color:#000000;


	height:auto;
	
	width:1000px;
	

	margin-left: auto;

	margin-right: auto;

}

#container1 {
	
	background-repeat:no-repeat;
	
	background-position:center top;
	
	background-color:#000000;

	height:auto;
	
	width:1000px;
	
	margin-left: auto;

	margin-right: auto;

}


#contents {

	position:inherit;

	width:1000px;
	
	min-height:400px;
	

}

#fade {
	
	position:inherit;
	
	top:20px;

	width:1000px;
	
	min-height:relative;

	background-image:url(images/black_fade.png);
	
	background-repeat:repeat-x;
	
	background-position:center bottom;

}

#header {

	position:inherit;
	
	height:161px;
	
	width:1000px;
	


	
	
	
}

#header1 {

	height:161px;
	
	width:1000px;
	

}

#nav {
	
	height:42px;
	
	width:902px;
	
}

#footer {
	

	position:inherit;
	
	
	padding-bottom:20px;
	
	background-color:transparent;

	background-image:url(images/footer.png);

	min-height:55px;

	width:1000px;
	

}

#footer1 {

	padding-bottom:20px;
	
	background-color:transparent;

	background-image:url(images/footer.png);

	min-height:55px;

	width:1000px;
	

}


.content {

	padding-left:25px;

}

.blueText{

	color:#155d7f;

}


.header {

	color:#155d7f;

	font-size:18px;
	
	font-weight:bold;
}

.headerSmall {

	color:#155d7f;

	font-size:14px;
	
	font-weight:bold;
}

img{

border:none;

}

.imageLeft{
	float:left;
	padding-right:10px;
	}
	

ul{

	list-style:url(images/arrow.png);

}

a:link {

	border:none;

	color:#ffffff;

	text-decoration:underline;

	}

a:visited {

	color:#ffffff;

	text-decoration:underline;

	}

a:hover {

	color:#ffffff;

	text-decoration:none;

	}

a:active {

	color:#ffffff;

	text-decoration:underline;

	}
	
h1 {
	font-size:20px;
	line-height:23px;
	margin-bottom:15px;
}
