@charset "utf-8";
/* CSS Document */

html{
	background-color:#E3F5FA;
	}
body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.75em;
	color:#6E2405;
	}
#hd{
	text-align:center;
	margin-top:1em;
	margin-bottom:3em;	
	}
#ft{
	text-align:center;
	}
#bar{
	background-image:url(image/bar.gif);
	background-position:center;
	text-align:center;
	background-repeat:no-repeat;
	margin-bottom:1em;
	margin-top:1em;
	height:11px;
	}
#grass{
	background-image:url(image/grass.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height: 40px;
	width:100%;
	margin-top:2em;
	}

	
h1{
	font-size:200%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:;
	}
h2{
	font-size:125%;
	font-weight:bold;
	}
h3{
	font-size:125%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	}

.style1{
	font-size:200%;
	font-weight:bold;
	word-spacing:3em;
	}
hr{
	color: #73CBE5; 
	background-color: #73CBE5; 
	border: 0;
	}
p{
	margin-bottom:1em;
	}
em{
	font-style: oblique;
	}
strong{
	font-weight:bold;
	font-size:110%;
	}
ul{
	padding-left:;
	margin-bottom:1em;
	}
li{
	margin-bottom:;
	}
.pad1{
	padding-left:10em;
	}
	
#tmb{
	margin:0;
	margin-top:1em;
	margin-bottom:1em;
	height: 75px;
	width:;
	background:;
	float:;
	text-align:;
	}
#img {
	margin:0;
	margin-right:1em;
	height: 75px;
	width: 75px;
	background: #B52126;
	float:left;
	text-align: center;
	}
#img img {
	display: inline;
	opacity: 1;
	filter: alpha(opacity=100);
	}
#img a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	}

a:link {
	color:#B52126;
	text-decoration: none;
}
a:visited {
	color:#B52126;
	text-decoration: none;
}
a:hover {
	color: #73CBE5; 
	text-decoration: none;
}
a:active {
	color: #73CBE5; 
	text-decoration: none;
}