*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #669900;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
	color: #669900;
}

a:visited {
	color: #669900;
	text-decoration:none;
}

body {
	
	background: #FFFFFF url(images/back.jpg) repeat-x;
	font: 13px Century Gothic, Arial, Helvetica, sans-serif;
	color: #333333;
}

#content
{
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background: #ffffff url(images/footer1.jpg) no-repeat bottom;
	padding-bottom:350px;
}


#header {
	background: #ffffff;
	text-align: left;		
}

#logo {
width: 800px;
text-align: left;
}


td.sep {
	background: #FFFFFF url(images/sep.gif) repeat-y; 
}

blockquote { 
	width: 435px; 
	margin-left: 95px; 
	margin-right: 95px; 
	margin-bottom:25px;
	border-top: 1px dashed #669900;
	border-bottom: 1px dashed #669900;
	padding:5px;
	color:#663300;
}

#left
{
	padding: 15px 5px 10px 20px;
	width: 120px;
	height: 220px;
}


#left ul {
	list-style: none;
}

#left li {
	color: #663300;
	margin-bottom:5px;
}

#left a {
	color: #663300;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}

#left a:hover {
	color:#669900;
	text-decoration:underline;
}

#left a:visited {
	color: #663300;
}


#right
{
float: right;
width: 635px;
padding: 10px 10px 10px 5px;
}


#right h1 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #663300;
	font-size:16px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 2px;
	color: #663300;
	font-size:14px;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font-size:13px;
	font-weight:normal;
}

#right ul {
	list-style-type: disc;
	list-style-image: none;
	list-style-position: inside;
}

#right li {
	line-height: 1.55;
	font-size: 12px;
	font-weight:normal;
}



#footer {
	height: 5px;
	clear: both;

}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #000000;
}


#credit p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #000000;
}