html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #1C3154;
}

#middle {
	margin: 0 auto;
	text-align: left;
	width: 915px;
	min-height: 100%;
	background: url(images/bg_yellow.jpg) repeat;
}

#frame {
	margin: 0;
	text-align: center;
	width: 100%;
	min-height: 100%;
	height: auto;
	background: url(images/bg_redgrad.gif) repeat-x;
}

#content {
	position: relative;
	left:0px;
	top:0px;
	width:915px;
	min-height: 100%;
	height: auto;
	margin: 0 auto;
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #f4e0a6;
}

.link2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #f4e0a6;
}

.link3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #2b0100;
}

.link4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #2b0100;
}

.link5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #6e511b;
}

.link6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #d3ac5c;
}

.link_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #f4e0a6;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
}

.side {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #ffffff;
}

.banner4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
}

.banner4title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #d3ac5c;
	font-weight: bold;
	text-decoration: none;
}

.feature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #424242;
}

.interviews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424242;
}

.feature2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	line-height: 16px;
}

.feature3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 10px;
	color: #424242;
}

.feature4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #424242;
}

.title3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #3e1812;
}

.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 2px;
	color: #6e511b;
}

.list {
	list-style-type: none;
	padding: 0 15 0 15px;
	margin: 0px;
}

.list2 {
	list-style-type: none;
	padding: 0 15 0 1px;
	margin: 0px;
}

.bullet {
	 background-image: url(images/bullet.gif);
	 background-repeat: no-repeat;
	 background-position: 0 6px;
	 padding-left: .6em;
	 line-height: 14px;
}

.bullet2 {
	 background-image: url(images/bullet.gif);
	 background-repeat: no-repeat;
	 background-position: 0 6px;
	 padding-left: 1em;
	 padding-bottom: 5px;
	 line-height: 18px;
}

.bullet3 {
	 background-image: url(images/bullet2.gif);
	 background-repeat: no-repeat;
	 background-position: 0 6px;
	 padding-left: 1em;
	 padding-bottom: 5px;
	 line-height: 18px;
}

.bullet4 {
	 background-image: url(images/arrow.gif);
	 background-repeat: no-repeat;
	 background-position: 0 4px;
	 padding-left: 1.5em;
	 padding-bottom: 5px;
	 line-height: 18px;
}

.bullet5 {
	 background-image: url(images/bullet.gif);
	 background-repeat: no-repeat;
	 background-position: 0 6px;
	 padding-left: .6em;
	 padding-bottom: 5px;
	 line-height: 13px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2b0100;
}

.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f5d482;
}

/* Hack for IE, Reset to 100% height */
* html #middle {
	height: 100%;
}

* html #frame {
	height: 100%;
}
* html #content {
	height: 100%;
}
/* End IE Hack */

