body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#818181;
	color:#000000;  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	}

h1 {
	font-size:20px;
	padding:2px;
	margin:0px;
	}

h2 {
	font-size:16px;
	}
	
h5 {
font-size:10px;
padding:0px;
margin:1px;
text-align:center;
font-weight:normal;
}

p {
	font-size:14px;
	}
	
p a {
text-decoration:none;
border-bottom-color:#0000FF;
border-bottom-style:dotted;
border-bottom-width:thin;
	}

a {
	text-decoration:none;
	color:#01004E;

	}

a:hover {
	color:#0000FF;
	}
	
.linkbox {
	border:1px solid #888;
	background:#f9f9f9;
	padding:3px;
	text-align:center;
	}

#addreess {
text-align:right;
padding:5px;

}

.column1 {
background-color:#000000;
width:200px;
vertical-align:top;

}

.column1 p {
color:#FFFFFF;
padding:4px;
font-size:10px;}

.column2 {
background-color:#f9f9f9;
width:580px;
vertical-align:top;
padding:6px;
}

.column3 {
background-color:#FF6600;
width:200px;
vertical-align:top;
text-align:center;
}

#HnS a{
text-decoration:none;
color:#FFFFFF;
padding:2px;
}

#logo {
padding:10px;
}

#side_image {
background-image:url(graphics/be_group_side.gif);
background-repeat:no-repeat;
}

#copyright {
font-size:10px;
text-align:center;
vertical-align:bottom;
}

.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background-color:#EBEBEB;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}


