body {
	background-color: #FFFFFF;
	margin-top: 0px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

#container {
	width: 760px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 1060px;
	border: 3px solid #A71E1D;
	margin-top: 0;
	margin-bottom: 0;
}

#container #logoimg {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	
}
#container #logo {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 190px;
	width: 760px;
	
}
#container #navbar {
	top: 190px;
	left: 0px;
	background-color: #A51C18;
	width: 760px;
	height: 30px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	
}
table {
	z-index: 7;
	position: absolute;
	left: 0px;
	text-align: center;
	width: 760px;
	height: 25px;
}

#container #leftcol {
	height: 750px;
	width: 140px;
	position: absolute;
	left: 0px;
	top: 220px;
	background-color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	
}

#container #content {
	position: absolute;
	left: 172px;
	top: 222px;
	width: 315px;
	height: 750px;
	padding-right: 50px;
	padding-left: 50px;
	display: block;
	background-color: #FFFFFF;
	text-align: center;
}
#container #doug {
	height: 750px;
	width: 760px;
	top: 220px;
	position: absolute;
	left: 0px;
	background-color: #FFFFFF;
}
#container #doug table {
	height: 645px;
	width: 760px;
	background-color: #FFFFFF;
	left: 0px;
	top: 100px;
}




#container #content #msgfield {
	background-color: #D2FFAB;
	border: thin solid #000000;
	text-align: center;
}

#container #rightcol {
	background-color: #FFFFFF;
	position: absolute;
	top: 220px;
	width: 140px;
	left: 588px;
	height: 750px;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
}

#container #footer {
	background-color: #E6E6E6;
	text-align: center;
	font-size: 10px;
	position: absolute;
	width: 760px;
	bottom: 0px;
	height: 100px;
	left: 0px;
}
#container #footer p {
	text-align: center;
}
#container #footer a {
}



#container #leftcol a {
	color: #418701;
	font-weight: normal;
	text-transform: none;
	text-align: center;
}

#container #content a {
	color: #418701;
	text-transform: none;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	font-weight: normal;
	
	text-align: left;
}

#container #content #contact p {
	text-align: center;
}


#container #rightcol a {
	color: #418701;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}

#container #footer a {
	color: #000000;
	font-size: 10px;
	text-decoration: underline;
	text-transform: lowercase;
	text-align: center;
}

a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: capitalize;
	font-variant: normal;
	text-decoration: none;
	text-align: left;
}
a:visited {
	color: #DBFFBA;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
}

a:hover {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #A71E1D;
	font-size: 26px;
	text-align: left;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #A71E1D;
	font-size: 20px;
	text-align: left;
	
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#36312D;
	font-size: 16px;
	text-align: left;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #36312D;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #36312D;
	line-height: 20px;
}
li {
	list-style-type: square;
	text-align: left;
}
#container #rightcol h4 {
	margin-top: 0px;
}


#container #leftcol h4 {
	margin: 0px;
}

#container #content h4 {
	margin: 0px;
}
#container #content table {
	background-color: #EBFEDB;
	text-align: left;
	width: 380px;
	position: absolute;
	left: 16px;
	font-size: 11px;
	border: thin solid #A71E1D;
	top: 77px;
	
}

#container #content td {
	padding: 2px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A71E1D;
	border-bottom-color: #A71E1D;
}
#container #content th {
	padding: 3px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A71E1D;
	border-bottom-color: #A71E1D;
}
#container #content #contact p {
	text-align: left;
}
#container #content #contact a {
	text-align: left;
}
#container #rightcol li {
	list-style-type: square;
}

