@charset "utf-8";
a:link {
	text-decoration: none;
	font-weight: normal;
	color: #CC9933;
}

a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #CC9933;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
	color: CC9933;
}

a:active {
	font-style: italic;
	color: CC9933;
	text-decoration: none;
}

/* The main body of the entire site. */

html, body
{ 
	background: #660000;
} 

/* Basic lay-out for the entire site. */

#container
{
	float: center;
	background-color: #660000;
	text-align: center; 
}

#header
{
	float: center;
	background-color: #660000;	
	text-align: center; 
}

#nav
{
	float: center;
	background-color: #660000;	
	text-align: center; 
}

#content
{
	float: center;
	background-color: #660000;
}

#subcontent
{
	background-color: #660000;
	width: 700px;
	padding-left: 25px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	text-align: center;
}

#sidebar
{
	background-color: #660000;
	width: 200px;
	border-right-color: #CC9933;
	border-right-style: outset;
	border-right-width: 1px;
	font-family: havixhmk;
	padding-left: 25px;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 25px;
	text-align: right;
	vertical-align: top;
}

#footer
{
	background-color: #660000;	
	text-align: center; 
}

h2
{
	color: #CC9933;
	font-family: garamonditalic;
	font-size: 20pt;
	font-style: normal;
	text-decoration: none;
	text-align: center;
}

h4
{
	color: #CC9933;
	font-family: garamonditalic;
	font-size: 14pt;
	font-style: normal;
	text-decoration: none;
	text-align: center;
}

h5
{
	color: #CC9933;
	font-family: garamonditalic;
	font-size: 14pt;
	font-style: normal;
	text-decoration: none;
	text-align: right;
}

h6
{
	color: #CC9933;
	font-family: "franklin gothic book";
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

/*  General settings for paragraphs & text in the site.*/
p.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFCC;
	text-decoration: none;
	line-height: 1pc;
}

p.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFCC;
	text-decoration: none;
	line-height: 1.5pc;
}

p.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFCC;
	text-decoration: none;
	line-height: 1pc;
}

p.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFCC;
	text-decoration: none;
	line-height: 1.5pc;
}

.top {
	font-family: Sylfaen;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFCC;
	text-decoration: none;
	background-color: #000000;
	border: none;
}

.announcements {
	font-family: Cambria;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #993333;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.events_desc {
	font-family: Cambria;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #E4CA94;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.events_details {
	font-family: Cambria;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFCC;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.bottom {
	font-family: Sylfaen;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFCC;
	text-decoration: none;
	background-color: #000000;
	border: none;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFCC;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
