/*BASIC HTML DEFINITIONS*/
BODY
{
	background-color: #FF6600;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 75%;
	margin: 20px 0px;
}
P, TD, LI
{
	font-size: 100%;
}
TABLE
{
	padding: 0px;
	border-collapse: collapse;
	font-size: 100%;
}
LI
{
	list-style-image: url(images/bullet.gif);
}
HR
{
	background-color: #CC0000;
	color: #CC0000;
	height: 2px;
	width: 100%;
	margin: 5px 0;
	padding: 0;
}
/*HEADING DEFINITIONS*/
H1
{
	font-family: Georgia, Georgia, serif;
	color: #CC0000;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 0px;
	margin: 5px 0px;
}
H2
{
	font-family: Verdana, Arial, sans-serif;
	color: #CC0000;
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 2px;
}
H3
{
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	color: #CC0000;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
}
H4
{
	font-family: Verdana, Arial, sans-serif;
	color: #CC0000;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}
H5
{
	font-size: 110%;
	font-weight: bold;
	color: #000000;
}
H6
{
	font-size: 110%;
	font-weight: bold;
	color: #000000;
}
/*BASIC LINK COLORS*/
A:LINK
{
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
A:VISITED
{
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
A:HOVER
{
	color: #FF6600;
	text-decoration: underline overline;
	font-weight: bold;
}
A:ACTIVE
{
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
/*HEADER CLASSES*/
.header
{
	width: 750px;
	height: 110px;
	background-color: #CC0000;
	border-top: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
}
.headername
{
	width: 90%;
	font-family: Georgia, Georgia, serif;
	color: #FFFFFF;
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	padding-left: 20px;
	letter-spacing: 2px;
}
.headerpic
{
	width: 5%;
	border-left: 5px solid #FFFFFF;
}
.headername H1
{
	color: #FFFFFF;
	font-size: 22px;
	margin: 0 0 20px;
}
/*TOP GLOBAL NAVIGATION BAR*/
.global
{
	width: 750px;
	height: 30px;
	background-color: #FFCC00;
	color: #000000;
	text-align: center;
	font-size: 105%;
	font-weight: bold;
	/*[disabled]letter-spacing:3px;*/
	padding: 5px;
	border: 5px solid #FFFFFF;
}
.global A:LINK
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.global A:VISITED
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.global A:HOVER
{
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}
.global A:ACTIVE
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
/*MAIN CONTENT AREAS*/
.main
{
	width: 750px;
	background-color: #FFFFFF;
}
.mainleft
{
	width: 267px;
	background-color: #FFFFFF;
	border-left: 5px solid #FFFFFF;
	vertical-align: top;
	font-size: 90%;
	padding: 10px;
	text-align: left;
}
.mainright
{
	width: 585px;
	border-right: 5px solid #FFFFFF;
	vertical-align: top;
	padding: 10px 10px 10px 5px;
	text-align: justify;
	line-height: 18px;
}
.mainleft H4
{
	background-color: #FFCC00;
	color: #000000;
	padding: 2px;
}
/*MAIN NAVIGATION DEFINITION LIST*/
.mainleft DL
{
	background: transparent;
	padding: 0 10px 5px 0;
	margin: 2px 0;
	line-height: 12px;
	font-size: 110%;
}
.mainleft DT
{
	color: #CC0000;
	border-top: 1px solid #FF6600;
	padding: 5px 5px 5px 0;
	font-family: Georgia, Georgia, serif;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}
.mainleft DT A:link
{
	color: #CC0000;
	font-family: Georgia, Georgia, serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}
.mainleft DT A:visited
{
	color: #CC0000;
	font-family: Georgia, Georgia, serif;
	font-weight: bold;
	text-decoration: none;
}
.mainleft DT A:hover
{
	color: #FF6600;
	font-family: Georgia, Georgia, serif;
	font-weight: bold;
	text-decoration: none;
}
.mainleft DT A:active
{
	color: #CC0000;
	background-color: #95A59B;
	font-family: Georgia, Georgia, serif;
	font-weight: bold;
	text-decoration: none;
}
.mainleft DD
{
	margin: 0;
	padding: 2px 2px 5px 5px;
	font-size: 100%;
}
.mainleft DD A:link
{
	color: #CC0000;
	font-weight: normal;
	text-decoration: none;
}
.mainleft DD A:visited
{
	color: #CC0000;
	font-weight: normal;
	text-decoration: none;
}
.mainleft DD A:hover
{
	color: #FF6600;
	font-weight: normal;
	text-decoration: underline;
}
.mainleft DD A:active
{
	color: #CC0000;
	font-weight: normal;
	text-decoration: none;
}
/*EVENTS DEFINITION LIST*/
.event DL
{
	margin: 10px 0;
	padding: 0 0 10px;
}
.event DT
{
	color: #71482A;
	font-family: georgia, times, serif;
	font-weight: bold;
	padding: 5px 0;
}
.event DD
{
	color: #000000;
}
/*FOOTER AREA CLASSES*/
.footer
{
	width: 750px;
	height: 50px;
	background-color: #CC0000;
	color: #FFFFFF;
	font-size: 90%;
	text-align: center;
	letter-spacing: 2px;
	border: 5px solid #FFFFFF;
}
.footer A:LINK
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.footer A:VISITED
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.footer A:HOVER
{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
.footer A:ACTIVE
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
/*ASSIGN CLASSES TO IMAGES TO PLACE THE BORDER AND ALIGNMENT*/
.imageleft
{
	margin: 2px 10px 2px 0px;
	float: left;
}
.imageright
{
	margin: 2px 0px 2px 10px;
	float: right;
}
.imagecenter
{
	margin: 2px 5px;
}
