body {
	top: 0px;
	background-color: #2a322b;
	background-image: url(images/wwrbkgrnd01.jpg);
	background-repeat: repeat-y;
}

.header	{
	position: absolute;
	top: 0px;
	left: 0px;
}

#wrapper	{
	top: 140px;
	width: 780px;
}

/* ===============Main Navigation================= */

#navig	{
	position: absolute;
	width:200px;
	top: 140px;
	float: left;
	left: 0;
}

#navig ul	{
	margin-left: 0px;
	float: right;
}

#navig li	{

	width: 200px;
	padding: 0;
	list-style-type: none;
	margin-bottom: 10px;
	text-align: left;
}


.nav	{
	text-decoration: none;
	font-family: Garamond, Times New Roman;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	height: 20px;
	width: 200px;
	display: block;
	padding-top: 3px;
	text-indent: 13px;
}

.nav:link { 
	color: #000000; 
	text-decoration: none;
}

.nav:visited { 
	color: #999999; 
	text-decoration: none;
}

.nav:hover {
	color: #ffffff;
	text-decoration: none;
	background-image: url(images/navstripe03.gif);
}

.nav:active { 
	color: #006e39; 
	text-decoration: none;
}

.navhome	{
	background-image: url(images/navstripe03.gif);
	text-decoration: none;
	font-family: Garamond, Times New Roman;
	font-size: 0.85em;
	font-weight: bold;
	color: #000000;
	height: 20px;
	width: 200px;
	display: block;
	padding-top: 3px;
	text-indent: 13px;
}





/* ===============Main Content area================= */ 

.content	{
	position: absolute;
	margin-left: 206px;
	top: 140px;
	width: 560px;
	float: right;
}

h1	{
	font-family: Garamond, Times New Roman, Serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	width: 560px;
}

h2	{
	font-family: Garamond, Times New Roman, Serif;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 5px;
	background-image: url(images/heading_stripe.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	text-indent: 10px;
}

p	{
	font-family: Garamond, Times New Roman, Serif;
	font-size: 1em;
}

p.reg	{
	font-family: Garamond, Times New Roman, Serif;
	font-size: 0.8em;
	text-align: center;
}

ul	{
	font-family: Garamond, Times New Roman, Serif;
	font-size: 1em;
}

.address	{
	font-family: Garamond, Times New Roman, Serif;
	font-size: 1em;
	text-align: right;
	width: 530px;
}

.plink:link	{
	color: #000000;
	font-family: Garamond, Times New Roman, Serif;
	text-decoration: underline;
}

.plink:visited { 
	color: #999999; 
	font-family: Garamond, Times New Roman, Serif;
	text-decoration: underline;
}

.plink:hover { 
	color: #ffffff; 
	font-family: Garamond, Times New Roman, Serif;
	text-decoration: none;
	background-color: #5e8356;
}

.plink:active { 
	color: #006e39; 
	font-family: Garamond, Times New Roman, Serif;
	text-decoration: none;
 
}


/* --Images --*/

.picR {
	float: right;
	margin: 6px;
}

.picRb {
	float: right;
	margin: 6px;
	border: 1px solid #000000;
}

.picL {
	float: left;
	margin: 6px;
}

.picLb {
	float: left;
	margin: 6px;
	border: 1px solid #000000;
}

.picCb {
	float: none;
	margin: 6px;
	border: 1px solid #000000;
}

.picC {
	float: none;
	margin: 6px;
}

/* ===============Footer Navigation================= */
#footer	{
	font-family: Garamond, Times New Roman;
	font-size: 0.8em;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 15px;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	text-align: center;
	padding: 5px;
}

.foot:link { 
	color: #000000; 
	font-family: Garamond, Times New Roman; 
	text-decoration: underline;
}

.foot:visited { 
	color: #999999; 
	font-family: Garamond, Times New Roman;
	text-decoration: underline;
}

.foot:hover { 
	color: #ffffff; 
	font-family: Garamond, Times New Roman;
	text-decoration: none;
	background-color: #5e8356;
}

.foot:active { 
	color: #006e39; 
	font-family: Garamond, Times New Roman;
	text-decoration: none;
}

.business	{
	font-family: Garamond, Times New Roman;
	font-size: 0.7em;
	color: #000000;
}

/* ===== form ===== */

.former {
	text-align: center;
	width: 440px;
	margin-left: 15px;
}

p.formhead { 
	margin: 5px 0 5px 0; 
	font-family: Garamond, Times New Roman; 
	font-size: 1em; 
	color: #003366; 
	font-weight: bold; 
	text-decoration: none;
	text-align: left; 
}

input {
	margin: 5px 0 5px 0;
}

textarea {
	margin: 5px 0 5px 0;
}

.buttons {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto; 
	margin-right: auto;
}
