body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}

/* stops shorter pages from jumping when there is no scrollbar 
html { min-height:100%; margin-bottom:1px; }*/


/*** Heading styles ***/

h1 {
 	color: #000000;
	font-size: 24px;
	margin:0;
}
 
h2 {
 	color: #000000;
	font-size:20px;
	margin:0;
}
 
h3 {
 	color: #000000;
	font-size: 18px;
	margin:0;
}

/*** Normal href link styles ***/
a:link {
	text-decoration: none;
	color: #c64934;
}

a:visited {
	text-decoration: none;
	color: #c64934;
}

a:hover {
	text-decoration: none;
    color: #ea9300;
}

a:active {
	text-decoration: none;
	color: #c64934;
}

/*** Class styles ***/
#textboxheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: 91792a;
}
#pagetitle h1 {
 	color: #660000;
	font-size: 22px;
	margin:0;
}
#pagetitle h2{
 	color: #660000;
	font-size: 18px;
	margin:0;
}
#pagetitle h3{
 	color: #000000;
	font-size: 16px;
	margin:0;
}
#pagetitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #660000;
	text-transform: uppercase;
	border: 1px solid #999999;
}
#pagetitle a:link {
	color: #0000CC;
	text-decoration: none;
}

#pagetitle a:visited {
	color: #0000CC;
	text-decoration:  none;
}
#pagetitle a:active {
	color: #0000CC;
	text-decoration: none;
}
#pagetitle a:hover {
	color: #660000;
	text-decoration: underline;
	
}

/* A style that looks like the list style but is not used in a list.  */
.littleRed {
	padding-left: 0px;
	padding-bottom: 2px;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #c64934;
	text-align: left;
	text-decoration: none;
}
.littleRed a:link {
	font-size: 11px;
	font-weight: bold;
	color: #c64934;
	text-decoration: none;
}
.littleRed a:hover {
	font-size: 11px;
	font-weight: bold;
    color: #ea9300;
	text-decoration: none;
}


/*** Box outline ***/
.outline {
   border: 1px solid #cccccc;
   background: #ffffff;
   padding: 2px;  
}

/*** Navigation table style ***/

ul#mainnav {
    list-style: none;
	margin: 0;
	padding: 0;
}

ul#mainnav ul.subnav {
    list-style: none;
	margin: 0;
	padding: 0;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/menu_main.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ccc;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	background: url(../images/menu_main_over.png) no-repeat;
	text-decoration: none;
	color: #fff;
}

a.mainlevel#active_menu {
	color:#fff;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #fff;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 18px;
	background: url(../images/menu_sub.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #c64934;
	text-align: left;
	text-decoration: none;
}

a.sublevel:hover {
    color: #ea9300;
	background: url(../images/menu_sub_over.png) no-repeat;
	text-decoration: none;
}

a.sublevel#active_sub1_menu {
	color: #ea9300;
	background: url(../images/menu_sub_over.png) no-repeat;
}

a.search:link, a.search:visited {
	font-weight: bold;
	color: #c64934;
}

a.search:hover {
	color: #ea9300;
}

/*** News items formatting ***/

ul#newsitems {
    list-style: none;
	margin: 0;
	padding: 0;
}

a.newsitem_date:link, a.newsitem_date:visited {
	padding-left: 18px;
	padding-bottom: 2px;
	background: url(../images/menu_sub.png) no-repeat;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #c64934;
	text-align: left;
	text-decoration: none;
}

a.newsitem:link, a.newsitem:visited {
	font-size: 11px;
	font-weight: bold;
	color: #c64934;
	text-align: left;
	text-decoration: none;
}

a.newsitem:hover {
    color: #ea9300;
	text-decoration: none;
}


/*** List Items ***/

/* Similar to news items, but without the date component */

ul#listitems {
    list-style: none;
	margin: 0;
	padding: 0;
}

a.listitem:link, a.listitem:visited {
	padding-left: 18px;
	background: url(../images/menu_sub.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #c64934;
	text-align: left;
	text-decoration: none;
}

a.listitem:hover {
    color: #ea9300;
	background: url(../images/menu_sub_over.png) no-repeat;
	text-decoration: none;
}

