/* thanks yahoo yui */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}

table 
{
    border-collapse:collapse;
    border-spacing:0;
}

fieldset,img 
{
    border:0;
}

address,caption,cite,code,dfn,em,strong,th,var 
{
    font-style:normal;
    font-weight:normal;
}

ol,ul 
{
    list-style:none;
}

caption,th 
{
    text-align:left;
}

h1,h2,h3,h4,h5,h6 
{
    font-size:100%;
    font-weight:normal;
}

q:before,q:after 
{
    content:'';
}

abbr,acronym 
{ 
	border:0;
}

/*-----------------------------------------------------------------------------------------------------------------------------------*/

#bdbody 
{	
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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 */
	background-color: #044816;
	background-image:url(images/HBDWeb2_03.jpg);
	background-repeat:repeat-x;
}

#mainContainer 
{
	width: 680px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 510px;
	background: #FFFFFF;
	background-image: url(images/HBDWeb2_06.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #FFFFFF;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/*-----------------------------------------------------------------------------------------------------------------------------------*/

#header
{
	position: relative;
	left: 40px;
	top: 25px;
	width: 615px; 
	height: 110px;
}

#header img
{
	position: relative;
	bottom: -11px;
	left:50px;	
}

/*-----------------------------------------------------------------------------------------------------------------------------------*/

#nav
{
	position: relative;
	left: 40px;
	top: 25px;
	width: 615px; 
	height: 30px;
}

#nav .nav
{
	position: relative;
	left: 20px;
	top: 7px;
}

#nav a, a:visited
{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}

#nav a:hover
{
	color: #FCF10B;
}

#nav .selected
{
	font-size: 11px;
	font-weight: bold;
	color: #FCF10B;
	text-decoration:underline;
}


/*-----------------------------------------------------------------------------------------------------------------------------------*/
#floatright
{
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #044816;
	padding: 2px;
}

#floatleft
{
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #044816;
	padding: 2px;
}
#content
{
	position: relative;
	left: 40px;
	top: 25px;
	width: 615px; 
	height: 275px;
}

#content .content
{
	width: 600px;
	padding-left: 25px;
	padding-right: 25px;	
	padding-top: 10px;	
}

#content .content #Left
{
	position: absolute;
	left: 28px;
	top: 12px;
	height: 240px;
	width: 345px;
	overflow:auto;
	border-bottom:hidden;
	margin-bottom:0px;

}

#content .content #Left p
{
	font-size: 11px;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
}

#content .content #Left h3
{
	font-size: 12px;
	color: #044816;
	padding-left: 5px;
	padding-bottom: 5px;
}


#content .content #Right
{
	position: absolute;
	left: 375px;
	top: 10px;
	height: 250px;
	width: 200px;	
}

#content .content #Right img
{
	padding-top: 10px;
}

#content .content #Right p
{
	padding-top: 10px;
	color: #044816;	
	text-align:center;
	font-size: 11px;
	font-style:italic;	
}


/*-----------------------------------------------------------------------------------------------------------------------------------*/

#footer
{
	position: relative;
	left: 40px;
	top: 25px;
	width: 615px; 
	height: 35px;
}

#footer .footer
{
	position: relative;
	left: 20px;
	top: 7px;
	font-size:9px;
	color: #044816;	
	text-align:center;
}

#footer a, a:visited
{
	font-size: 9px;
	font-weight: bold;
	color: #044816;	
	text-decoration:underline;
}

#footer a:hover
{
	color: #FCF10B;
}

/*-----------------------------------------------------------------------------------------------------------------------------------*/
