@charset "ISO-8859-1";


body {
	background-image: url(images/bg3.jpg);
	 font-family: Arial, Helvetica, sans-serif;
	}
table.main {
	width:600px;
	border:none;
	padding:0px;
	margin:0px;
	}
td.footer {
	background-color:#402200; 
	text-align: center;
	font-size: x-small;
	font-variant: small-caps;
	color:#BFAC7D;
	width:600px;
	}


/* BANNER & MENU SECTION */
td.rollover {
	background-color:#AF6C4D;
	width:243px;
	vertical-align:top;
	padding:0px;
	border-collapse:collapse;
	}
td.rollover:hover {
	background-color:#ffdd88;
	color:ffffff;
}
a.menu {
	color:#000000;
	font-weight: bold;
	text-decoration: none;
	font-size: small;
	font-variant: small-caps;
	}
a.menu:hover {
	color:#ffffff;
	text-decoration:underline;
	background-color:#000000;
	}
a.home {
	font-size:x-small;
	color:#000000;
	text-decoration:none;
	}
a.home:hover {
	background-color:#ffffff;
	text-decoration:underline;
	}
img.logo {
	border: medium solid #ECECEC;
	}
img.logo:hover {
	border: medium solid white;
	}


/* CONTENT WINDOW SECTION */
td.content {
	vertical-align:top;
	background-color:#FFFFFF;
	padding: 1em .5em 1em .5em;
	}
ul {
	margin: 0px 0px 0px 0px;
	}
li {
	list-style-type: square;
	text-indent: 0em;
	}
p {
	font-size:100%;
	margin: 0px 0px 0px 0px;
	text-align: justify;
	}
.small {
	font-size:70%;
	}
p.indent {
	text-indent: 2em;
	}
h1 {
	font-size:120%;
	font-style:italic;
	font-weight: bolder;
	color:#800000;
	margin: 0px 0px 0px 0px;
	}
h2 {
	font-size:100%;
	font-weight:bold;
	color:#602200;
	margin: 0px 0px 0px 0px;
	}
h3 {
	font-size:100%;
	font-style: italic;
	font-weight:normal;
	text-decoration:underline;
	color:#000000;
	margin: 0px 0px 0px 0px;
	}
a.inline {
	font-size:100%;
	text-decoration:underline;
	font-variant: normal;
	color:#800000;
	}
a.inline:hover {
	background-color: #800000;
	color:#ffffff;
	}
img.link {
	border: thin solid #ededed;
	}
img.link:hover {
	border: thin solid #800000;
	}
img.large {
	border: thin solid #402200;
	padding: .125em;
	margin:.25em;
	display: block;
	
	}
