@charset "windows-1252";
body {
	background:#fff url('images/wood.gif') no-repeat fixed center center; margin:0;bgproperties="fixed"; 
}
body.rightborder {
	margin:0;
	background-color:#fff;
	background-image: url('images/black.gif');
	background-position:  right top;
	background-repeat: repeat-y	
}

body.leftborder {
	margin:0;
	background-color:#fff;
	background-image: url('images/black.gif');
	background-position:  left top;
	background-repeat: repeat-y	
}

body.bottomborder {
	margin:0;
	background-image: url('images/blue2px.gif');
	background-position:  left top;
	background-repeat: repeat-x		
}


h1 {
	font-family:arial;
	font-size:120%;
	font-weight:bold;
	color:#800;	
	letter-spacing:2px;
}

h2 {
	font-family:arial;
	font-size:100%;
	font-weight:bold;
	color:#800;
	margin-bottom:-10px;
}

p, td, ul {
	font-family:arial;
	font-size:80%;
	font-weight:normal;
	color:#000;	
}

strong {
	font-weight:bold;
	color:#800;
}

ul {
	list-style-type:square;
}

a.menu {
	text-decoration:none;
	color:#fff;
}

.menublock {
	display:block;
	width:740px;
	height:24px;
	background:#095CA6;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	font-family:arial;
	font-size:80%;
	font-weight:bold;
	color:#fff;
}

.bottominfo {
	display:block;
	width:730px;
	padding-top:12px;
	padding-left:10px;
	font-family:arial;
	font-size:75%;
	color:#000;
}
 
.pagemargin {
	margin-top:10px;
	margin-right:10px;
	margin-left:10px;
	padding-bottom:10px;
}

.textblock {
	display:block;
	width:400px;
	height:95%;
}

.imgborder {
	border:1px solid #095CA6;
}
