﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background:#dc7301;
}
p {
	font-family: Arial;
	font-size: 20px;
	color: white;
	font-style: normal;
	width:900px;
}

#container {
	max-width: 1078px;
}
h1 {
	font-family:Lynda;
	font-size:52px;
	text-align:center;
	color:#003300;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: white;
	text-align: left;
}
.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:0px;
	float: left;
	width: 175px;
	margin-left:20px
}
li {
	margin-bottom: 10px;
	color: white;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	line-height: 22px;
}
#right_col {
	margin-top:65px;
	width: 200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:19px;
	float:right;
	padding-bottom:6px;
}

#page_content {
	margin-right: 200px;
	margin-left: 225px;
	color:#003300;
}
#footer {
	text-align:center;
	margin-left:30px;
	color:#003300;
}