/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	}

body {
	/*min-width: 940px;*/
	background-color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #575757;
	}
	
#container {
	/*width: 940px;*/
	}
			

		
#nav a {
	text-decoration: none;
	color: #777;
	}
		
#nav a:hover {
	color: #8e1f10;
	}
		
#nav .hilite {
	color: #8e1f10;
	}

#content {
	 border-bottom: 1px solid #777;
	 margin-bottom: 15px;
	 /*width: 940px;*/
	 padding-bottom: 2px;
	 }

h1,h2,h3,h4,h5,h6 {
	color: #5f8aae;
	font-weight: normal;
	margin: 10px 0;
}
h1 {
	font-size: 18px;
	/*
	line-height: 48px;
	*/
	margin-top: 15px;
	margin-bottom: 15px;
}
h2 {
	font-size: 16px;
	margin-top: 20px;
}
h3 {
	font-size: 14px;
	margin-top: 15px;
}
h4 {
	font-size: 12px;
	font-style: italic;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 12px;
	color: #575757;
}

p {
	margin: 10px 0;
	}

td {
	vertical-align: top;
	}

a {
	color: #5e8cb0;
	}

hr {
	border: none;
	background: none;
	border-top: 1px solid #5F8AAE;
	border-bottom: 1px solid #5F8AAE;
	margin: 20px auto 20px auto;
	width: 75%;
	text-align: center;
}

ul ul, 
ul ul li {
	list-style-type: circle;
}

.blue {
	color: #5F8AAE;
}

/*footer styles */

#footercontainer {
	width: 800px;
	}

#footer {
	width:740px;
	clear:both;
	text-align: center;
	margin: 0px auto;
	}	
	
#nulogo {
	float: left;
	width: 140px;
	height: 200px;
	}
	
#wcaslogo {
	float: right;
	width: 100px;
	height: 200px;
	}
	
#nulogo, #wcaslogo {
	text-align: center;
	padding-top: 30px; 
	}
	
#nulogo img, #wcaslogo img {
	border:0;
	}
	
#footerText {
	margin-left: 110px;
	width: 500px;
	padding: 0 0 35px 0;
	font-size: 10px;
	color: #999999;
	line-height: 14px;
	}
	
#footerText a {
	color: #8e1f10;
	text-decoration: underline;
	}
	
/*end footer styles */

