﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background:#dc7301;
}

#container {
	max-width: 1700px;
}
h1 {
	font-family:Lynda;
	font-size:52px;
	text-align:center;
	color:#003300;
}
h2 {
	color: white;
	text-align: left;
	font-size: 36px;
	line-height: 37px;
	float: none;
}
h3 {color:#003300;
	font-style:italic;
	font-size:26px;}
	
h4 {
	font-style:italic;
	font-size:26px;
	}
h5 {
	
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:italic;
}
.navcaptions {
	width:100px;
	font-weight:bold;
	font-family:Lynda;
	vertical-align:top;
	color:#003300;
	text-decoration:none;
	line-height:14px;
	padding-top:5px;	
}
a {
	color: #003300;
	text-decoration: underline;
}
a:hover {
	text-decoration:underline;
	background:	green;
}

#left_col {
	margin-top:40px;
	float: left;
	width: 155px;
	margin-left:40px;
	margin-right:50px;
}

#page_content {
	width:600px;
	font-family:Arial, Helvetica, sans-serif;
	margin-right:75px;
	margin-left:230px;
	color:white;
	text-align:justify;
	font-size:	20px;
	margin-top:50px;
	line-height:26px;
	word-spacing:normal;
}
#footer {
	margin-top:50px;
	text-align:center;
	margin-left:30px;
}
p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: white;
	width: 600px;
	font-weight: normal;
}
#footer1 {
	
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:white;
	width:800px;
	margin-top:50px;
	margin-right:50px;
}
