/* CSS Document */
/*------------------------- Type styles-------------------------*/
body{
	font-size: 8.5pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	letter-spacing: normal;
	color: #666666;
	background-color: #B6CECD;
	border-style: solid;
	border-color: white;
	border-left-width: 0px;
	border-top-width: 12px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	background-image: url(../images/left_block.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0; 
	background-color: transparent; 
	background-position: center 0; border: 0; }
	
h1{
	font-size: 7.5pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	background-image: none;
	font-weight: bold;
}

a:link {
	color: inherit;
	text-decoration: none;
	font-weight: inherit;
 }
a:visited { 
	color: inherit;
	text-decoration: none;
	font-weight: inherit;
}
a:hover {
	color: white;
}
a:active { 
	color: white;
}

a.one:link {
	color: inherit;
	text-decoration: none;
	font-weight: inherit;
 }
a.one:visited { 
	color: inherit;
	text-decoration: none;
	font-weight: inherit;
}
a.one:hover {
	color: gray;
}
a.one:active { 
	color: white;
}

.class2 a {
	color: white;
	text-decoration: none;
	font-weight: inherit;
	}
	
.class2 a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: inherit;
	}
	
hr {
	border: 0px;
	border-style: none;
	background-color: white;
	height: 1px;
}

/*---- Classes ----*/

.italic{
	font-style: italic;
	font-family: Times;
	font-weight: normal;
}

.bold{
	font-weight: bold;
	font-size: 8.5pt;
}

span.copyright{
	font-weight: normal; 
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: white;
	}

span.hide{display: none;}

.clear{ clear: both;}


/*---- Styles ----*/

#wrapper{
	width: 100%;
	height: 100%;
	display: block;
	background-color: transparent;
}

#content{
	width: 975px;
	height: auto;
	display: block;
	background-image: none;
	margin-left: 24px;
	margin-top: 24px;
}

#content_block{
	width: 975px;
	height: auto;
	display: block;
	background-image: none;
	margin-left: 24px;
	margin-top: 24px;
}

#topper{
	width: 975px;
	height: 20px;
	display: block;
	background-image: none;
}


#left_block{
	width: 390px;
	height: 530px;
	display: block;
	background-image: none;
	float: left;
}

#left_block_index{
	width: 975px;
	height: 530px;
	display: block;
	background-image: none;
	float: left;
}

#right_block{
	width: 585px;
	height: auto;
	display: block;
	background-image: none;
	float: right;
}

#main_nav{
	width: 170px;
	height: 355px;
	display: block;
	background-image: none;
	margin-right: 25px;
	margin-top: 0px;
	float: left;
	background-color: transparent;
}

#strategy{
	width: 170px;
	height: auto;
	display: block;
	background-image: none;
	margin-right: 25px;
	margin-top: 0px;
	float: right;
	background-color: transparent;
}
#index_bottom{
	width: 975px;
	height: 235px;
	display: block;
	background-image: none;
	float: left;
}
#index_feature_image{
	width: 750px;
	height: 355px;
	display: block;
	background-image: none;
	margin-right: 25px;
	margin-top: 0px;
	float: right;
	background-color: transparent;
	overflow: hidden;
}


