body,td,th {
	color: #FBD8DE;
}
.style1 {color: #EA5E71}
a:link {
	color: #39919C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #39919C;
}
a:hover {
	text-decoration: none;
	color: #82B1B9;
}
a:active {
	text-decoration: none;
	color: #39919C;
}
body,td,th {
	color: #FBD8DE;
}
.style1 {color: #EA5E71}
a:link {
	color: #39919C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #39919C;
}
a:hover {
	text-decoration: none;
	color: #82B1B9;
}
a:active {
	text-decoration: none;
	color: #39919C;
}
/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#FBD8DE;
	line-height: 20px;
	color: #333333;
	text-align: center;
}
#wrapper {
	width: 798px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: left;
}
#header {
	width: 798px;
	height: auto;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	text-align: center;
}
#leftcolumn {
	color: #333;
	height: auto;
	width: 178px;
	float: left;
	background-color: #FFFFFF;
}
#rightcolumn {
	float: right;
	color: #666666;
	width: 585px;
	display: block;
	padding-top: 5px;
	margin-left: 10px;
	line-height: 22px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#rightcolumn td {
	color: #666666;
}

#footer {
	width: 798px;
	clear: both;
	color: #4E909B;
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #37939B;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	background-position: bottom;
	padding-bottom: 10px;
	line-height: 30px;
}
.head_images {
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
}
.menubu {
	padding-top: 4px;
	padding-left: 20px;
}

.menubu a{
	padding-top: 5px;
	padding-left: 35px;
	background: url(/images/button.gif) no-repeat;
	display: block;
	width:137px;
	height:32px;
	color: #ffffff;
	font-weight: bold;
}

.menubu a:visited {
	color: #ffffff;
}

.menubu a:hover {
	color: #EA5E71;
}

.leftcont {
	width: auto;
	padding-top: 10px;
	text-align: center;
}
.bodyleftfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #4E909B;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 23px;
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4E909B;
	margin-bottom: 10px;
}
.bodyhead {
	background-image: url(/images/arrow.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 565px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #EA5E71;
	padding-top: 1px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #EA5E71;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
.abuotdr {
	float: left;
	margin-right: 15px;
}
.black {
	color: #000000;
}

ul.list {
	list-style: disc;
	color: #666666;
	margin-left: 15px;
}

ul.list li {
	list-style: disc;
	color: #666666;
	float: left; 
	width:130px;
}

.clear { clear:both; }