/*
Design by Larry Cepuran Based on an original design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	/* background: #732431; */
  background-color: #1a3931;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #525252;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #3B3B3B;
}

h1 {
	margin-bottom: 15px;
	letter-spacing: -1px;
	font-size: 197%;
    text-align: left;

}

h2 {
	margin-bottom: 10px;
	letter-spacing: -1px;
    text-align: left;
}

h3 {
	margin-bottom: 5px;
	text-align: left;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding: 5% 0 0 10%;
	font-style: italic;
}

a:link {
	text-decoration: underline;
	color: #1B1B1B;
}

a:visited {
	text-decoration: underline;
	color: #1B1B1B;
}

a:hover {
	text-decoration: none;
	color: #3B3B3B;
}
a:active {
	text-decoration: none;
	color: #3B3B3B;
}


img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 950px;
	height: 204px;
	margin: 0 auto;
	padding: 0 25px 10px 25px;
	background: #1a3931 url(images/950Banner.jpg) no-repeat center top;
    
}

#header h1 {
	margin: 0;
	padding: 200px 0 0 40px;
	letter-spacing: -2px;
	font-size: 40px;
}

#header h1 a {
	color: #FFFFFF;
}

#header h2 {
	margin: -10px 0 0 0;
	padding: 0 0 0 175px;
	letter-spacing: normal;
	font: bold 10px Arial, Helvetica, sans-serif;
}

#header h2 a {
	color: #FFFFFF;
}

#header a {
	text-decoration: none;
}

/* Page */

#page {
	width: 950px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background-color: #ECEAD3;

}

/* Content */

#content {
	float: left;
	width: 660px;
	padding: 5px 0 0 5px;
	background-color: #FFFFFF;
}

#officers {
	float: left;
	width: 600px;
	padding: 20px 5px 5px 20px;
	background: #ECEAD3;/* #EDEFDE; */ 
}
#form {
	float: left;
	width:95%;
	padding: 20px 0 0 20px;
	background: #ECEAD3;/* #EDEFDE; */ 
}

#buttons {
	float: left;
	width: 95%;
	padding: 20px 0px 0px 20px;
	background: #ECEAD3;/* #EDEFDE; */ 
}

.shaded {
	width: 590px;
	padding: 10 20 10 20;
	background: #ECEAD3;/* #EDEFDE; */ 
}

.post {
	width: 620px;
	padding: 10px 0 10px 20px;
  background: #FFFFFF;

}
.pic {
	width: 620px;
	padding: 20px 0 10px 20px;
}

.shaded {
	padding: 20px 20px 20px 20px;
}

.name {
    float: Left;
    padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* had to define the following 4 a definitions separately didn't work any other way*/
#content a:link {
	text-decoration: underline;
	color: #1B1B1B;
}

#content a:visited {
	text-decoration: underline;
	color: #1B1B1B;
}

#content a:hover {
	text-decoration: none;
	color: #3B3B3B;
}
#content a:active {
	text-decoration: none;
	color: #3B3B3B;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	padding: 5px 5px 0 0;
	background-color: #ECEAD3;
/* 
	background: url(images/img04.gif) no-repeat; /* Top Right Corner */
 */
}


#sidebar h1, h2, h3, a {
	text-decoration: none;
	color: #3B3B3B;
}

#sidebar a:hover, a:active {
	text-decoration: underline;
	color: #1B1B1B;
}

#sidebar a:link, a:visited {	
    text-decoration: none;
	color: #3B3B3B;
}

.box {
	width: 239px;
	padding-left: 1px;
}

.box .title {
	height: 33px;
	margin: 0;
	padding: 10px 0 0 20px;
	background: url(images/img09.gif) repeat-x; /* Right Side */
	font-size: 18px;
	color: #3B3B3B;
}

.box ul {
	margin: 20px;
	padding: 0;
	list-style: none;
}

.box li {
	padding: 5px 0;
	border-bottom: 1px dashed #CCCCCC;
}

.box li.first {
	background: none;
}

.box h3 {
	margin: 0;
	font-size: 85%;
	font-weight: bold;
	color: #3B3B3B;
}

.box p {
	margin: 0;
	line-height: normal;
}

.box a {
	padding-left: 10px;
	background: url(images/img11.gif) no-repeat 0 5px;
}

/* Footer */

#footer {
	width: 950px;
	height: 45px;
	margin: 0 auto;
	padding: 0 25px 25px 25px;
	background-color: #1a3931;
}

#footer p {
	margin: 0;
	padding: 14px 20px;
	line-height: normal;
	font-size: 77%;
}


#footer a {
	color: #3B3B3B;
}


#footer a:link {
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a:active{
	text-decoration: underline;
}


.design {
    padding-left: 50px;
	font-size: 75%;
	color: #7B7B7B;
}

.design a {
	color: #7B7B7B;
}


.left {
	float: left;
}

.right {
	float: right;
}