@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #669900;
	text-align: left;
}

p {
	padding: 10px;
}

body {
	background: #666666 url(../img/bg.jpg) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #222222;
}

img{
	border: none;
}

#page {
	width: 908px;
	height: auto;
	margin: 0 auto;
	padding: 20px 0;
	background-color: #FFFFFF;
}

#logo {
	float: left;
	margin: 0 0 0 15px;
	background-image: url(../img/BElogo.jpg);
	width: 470px;
	height: 90px;
}

#menu {
	float: right;
	width: 380px;
	height: 50px;
	margin-right: 3px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	margin-top: 10px;
	display: block;
	float: left;
	width: 60px;
	padding: 20px 0px 0 10px;
	text-decoration: none;
	text-align: left;
	font-size: 120%;
	color: #666666;
}

#menu a:hover {
	background: #F7F7F4;
}

#menu .active a {
	color: #993300;
}

#banner{
	margin-top: 100px;
	width: auto;
	height: auto;
}

#content{
	margin-top: 15px;
	margin-left: 30px;
	margin-right: 30px;
}

#content a{
	color: #0000FF;
	text-decoration: underline;
}

#content a:visited{
	color:#0000FF;
}

#content table{
	margin-top: 10px;
	text-align: left;
	margin-bottom: 10px;
}

#content ui li{
	list-style-type: none;
}

#imgcontent{
	margin-right:15px;
	margin-top: 30px;
	width: 350px;
	height:300px;
	float: right;
}

#linkbar{
	margin-top: 15px;
	margin-left: 30px;
	margin-right: 30px;
}

#linkbar a{
	text-decoration: none;
	color: #666600;
	font-size: 110%;
}

#linkbar a:hover{
	text-decoration: underline;
}

#textcontent{
	margin-top: 10px;
	margin-left: 40px;
	margin-right: 30px;
	width: 500px;
	font-family:Arial, Helvetica, sans-serif;
}

#textcontent h1{
	padding-top: 10px;
	padding-bottom: 10px;
}

#textcontent p{
	text-align:justify;
}

#textcontent a{
	text-decoration: underline;
	color: #0000FF;
	font-size: 100%;
}

#textcontent a:active{
	text-decoration: underline;
}

#textcontent a:hover{
	text-decoration: underline;
}

#textcontent ul{
	padding: 20px;
}

#textcontent ul li{
	margin-left:10px;
}

#footer{
	margin-top: 10px;
}

#footer table{
	margin-top: 10px;
	
}