/*@CHARSET "UTF-8";
*/
body{
	margin: 0px;
	padding: 0px;
	background-color: #000;
	color: #fff;
	font-size: 100.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 
}

.enclosure{
	background-color: #fff;
	color: #000;
	width: 50em;
	margin: 0 2em;
}

.mainBlock{
	width: 50em;
}

.left{
	float: left;
	width: 8em;
}

.right{
	float: right;
	width: 40em;
}

.clear{
clear: both;
}

.header{
	height: 177px;
	padding: 0px;
	background-image: url("../includes/banner_images/hb_open_2005_07_29_0.jpg");
	background-repeat: no-repeat;
	
	font-size: 125.01%;
	font-weight: bold;
}

.pageTitle{
	font-size: 115.01%;
	font-weight: bold;
}

.footer{
	width: 50em;
	padding: 1em;
	text-align: left;
	font-size: 90.01%;
	color: #aaa;
	background-color: #fff;
}

.footLink{
	color: #aaa;
	background-color: #fff;
}

#menu{
	padding: 1em;
}


.menuItem{
	padding: 0.3em;
}

.menuCurr{
	font-weight: bold;
}

.menuLinks{
	
}

.subItem{
	padding: 0.1em 0.6em;
}


a{
	color: #000;
	background-color: #fff;
}

a:link{
	text-decoration: underline;
}


a:visited{
	text-decoration: underline;
}

a:active{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

	/*
	 * Section for posts
	 */

	.postTitle{
		font-family: Arial, verdana, Helvetica, sans-serif;
		font-size: 115%;
		font-style: normal;
		font-weight: bold;
		color: #000000;
		background-color: #fff;	
	}
	.postDT{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: normal;
	font-weight: normal;
	color: #aaa;
	background-color: #fff;	
	}

	.postBlock{
		padding: 0.2em;
	}
	
	.separator{
		width: 50%; 
		background-color: #000;
		color: #001;
	}
	
	.sub{
	vertical-align: sub;
	
	}	
	
	/**
	 * form styles
	 **/
	.emailName{
	width: 25em;
	border: 1px solid #000000;	
	}	
	
	.formBox{
		width: 40em;
		height: 10em;
		border: 1px solid #000000;
	}
	
	.exp{
		width: 25em;
		height: 10em;
	}
			
	.buttonStyle{
		color: #000;
		background-color: #eee;
	}
	/***
	 * print version -nned to make
	 ****/

