
body {
margin-top:0px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image:url(images/bg.jpg);
 background-position:center;
 background-repeat:repeat-y; 
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #333;
 width: 920px;
 float: left;
 padding: 0px;
 border: 1px solid #ccc;
 height: 69px;
 margin: 0px 0px 0px 0px;
 background: #E7DBD5;
 background-image:url(images/banner-bg.jpg);
 background-repeat:repeat-x;
}
#navigation {
 float: left;
 width: 920px;
 height:20px;
 padding: 0px;
 border: 1px solid #ccc;
 margin: 0px 0px 0px 0px;
 background-image:url(images/menu-bg.jpg);
 background-repeat:repeat-x;
}
#leftcolumn { 
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 0px 10px 0px 10px;
 width: 640px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #ffffff;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 240px;
 display: inline;
}
#footer { 
 width: 901px;
 clear: both;
 color: #333;
 background-color:#DC6101;
 margin: 0px 0px 0px 0px;
 padding: 10px;
}
#footer-link { 
 width: 900px;
 clear: both;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
}
a.menu	{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#ffffff;
text-decoration:none;
font-weight:bold;
}

a.menu:hover	{
color:green;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #667d8c;
	padding-bottom: 5px;
}
h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #667D8C;
	}
	
h3	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #667D8C;
	padding-left: 5px;
	text-align: left;
	vertical-align: middle;
	padding-top: 3px;
	list-style-position: outside;
	list-style-image: url(images/plan_bullet.jpg);
	list-style-type: square;
	}
.plantxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #505050;
	text-align: justify;
	list-style-image: url(images/bullets.gif);
	list-style-type: square;
	padding-top: 8px;
	padding-bottom: 4px;
	letter-spacing: normal;
	word-spacing: normal;
	display: compact;
	list-style-position: inside;
	vertical-align: middle;
}
.welsubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #e17100;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	list-style-position: inside;
	list-style-image: url(images/icon2.gif);
	list-style-type: square;

}
p	{
padding-bottom:10px;
}
table	{
margin-bottom:10px;
}
#button	{
	background-image:url(images/button-bg.jpg);
	background-repeat:repeat-x;
	padding: 8px 2px 2px 2px;
	height: 25px;
	width: 200px;
	margin: 0 auto; 
	text-align:center;
}
a.button	{
	font-family:verdana;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
}
a.button:hover	{
	color:#FFFF00;
	}
a.button:active	{
	color:#FFFF00;
	}
a	{
	color:#0000FF;
	}
a:hover	{
		color:#FF6600;
		}
a:active	{
		color:#006600;
		}