/* CSS Document */

	  
body {
background-color: #6d6e72;
background-image: url(/css_and_pres/bg_linear.jpg);
background-repeat: repeat-x;
text-align: center;
/*height:110%;*/
}


/*==========================  DEFAULT  =======================*/

div.main_container {
	width: 960px;
	font-family: Verdana, sans-serif;
	font-size:11px;
	margin:0 auto;
	text-align:left;
	background-color: #FFFFFF;
}

/*==========================  top strip =======================*/

.top_strip {


	padding-top:25px;
	height:135px;

}  

.site_logo {
width:240px;
	padding-left:20px;
	float:left;
}
.top_strip_image{
float:left;
width:120px;
	padding-right:20px;
}



/*==========================  menu strip =======================*/

.menu_strip {
	padding-left:260px;
	padding-top:7px;
	height:27px;
	background-color: #6699cc;
	text-align: left;
	line-height: 14px;
	color: #ffffff;
}  

.menu_strip A:link {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;

	font-size: 14px;
}
.menu_strip A:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;

	font-size: 14px;
}
.menu_strip A:hover {
	text-decoration: none;
	color: #FF6592;
	font-weight: bold;

	font-size: 14px;
}
.menu_strip A:active {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;

	font-size: 14px;
}



.display_area{

}


.content
{
	width:560px;
	padding-left:259px;
	padding-bottom:20px;
	padding-top: 45px;
	color: #003366;
	font-size: 12px;
}
.content A:link {text-decoration: none; color: #b19100; 	font-weight: bold;}
.content A:visited {text-decoration: none; color: #b19100;font-weight: bold; }
.content A:hover {text-decoration: none;	color: #B13800 ; font-weight: bold;}
.content A:active {text-decoration: none; color: #b19100; font-weight: bold;}

.heading_style{
	font-size: 20px;
}



.prop
{
	height:380px;
	width:1px;
	float:left;

}


/*==========================  FOOTER   =======================*/
.footermenu{
height: 100px;
width: 960px;
font-size:10px;
background-color: #ffffff;
margin-left: 3%;
padding-top: 5px;

margin:0 auto;

		
}
.quote_text{
	text-align:left;
	padding-left:260px;
	padding-bottom:50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #003366;
	font-weight: bold;
	font-style: italic;
}

.footer_links{
text-align:right;
padding-right:50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.footer_links A:link {text-decoration: none; color: #999900; 	font-weight: normal;}
.footer_links A:visited {text-decoration: none; color: #999900;font-weight: normal; }
.footer_links A:hover {text-decoration: none;	color: #FF6592  ; font-weight: normal;}
.footer_links A:active {text-decoration: none; color: #999900; font-weight: normal;}


 .pic_and_caption_floatright {
	float: right;
/*	border: thin solid #E6E6E6;*/
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	text-align:center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
} 

.newsdiv{
	height:120px;
	overflow: hidden;
	margin-bottom:20px;
}

 .newspic {
	float: left;
/*	border: thin solid #E6E6E6;*/
	background-color: #FFFFFF;
	padding: 2px;
	margin-right:10px;
	margin-bottom: 5px;

} 

.band{
clear:both;
}