.main {
	width: 800px;
	max-width: 800px;	
}
.background {
	background-color: #8B9BBA;
	background-image: url('images/background.gif');
	background-repeat: repeat-x;
	align: center;
}

body {
    scrollbar-arrow-color:#FFF3DD;
	scrollbar-base-color:#636AB7;
	scrollbar-shadow-color:#000000;
	scrollbar-face-color:#636AB7;
	scrollbar-highlight-color:#999999;
	scrollbar-dark-shadow-color:#000000;
	scrollbar-3d-light-color:#666666;
}
 
.toplogo {
	background-image: url('images/logo.gif');
	background-color: #FFF200;
	
}
.menubar {

	background-image: url('images/menubar.gif');
    background-color: #636AB7;
    color: #FFFFFF;
    font: 8pt arial;
    text-align: right;
    min-height: 19px;
}
    
.menubg {
	margin: 5px;
	padding: 10px 5px;
	background: #FFF3DD;
	text-align: center;
}

.bodybg {
	margin: 5px;
	padding: 10px 5px;
	background-color: #FFF3DD;
	padding: 10px 5px;
}
.menubox {
	font: 10pt arial;
	color: #131EB5;
	padding: 5px;
	background-color: #FFF7B2;
	border: thin solid #000000;
	text-align: left;
	max-width: 115px;
	text-decoration: none;
	margin: 0 auto;
	position: relative;
}

.menuboxtop {
	background-color: #8187C5;
	border-top: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	max-width: 115px;
	min-height: 15px
	text-align: left;
	text-decoration: none;
	margin: 0 auto;
	position: relative;
	padding: 0 5px;
	font: 10pt arial;
	color: #FFFFFF;
	white-space: wrap;
}
 
.bodybox {
	font: 10pt arial;
	padding: 10px;
	color: #000000;
	background-color: #FFF7B2;
	border: thin solid #000000;
	text-align: center;
	width: 620px;
	max-width: 620px;
	min-height: 300px;	
	margin: 0 auto;	
}

.bodyboxtop {
	background-color: #8187C5;
	border-top: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	max-height: 15px;
	width: 620px;
	max-width: 620px;
	margin: 0 auto;
	padding: 0 10px;
	font: 10pt arial;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

.bodyboxpicture {
	font: 10pt arial;
	padding: 5px 10px;
	color: #000000;
	background-color: #FFF7B2;
	border: thin solid #000000;
	text-align: left;
	width: 620px;
	max-width: 620px;
	height: 128px;
	max-height: 128px;
	margin: 0 auto;	
	overflow: auto;
	white-space: nowrap;
    scrollbar-arrow-color:#FFF3DD;
	scrollbar-base-color:#636AB7;
	scrollbar-shadow-color:#000000;
	scrollbar-face-color:#636AB7;
	scrollbar-highlight-color:#999999;
	scrollbar-dark-shadow-color:#000000;
	scrollbar-3d-light-color:#666666;

}

img.thumb {
	height: 90px;
	width: auto;
    border: thin solid #000000;
}

a {
	color: #131EB5;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
}
	
.rss_item {
	text-align: left;
	text-decoration: none;
}

.spacer {
	font: 8pt arial;
	height: 3px;
	max-height: 3px;
}
.h3 {
	text-decoration: underline;
}

	