/* CSS Document */

body, p, h1, h2, h3, ul, li, blockquote {
	padding: 0;
	margin:0;
}

body
{
	background: #85BC3C url('images/bg.jpg') repeat-y;
	background-position:center;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #737772;
}

#container
{
	width:800px;
	margin:0 auto;
	border:0px;
	background-color:#F7F3F4;
	text-align:left;
}

#header {
	height:256px;
	display: block;
	background: #FFFDFE url('images/actout_logo.jpg') no-repeat;
}

#left {
	width: 200px;
	float: left;
	margin-left: 20px;

}

#leftpadding {
	padding: 30px 20px 20px 20px;
}

#content {
	padding: 30px 40px 20px 50px;
	margin-left: 200px;
}

#footer {
	clear: both;
	background-color:#FFFDFE;
	text-align: center;
	padding: 10px;
}

/* menu */

#left ul {
	list-style-type: none;
	border-bottom: 2px solid #FFFDFE;
	padding: 0px 0px 20px 0px;
	text-align:right;
}

#left ul li a {
	color: #F57A1D;
	padding-right:30px;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
}

#left ul li a:visited {
	color: #F57A1D;
}

#left ul li a:hover {
	color: #74A331;
	background-image: url(images/navlinkimage.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

#left ul li a:active {
	color: #A4C575;
}

/* text */

p {
	line-height:20px;
	padding-bottom: 10px;
}

p.caption {
	font-size: 11px;
	font-weight: bold;
	}

h1
{
	color: #719648;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	border-bottom: 2px solid #FFFDFE; 
	padding-bottom: 10px;
	margin-bottom: 15px;
	letter-spacing: -1px;
}

h2
{
	color: #719648;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing: -1px;
	padding-bottom: 10px;
}

h3
{
	color: #719648;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	letter-spacing: -1px;
	padding-bottom: 10px;
}

a {
	color: #74A331;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #A4C575;
}
a:hover {
	color: #F57A1D;
	text-decoration: none;
}
a:active {
	color: #F7B265;
	text-decoration: none;
}

#content ul {
	padding-left: 40px;
	margin-bottom: 15px;
	}

#content li {
	list-style: circle;
}

blockquote {
margin-left: 20px;
}

/* FOOTER */


#footer p {
	color: #56534E;
	font-size: 10px;
}

#footer a {
	color: #56534E;
	text-decoration: none;
}

#footer a:visited {
	color: #56534E;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
#footer a:active {
	text-decoration: underline;
}

#social {
	float: right;
	height: 50px;
	margin: 20px 30px 0 0;
	}

#rotate {
	float: right;
	clear: both;
	margin: 50px 35px 0 0;
	width: 518px;
	height: 125px;
}

hr {
  border: 0px;
  color: #FFFDFE;
	background-color: #f00;
	height: 2px;
}


