
html,body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12.0px;
 background: #fffce6;
 scrollbar-arrow-color: #ffffff; 
 scrollbar-3dlight-color: #ffffff; 
 scrollbar-highlight-color: #ffffff;
 scrollbar-face-color: #270002;
 scrollbar-shadow-color: #ffffff; 
 scrollbar-darkshadow-color: #ffffff;
 scrollbar-track-color: #ffffff; 
 }
 a:link {
 COLOR: #270002;
 text-decoration: none;
 }
 a:visited {
 COLOR: #270002;
 text-decoration: none;
 }
 a:hover {
 COLOR: #754921
;
 text-decoration: none;
 }
 a:active {
 COLOR: #270002;
 text-decoration: none;
}
#wrapper { 
 margin: 0 auto;
 width: 800px;
 background: #ffffff;
 border: 2px solid #270002;
 }
#header {
 color: #333;
 width: 800px;
 float: left;
 padding: 0px;
 border: 0px solid #270002;
 height: 155px;
 margin: 0px 0px 0px 0px;
 background: #270002;
}
#nav {
 color: #333;
 width: 800px;
 float: left;
 padding: 0px;
 border: 0px solid #270002;
 height: 35px;
 margin: 0px 0px 0px 0px;
 background: #270002;
}

#leftcolumn { 
 color: #333;
 border: 0px solid #000000;
 background: #ffffff;
 margin: 5px 0px 0px 0px;
 padding: 0px;
 height: auto;
 width: 160px;
 float: left;
}
#rightcolumn { 
 float: left;
 color: #333;
 border: 0px solid #ccc;
 background: #ffffff;
 margin: 5px 0px 0px 0px;
 padding: 0px;
 height: auto;
 width: 635px;
 display: inline;
}

#footer { 
 height: 30px;
 width: 800px;
 clear: both;
 color: #333;
 border: 0px solid #ffffff;
 background: #270002;
 margin: 0px 0px 0px 0px;
 padding: 0px;
}

#header td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	line-height: 1.2;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffcc;
	text-decoration: none;
        }
#leftcolumn td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.1;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #270002;
	text-decoration: none;
	}
#rightcolumn td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.0;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #270002;
	text-decoration: none;
        }
#nav td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.9px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
        }
#navigation td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.0px;
	line-height: 1.0;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	}

#footer td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.0px;
	line-height: 1.2;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #fffce6;
	text-decoration: none;
       	}

.link2 a {
color: #fffce6;
font-size: 13.2px;
text-decoration: none;
font-weight: strong;
}
.link2 a:visited {
color: #ffffff;
font-size: 13.2px;
}
.link2 a:hover {
color: #fffce6;
font-size: 13.2px;
text-decoration: none;
font-weight: strong;
}

.link3 a {
color: #fffce6;
font-size: 13.2px;
text-decoration: none;
}
.link3 a:visited {
color: #fffce6;
font-size: 13.2px;
}
.link3 a:hover {
color: #754921;
font-size: 13.2px;
text-decoration: none;
font-weight: strong;
}

.link4 a {
color: #fffce6;
font-size: 12.0px;
text-decoration: none;
font-weight: strong;
}
.link4 a:visited {
color: #ffffff;
font-size: 12.0px;
}
.link4 a:hover {
color: #270002;
font-size: 12.0px;
text-decoration: none;
font-weight: strong;
}

#menu {
	padding: 0px;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	background-color: #F9F3CF;
}

#menu ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #270002;
}

#menu ul li a {
	display: block;
	text-decoration: none;
	color: #270002; /* IE6 Bug */
	padding: 5px;
	border-bottom: 0;
	}

#menu ul li a:hover  {
	background-color: #270002;
	text-decoration: none;
	color: #fffce6;
}

