@charset "UTF-8";
#wrapper {
	height: 675px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
}
#header {
	height: 40px;
	width: 900px;
	background-color: #CC6666;
	vertical-align: top;
}
#logo-nav {
	background-color: #FFFFFF;
	height: 60px;
	width: 900px;
}
#header-bottom {
	background-color: #FFFFFF;
	height: 25px;
	width: 900px;
}
#main {
	background-color: #FFFFFF;
	height: 475px;
	width: 900px;
}
#wrapper  #main  .item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #9286B1;
	text-align: left;
	font-weight: bold;
}
#wrapper  #main  .descrip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #000000;
	text-align: left;
}
#footer {
	background-color: #FFFFFF;
	height: 50px;
	width: 900px;
}
#wrapper #bottom_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A1A59A;
	text-align: center;
}
#wrapper #footer .email {
	color: #000000;
	text-decoration: underline;
}
#bold_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
	color: #9286B1;
}
#bottom_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: left;
	vertical-align: middle;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	background-color: #E6EBDA;
	text-align: center;
	vertical-align: middle;
}
a:link {
	color: #A1A59A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A1A59A;
}
a:hover {
	text-decoration: underline;
	color: #A1A59A;
}
a:active {
	text-decoration: none;
	color: #A1A59A;
}
.style3 {color: #9286B1}
