body
{
	background-color : #390337;
	padding-top : 28px;
	margin : 0px;
	font-family : arial, verdana, sans-serif;
	font-size : 12px;
}

#layout
{
	width : 754px;
	margin : auto;
}

#header
{
	background-color : #F9FBFC;
	height : 170px;
}

#header_left
{
	float : left;
	width : 314px;
	color : #5D275B;
	font-family : palatino, palatino linotype, serif;
	font-size : 15px;
	line-height : 17px;
	text-align : center;
}

#header_right
{
	width : 440px;
	float : left;
}

#header_pad
{
	padding : 0px 3px 0px 3px;
}

#header_left a
{
	color : #5D275B;
	text-decoration : none;
}

#nav
{
	text-align : center;
	padding : 5px;
	background: #481D4F;
}

#nav a
{
	padding : 5px;
	text-decoration : none;
	color : white;
}

#nav a:hover
{
	text-decoration : underline;
}

#content_main
{
	position: relative;
	width : 754px;
	background: url(/images/main_bg.gif);
}

#content_left
{
	text-align : center;
	padding : 5px;

	width : 177px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#content_left a
{
	color : #B4228C;
	font-size : 16px;
	font-weight : bold;
}

#quick_search
{
	background-color : #F9FBFC;
	border : 1px solid #1B2B3F;
	width : 176px;
}

#quick_search h2
{
	background-color : #1B2B3F;
	color : white;
	font-family : palatino, palatino linotype, serif;
	font-size : 18px;
	padding : 3px 0px;
	margin : 0px;
	width : 176px;
	font-weight : normal;
	text-transform : uppercase;
}

.quick_search_text
{
	text-align : left;
}
#footer_clear
{
	clear : both;
}

#content_right
{
	width : 567px;
	position: relative;
	margin-left: 187px;
	background-color : #F9FBFC;
}

#content_right h1
{
	background-color : #2F5950;
	font-weight : normal;
	text-transform : uppercase;
	color : white;
	font-family : palatino, palatino linotype, serif;
	padding : 5px;
	margin : 0px;
	font-size : 30px;
}

#content_right h1 a
{
	color : #F2D4EC;
	font-size : 13px;
}

#content_pad
{
	padding : 10px;
}

#content_pad h2
{
	text-align : left;
	border-bottom : 1px solid #004D92;
	color : #004D92;
	font-weight : normal;
	width : 100%;
	margin-top : 0px;
}

td
{
	vertical-align : top;
}

.featureprop {
	border-bottom: 1px solid #6493bc;
	display: block;
	color: #695533;
}

.featureprop h3 {
	font-size: large;
	margin-bottom: 5px;
}

.featureprop p {
	margin: 1px 9px;
}

.featureprop img {
	float: right;
	border: 0px;
	margin: 5px 0px;
}

.clr {
	clear: both;
}



#footer {
  background: #481D4F;
  color: white;
  font-weight: normal !important;
  text-align: center;
  padding: 6px 0px;
}

#footer a{
 color: white;
 text-decoration: none;
}

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

.logos {
  width: auto;
  height: 55px;
  margin: 5px auto;
  text-align: center;
}