body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/gradient.gif);
}

#headerleft {
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
	border-top: thick solid #663333;
	border-right: none;
	border-bottom: none;
	border-left: thick solid #663333;
}

#headerleft a:hover {
	color: #FFFFFF;
	background-color:#FFFFFF;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
}

#headerright {
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
	border-top: thick solid #663333;
	border-right: thick solid #663333;
	border-bottom: none;
	border-left: none;
}

#headerright a:hover {
	color: #FFFFFF;
	background-color:#FFFFFF;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
}

#bigmain {
	border-right-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #663333;
	border-left-color: #663333;
	background-color: #FFFFFF;
}

#menu {
	width: 100px;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-variant: small-caps;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 30px;
	font-weight: bold;
}

#main {
	background-color: #FFE1C4;
	font-size: 14px;
	color: #660000;
	float: left;
	width: 94%;
	height: 100%;
	border: thin solid #996633;
	background-image: none;
	clip:  rect(auto auto auto 10px);
	font-family: arial, helvetica, sans-serif;
	margin: 15px 0px 0px;
	padding: 0px 5px 0px 5px;
}

#footerleft {
	text-align: left;
	background-color: #FFFFFF;
	width: 400px;
	color: #5A1900;
	font-size: 12px;
	border-bottom-width: thick;
	border-left-width: thick;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #663333;
	border-left-color: #663333;
	margin: 10px;
	padding: 10px;
}

#footerright {
	text-align: right;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #5A1900;
	border-right-width: thick;
	border-bottom-width: thick;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #663333;
	border-bottom-color: #663333;
	margin: 10px;
	padding: 10px;
	font-style: italic;
	width: 400px;
}

a:link {
	color: #660000;
	text-decoration: underline;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

a:hover {
	color: #660000;
	background-color:#99A4DB;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

a:visited {
	color: #660000;
	text-decoration: underline;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	color: #660000;
	font-family: arial, helvetica, sans-serif;
}

h1 {
    font-size: 20px;
	font-weight: bold;
}

h2 {
    font-size: 16px;
	font-weight: bold;
}

h3 {
    font-size: 14px;
	font-weight: bold;
}

h4 {
    font-size: 14px;
	font-weight: normal;
}

hr {
	color: #660000;
	background-color: #660000;
    width: 50%;
	height: 1px;
	text-align: center;
}

p, td {
	color: #660000;
	font-size: 12px;	
	font-family: arial, helvetica, sans-serif;
}

