@charset "UTF-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e9e8e5;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #514f4b;
	background-image: url(images/interface/bg.jpg);
	background-repeat: repeat-x;

}

#container {
	width:950px; /* full width is left_col, right_col and content plus side padding */
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
  background-image: url(images/interface/container_bg.gif);
}
        
#header {
	height: 120px;
	width: 950px;
	background: #FFFFFF
}

#header_left {
	height: 108px;
	width: 186px;
	float: left;
}

#header_right {
	height: 37px;
	width: 764px;
	float: left;
	text-align: right;
	padding-top: 71px;
	background-color: #FFFFFF;
}

#navigation {
	height: 22px;
	background-color: #fff;
	padding-left: 221px;
	padding-bottom: 0px;
	padding-top:0px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	color: #969183;
	line-height: 12px;
}

#content_frame {
	width: 950px;
	height: 7px;	
}

#content {
	width: 950px;
  background-image: url(images/interface/container_bg.gif);
	background-repeat: repeat-y;
}

#left_column {
	width: 285px;
	float:left;
}

#right_column {
	width: 665px;
	float:right;
	overflow: auto;
	width: 665px;
	height: 490px;
}

#slideshow {
	width: 950px;
	margin-left: 1px;
}

/* FOOTER INFORMATION */

#footer_space {
	width: 950px;
	height: 7px;		
	background: #e9e8e6;
}

.footnote {
  font-size: 9px;
	line-height: 11px;
}

#footer1 {
  width:950px;
  padding:0px;
  text-align: center;
  font-size: 11px;
  background-image: url(images/interface/footer.jpg);	
	background-repeat: no-repeat;
	background-color: #e9e8e6;
	clear: both;
}

#footer2 {
  width:950px;
  padding:0px;
  text-align: center;
  font-size: 11px;
  background-image: url(images/interface/footer2.jpg);	
  background-repeat: no-repeat;
  background-color: #e9e8e6;
	clear: both;
}

#footer3 {
  width:950px;
  padding:0px;
  text-align: center;
  font-size: 11px;
  background-image: url(images/interface/footer3.jpg);	
  background-repeat: no-repeat;
  background-color: #e9e8e6;
	clear: both;
}

/* TEXT & LINKS */

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

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

a:hover {
	color:#969183;
	text-decoration: underline;
	outline: none;
}

a:active {
	color:#969183;
	text-decoration:none;
	outline: none;
}

a img {
	border:0px none;
	outline: none;
}

.dropdowntext {
	padding-left: 4px;
	padding-bottom: 0px;
}
.dropdowntext:hover {
	text-decoration: underline;
}

h1 {
	font-size: 16px;
	font-weight: lighter;
}

.headlinetext {
	font-size: 13px;
}
.purpletext {
	font-size: 11px;
	color:#522e91;
}
