/* Main CSS for both 3 and 2 column layouts */

body {
	font-family: Helvetica, Arial, sans-serif;
	/* color: #717272;  */ /* 60% black */
	color: #5d5b59;  /* 70% black */
	/* color: #464441; */ /* 80% black */
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

a {
	/* color: #ff3300; */
	/* color: #666699; */ /* purple */
	/* color: #339966; */ /* green */
	color: #006699; /* blue */
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

	
div#container {
	width: 100%;	
}

div#header {
	height: 220px;
	/* background: #afc964; */
	background: #588658;
	margin-bottom: 55px;
}

div#left ul#menu {
	list-style-type: none;
	border-top: 1px dashed #717272; /* 60% black */
	background: #fff;
	padding-left: 0;
	margin-left: 0;
	padding-top: 0;
}

div#left ul#menu a {
	font-weight: bold;
}

div#left ul#menu li {
	font-weight: bold;
	text-transform: lowercase;
	border-bottom: 1px dashed #717272; /* 60% black */
	padding-top: 5px;
	padding-bottom: 5px;
}

div#left h3 {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: -9px;
}

div#left ul {
	padding-left: 15px;
	color: #5e5e5f; /* 70% black */
}

div#left ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}

div#left div {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.clear, .clearboth {
	clear: both;
}

.clearright {
	clear: right;
}

p, li, blockquote {
	font-size: 12px;
	line-height: 15px;
}

blockquote {
	font-style: italic;
}

h1 {
	text-transform: uppercase;
	font-size: 26px;
	margin-bottom: 0;
	padding-bottom: 0;
}

h2 {
	font-size: 18px;
	text-transform: uppercase;
}

h2.bar {
	margin-top: -2px;
	padding-top: 25px;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
}

h4 {
	font-size: 14px;
	/* text-transform: lowercase; */
	margin-bottom: -11px;
}

.right {
	float: right;
	margin: 10px 0 10px 10px;
}

.left {
	float: left;
	margin: 0px 10px 0 0px;
}

.center {
	/* float: center; */
	margin: 10px auto 10px auto;
}

form.google {
	margin-top: 25px;
	margin-bottom: 25px;
}

form.google input {
	border: 1px solid #717272; /* 60% black */
}

img.half {
	float: left;
	width: 220px;
	margin-right: 20px;
	margin-bottom: 12.5px;
}

img.quad {
	width: 100px;
	margin-right: 20px;
}

img.full {
	width: 460px;
}

object.full {

	width: 460px;
	margin-top: 0.8em;
}

object.half {
	
	width: 260px;
	float: left;
	margin-right: 20px;
	margin-bottom: 12.5px;
}

span.person {
	font-weight: bold;
}

.quote, span.title {
	font-style: italic;
}

b, i {
	font-size: 24pt;
	color: purple;
}
