/* CSS Document */

html { overflow-y:scroll; } /*adds a scroll bar even if its not needed;*/
	  
body {
background-color: #f3f4f6;
background-image: url(/css_and_pres/hkfbackground.gif);
background-repeat: repeat-x;
text-align: center;
/*height:110%;*/
}


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

div.main_container {
	width: 948px;
	font-family: Verdana, sans-serif;
	font-size:12px;
	margin:0 auto;
	text-align:left;
	background-color: #ffffff;
}
.main_display_area{
}
.left_col
/*includes a prop */
{
	height:550px;
	width:219px;
	float:left;

}

.right_col
{
	width:729px;
	float:right;
	background-color: #ffffff;
}

.rot_image
{
	width:729px;
	padding-top: 44px;
	float:left;
}

/*========================== MENU STRIP  =======================*/
.menu_strip{
	background-image: url(/css_and_pres/yellowbar.gif);
	height:28px;
	width:669px;
	float:left;
	padding-left: 60px;
	padding-top:10px;
}
.menu_strip A:link {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	font-size:14px;
}
.menu_strip A:visited {text-decoration: none; color: #000000;font-weight: bold; font-style: italic; font-size:14px;}
.menu_strip A:hover {text-decoration: none;	color: #ffffff ; font-weight: bold; font-style: italic; font-size:14px;}
.menu_strip A:active {text-decoration: none; color: #000000; font-weight: bold; font-style: italic; font-size:14px;}





.content
{
	float:left;
	width:650px;
	padding-left:5px;
	padding-bottom:10px;
	padding-top: 50px;
	background-color: #ffffff;


}

.content A:link {text-decoration: none; color: #FEA311;  font-size:12px;}
.content A:visited {text-decoration: none; color: #FEA311; ; font-size:12px;}
.content A:hover {
	text-decoration: none;
	color: #FE2C10;
	font-size:12px;
}
.content A:active {text-decoration: none; color: #FEA311; font-size:12px;}


.footermenu{
height: 139px;
width: 948px;
margin-left: 3%;
margin:0 auto;

}

.footer_hyperlinks{
	height: 139px;
	width: 948px;
	margin-left: 3%;
	margin:0 auto;
		text-align: left;
}	


.footer_hyperlinks A:link {font-family: Verdana, sans-serif; text-decoration: none; color: #FEA311;  font-size:10px;}
.footer_hyperlinks A:visited {font-family: Verdana, sans-serif; text-decoration: none; color: #FEA311; ; font-size:10px;}
.footer_hyperlinks A:hover {
font-family: Verdana, sans-serif; 
	text-decoration: none;
	color: #FE2C10;
	font-size:10px;
}
.footer_hyperlinks A:active {font-family: Verdana, sans-serif; text-decoration: none; color: #FEA311; font-size:10px;}	




/*========================== diary pic =======================*/

 .pic_and_caption_floatleft {
	float: left;
border: thin solid #E6E6E6;
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-weight: bold;
} 


.clearer{
clear:both;
}




