body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #666666;

}

h1
{
	color: #ed1b24;
	margin: 0px 0px 5px;
	font-size: 1.65em;
}
h2
{
	color: #ed1b24;
	margin: 0px;
	font-size: 1.5em;
}
h3
{
	margin: 0px;
	font-size: 1em;
}
#header {
	position: absolute;
	height: 109px;
	width: 97.5%;
	background-image: url(../images/headerback.jpg);
	background-repeat: repeat-x;
	right: 20px;
	top: 0px;
	text-decoration: none;
	
}

#header a:visited, #header a, #header a:link, #header a:hover, #header a:active,#header img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-decoration: none;
	border-bottom-style: none;
}

#headnav
{
	right: 20px;
	background-image: url(../images/Redback.jpg);
	width: 97.5%;
	color: #ffffff;
	background-repeat: repeat;
	position: absolute;
	top: 75px;
	height: auto;
}
#headnav a:link {
	color: #ffffff;
}
#headnav a:visited {
	color: #ffffff;
}
#headnav a:hover {

	text-decoration: underline;
}
#headnav a:active {
	color: #ffffff;
}
#leftarea {
	position: absolute;
	width: 188px;
	top: 0px;
	left: 0px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ed1b24;
}
#content
{
	margin-right: 180px;
	margin-bottom: 10px;
	margin-left: 202px;
	height: auto;
	padding: 10px;
	overflow: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ed1b24;
}

#underheader {
	top: 110px;
	height: auto;
	width: 97.5%;
	position: absolute;
	right: 20px;
}
#rightarea {
	height: auto;
	width: 150px;
	position: absolute;
	right: 20px;
	top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ed1b24;	
}

#rightarea a, #rightarea a:link, #rightarea a:active,#rightarea a:visited 
{
	background-color: #ed1b24;
	color:White;
	
}

#rightarea a:hover
{
	background-color: #ed1b24;
	color:White;
	text-decoration:underline;
}

#rightarea ul {

	border-bottom: 1px solid #ed1b24;
	}

.news1 {
	margin-bottom: 10px;
	height: auto;
	width: 150px;
}
.news1title {
	height: 22px;
	width: 150px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-left: 20px;
	font-weight: bold;
	background-color: #ffdb00;
}
.news1textarea {
	background-color: #ed1b24;
	height: auto;
	width: 100%;
	padding: 10px;
	
}
/*#footer1 {
	height: auto;
	width: 100%;
	background-image: url(../images/footerback.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 3px;
	color: #FFFFFF;
}
.copyright {
	margin-top: 10px;
	height: 30px;
	width: 150px;
}*/
a {
	text-decoration: none;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #333333;
}
/*#leftarea a:link {
	font-weight: bold;
	color: #ed1b24;
}
#leftarea a:visited {
	font-weight: bold;
	color: #ed1b24;
}
#leftarea a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
#leftarea a:active {
	font-weight: bold;
	color: #ed1b24;
}

.leftnavbutton {
	height: auto;
	width: 175px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ed1b24;
	padding-bottom: 5px;
	padding-top: 5px;
}*/



	/**************** menu coding **************** http://www.tanfa.co.uk/css/examples/css-dropdown-menus.asp    */ 
	
#menu {
	width: 200px;
	text-align: left;
	margin-top: 3px;
}
#menu ul { 
	list-style: none;
	margin: 0; 
	padding: 0; 
}
#menu a, #menu h2 {
	display: block;
	margin: 0;
	padding: 2px 3px;
	line-height: 16px;
}
#menu h2 { 
	color: #FFFFFF; 
	background: Red; 
	text-transform: lowercase; 
}
#menu a
{
	background: White;
	margin: 1px;
	color: Red;
	border-bottom: Red 1px solid;
	text-decoration: none;
}

#menu a:hover
{
	color: #FFFFFF; 
	background: Red; 
	text-decoration: none; 
}
#menu li { 
	position: relative; 
}
#menu ul ul ul { 
	position: absolute; 
	top: 0; 
	left: 100%; 
	width: 100%; 
}
#menu ul ul ul li a
{

	background-color: Red;
	color:White;
	margin:0px
}

#menu ul ul ul li a:hover
{

	/**/
	background-color: #ffdb00;
	color:Red;
}

	div#menu ul ul ul, div#menu ul ul li:hover ul ul {display: none;}
	div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {display: block;}

	/*[if IE]*/
* #menu ul li {float: left; width: 100%;}
/*[if lt IE 7]*/
* body {behavior: url(csshover.htc);}
* #menu ul li {float: left; width: 100%;}
* #menu ul li a {height: 1%;}





/**************** end menu coding **********************/
.botleft
{
	font-size: 10px;
	padding-top: 9px;
	padding-bottom: 9px;

}



.headnavimage {
	vertical-align: middle;
}

/* Fix IE. Hide from IE Mac \*/
* html #rightarea { 	right: 0px; }
h5 {
	font-size: 1em;
}
.datecol1 {
	height: auto;
	width: 15%;
	float: left;
	padding-right: 10px;
}
.daterow {
	height: auto;
	width: 97.5%;
}
.datecol2 {
	height: auto;
	width: 30%;
	float: left;
	padding-right: 20px;
}
.bold {
	font-weight: bold;
}
.greyback {
	background-color:#CCCCCC;
	padding: 3px;
}
