html, body {
	background-image: url(images/bg2.gif);
	background-repeat: repeat;
	text-align: center;
	padding :0;
	margin-bottom:1px;
	height:100%;
}
ul {
	padding-left:15px;
	margin:0px;
}
#sizer {
	width:1000px;
	margin:0 auto;
}
#news {
	margin-top:20px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom:10px;
	border-left:1px dotted #0000CC;
	width:160px;
	float:right;
}
#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
	background-color:#FFFFFF;
	color: #0000CC;
}
#header {
	padding:10px;
}
#topline {
	z-index: 1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0000CC;
	position:relative;
	top:47px; 
	left:50px; 
	width:740px;
}
#bottomline {
	margin: 0 auto;
	z-index: 1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0000CC;
	width:500px;
	position:relative;
	top:10px;
}
#content {
	background-color:#FFFFFF;
	
	margin-top: 100px;
	margin-right: 210px;
	padding-bottom: 20px;
	margin-left: 20px;
	z-index:1;
	width:750px;
}
#imagebox {
	position:relative;
	z-index:2;
	
	background-color:transparent;
	border-style:outset;
	border-width:0px;
	border-color:#e0d5d5;
	padding:5px;
	width:570px;
	margin-right:-220px;
	float:right;
}
#footer {
	text-align:center; 
	padding-bottom:10px;
}

.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#FFF; margin:0 5px;}
.b2f {height:1px; background:#FFF; margin:0 3px;}
.b3f {height:1px; background:#FFF; margin:0 2px;}
.b4f {height:2px; background:#FFF; margin:0 1px;}
.contentf {background: #FFF; }
.contentf div {margin-left: 5px;}

.navbutton {
	background-image:url(images/navbutton.gif);
	height:30px;
	width:95px;
	padding-top:10px;
	text-align: center;
	margin-right:20px;
	margin-top:7px;
	cursor: pointer;
	font-weight:bold;
	/*background:#E6E6E6;*/
}
.navbutton a:hover {
	color: #FFFFFF;
	background-color: #0000CC;
	z-index: 2;
}
.infoboxhead {
	width:100%;
	background-color:#E8E6FF;
	font-weight:bold;
	font-size:12px;
	margin-bottom:5px;
	text-align:left;
}
.infobox {
	width:350px;
	border-style:solid;
	border-width:1px;
	border-color:#0000CC;
	margin:10px;
	padding:5px;
	text-align:center;
}

a:link {
	text-decoration: none;		
}
a:visited {
	text-decoration: none;
	color:#0000CC;
}
a:active {
	text-decoration: none;
	color:#FF0000;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0000CC;
}
.boldtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
img {
	border: none;
}
hr {
	color:#0000CC;
	height:1px;
	width:500px;
}
div.clearer {
	clear: both; 
	line-height: 0; 
	height: 0;
}
div.clearleft {
	clear:left;
	line-height:0;
	height:0;
}
div.clearright {
	clear:right;
	line-height:0;
	height:0;
}
