body {
	background-image: url(images/bg.jpg);
	text-align: center;
}
#Layout {
	border: 4px solid #000000;
	width: 795;
}
basefont {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
#Mast {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 15px;
	font-style: italic;
	font-weight: bold;
}
#Nav {
	background-color: #9A6634;
	background-image: url(images/nav_bg.gif);
	width: 145px;
	padding-top: 20px;
	text-align: left;
}
#Nav a img{
	padding-left: 7px;
}
#Content {
	vertical-align: top;
	padding: 25px;
	text-align: left;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #006699;
}
h2, .boldtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #CC0000;
	/*color: #99CCFF;*/
	
	
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 120%;
}
li {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 120%;
}
a:link, a:active, a:visited {
    color:#000099;
	text-decoration: underline;
}
a:hover {
     color: #669900;
	 text-decoration: underline;
}
a.TOP:link,a.TOP:active, a.TOP:visited {
   font-size: 12px;
   font-style: none;
    color:#CC0000;
	text-decoration: underline;
}
a.TOP:hover {
     color: #669900;
	 font-style: none;
	 text-decoration: underline;
}
a.bold:link,a.bold:active, a.bold:visited {
   font-size: 16px;
   font-style: none;
    color:#CC0000;
	text-decoration: underline;
}
a.bold:hover {
     color: #669900;
	 font-style: none;
	 text-decoration: underline;
}
.white, a.white:link, a.white:active, a.white:visited, a.white:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
    color: #FFFFFF;
}
