@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #786F74;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #D6C59B;
}
.oneColFixCtr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}#header {
	background-color: #FFFFFF;
	background-image: url(images/header.jpg);
	margin: 0px;
	padding: 0px;
	width: 1024px;
	height:305px;
}
#container #mainContent #header img {
	position: relative;
	top: 220px;
	padding-right: 15px;
	padding-left: 13px;
	left: 0px;
	border: 0px;
}

.style1 {
	color: #000000;
	font-weight: bold;
}

h3{color:#000;}

h4{color:#600;}

.navimg {padding:0 50px 0 10px;}

#navlist ul {margin:0; padding:0; list-style:none;}
#navlist li {background:url(images/a.gif) left no-repeat; margin:0 0 0 0px; padding:0 0 0 20px; line-height:22px;}
#navlist a {color:#636363;}

ul {list-style:none;}

.advisors { font-size: 11px;
font-weight: bold;
color:#ffffff;
background-color:#000000;
padding:3px;
margin-left:10px;
}

.indexadvisors { font-size: 11px;
font-weight: bold;
color:#ffffff;
background-color:#000000;
padding:3px;
margin-left:0px;
}

.head img, input { vertical-align:middle}

.copy { color:#636363}
.copy a { color:#636363; font-weight:normal}
.copy span { color:#989898; font-size:10px;}
.copy span a { color:#989898; font-weight:normal}

.news span a { font-weight:normal}
.newsletter a { color:#717171; font-weight:normal; font-size:10px;}

.contact a { color:#6C6C6C; font-weight:normal}

.arrow_right { margin-right:11px;}
.a a { text-decoration:underline}
.a a:hover { text-decoration:none}

.form { width:184px;
		height:18px;
		font-family:tahoma;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#B5B5B5;
		background-color:#ffffff;
		color:#5F5F5F;
		margin-left:0px;
		margin-right:0px;
		padding:0 5 0 5px;}
		
.textarea { width:178px;
		height:90px;
		font-family:tahoma;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#;
		background-color:#ffffff;
		color:#5F5F5F;
		margin-left:0px;
		margin-right:0px;
		padding:0 5 0 5px;}