body { 
    background: #EFEFEF url(/fend/images/bg-main.gif); 
    background-repeat: repeat-x;
    padding: 0px;
    margin: 0px;
}

h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
}

h1 {
    color: #DD500E;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
}

h2 {
    font-size : 13px;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #000000;
    text-decoration: none;
}

h2 a:link {
    font-size : 13px;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #515A66;
    text-decoration: none;
}

h2 a:active {
    font-size : 13px;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #515A66;
    text-decoration: none;
}

h2 a:hover {
    font-size : 13px;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #585E66;
    text-decoration: none;
}

h2 a:visited {
    font-size : 13px;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #515A66;
    text-decoration: none;
}

h3 {
    font-size : 13px;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #003366;
    text-decoration: none;
}

h3 a:link {
    font-size : 13px;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #003366;
    text-decoration: none;
}

h3 a:active {
    font-size : 13px;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #003366;
    text-decoration: none;
}

h3 a:hover {
    font-size : 13px;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #003366;
    text-decoration: none;
}

h3 a:visited {
    font-size : 13px;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #003366;
    text-decoration: none;
}

h4 {
    color: #5891E1;
    font-size: 14px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

h5 {
    font-size : 13px;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #ffffff;
    text-decoration: none;
}
p {
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: 12px; 
    color: #333; 
}

ul,ol,li {
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: 12px; 
    color: #666; 
}

a:link, a:visited, a:active { 
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: #D8632C;
    text-decoration: underline;
}

a:hover {
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: #D14300;
    text-decoration: underline;
}

a:link IMG, a:visited IMG { 
    BORDER-STYLE: none;
}

a IMG { 
    color: #FFFFFF;
}

/* hides the border in NS 4.x */

.hide {   
	DISPLAY: none;
    color: white;
}

#header { 
	position: absolute;
	top: 60px; 
	display: block;
}

#header h1{
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: 12pt;
    font-weight: bold; 
    color: #9E9E9E; 
    margin: 0px;
}

#content {
	top: 295px; 
    padding-left: 20px;
	padding-right: 15px;
}

#content p {
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: 12px; 
    color: #333; 
}

#content a:link, a:visited, a:active { 
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: #D8632C;
    text-decoration: underline;
}

#content a:visited { 
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: #D8632C;
    text-decoration: underline;
}

#content a:hover {
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: #D14300;
    text-decoration: underline;
}

.head a:link, a:visited, a:active { 
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: #D8632C;
    text-decoration: underline;
}

.head a:visited { 
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: #D8632C;
    text-decoration: underline;
}

.head  a:hover {
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: #D14300;
    text-decoration: underline;
}

#print {
    padding-top: 20px;
    padding-right: 15px;
}

#pagetitle { 
	position: absolute;
	top: 245px; 
	display: block;
	float:left;
	padding-left: 20px;
}

#pagetitle h1{
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: 15pt;
    font-weight: normal; 
    color: #DD500E; 
    margin: 0px;
}

#search {
	background: url(/fend/images/search.gif) left top no-repeat;
	height: 28px;
	padding-top: 29px;
	padding-bottom: 10px;
	padding-right: 28px;
}

.form { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    color: #000000; 
    border: 1px solid #000000; 
    background: white;
	padding-left: 2px;
}

#extracontent {
	background: #353535;
	border: 1px solid #737273;
    padding: 1px, 10px, 1px, 10px;
}

#extracontent p{
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    color: #CFCFCF; 
}

#newsletter {
	background: url(/fend/images/newsletter.gif) left top;
	background-repeat: repeat-x;
    padding-top: 70px;
	padding-left: 20px;
	padding-right: 20px;
    padding-bottom: 18px;
}

#bottomcopy {
    font-family: Verdana, rial, Helvetica, sans-serif; 
    font-size: 9px; 
    color: #fff;
	padding-top: 2px;
}

/* ------------------ Events Start -----------------------*/
#news {
	background: url(/fend/images/events.gif) left top;
	padding: 0 10px 0 10px;
}

.newsHeading {
    color: #B90800;
    font-weight: bold;
    font-size: 12px;
    font-family: arial;
    text-decoration: none;
}

.newsContent {
    color: #000000;
    font-weight: normal;
    font-size: 8pt;
    font-family: arial;
    text-decoration: none;
}

.newsParagraph {
    color: #646478;
    font-weight: normal;
    font-size: 11px;
    font-family: arial;
    text-decoration: none;
    margin-bottom: 10px;
    margin-top: 0px;
}

.newsMore {
    color: #F65300;
    font-weight: normal;
    font-size: 11px;
    font-family: arial;
    text-decoration: none;
}

a.newsMore:link {
    color: #F65300;
    font-weight: normal;
    font-size: 11px;
    font-family: verdana;
    text-decoration: none;
}

a.newsMore:visited {
    color: #F65300;
    font-weight: normal;
    font-size: 11px;
    font-family: verdana;
    text-decoration: none;
}

a.newsMore:hover {
    color: #B90800;
    font-weight: normal;
    font-size: 11px;
    font-family: verdana;
    text-decoration: underline;
}
/* ------------------ Events End -----------------------*/


/* ------------------ Bottom Nav Start -----------------------*/
#bottomlinks {
    color: #ADACAC;
    font-size: 12px;
    font-family: verdana;
	text-transform:uppercase;
    text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

#bottomlinks a:link, a:visited {
    color: #666666;
    font-weight: normal;
    font-size: 9px;
    font-family: verdana;
    text-decoration: none;
}

#bottomlinks a:hover {
    color: #CBCBCB;
    font-weight: normal;
    font-size: 9px;
    font-family: verdana;
    text-decoration: underline;
}
/* ------------------ Bottom Nav End -----------------------*/



/* ------------------ Contact Form Start -----------------------*/
.formmail_error_heading  {
  color: #C00000;
}

.formmail_error_body {
  color: #000000;
}

.formmail_heading {
  color: #000000;
  font-weight: bold;
}

.formmail_item_name {
  color: #000000;
  font-weight: bold;
}

.formmail_item_value {
  color: #000000;
}
/* ------------------ Contact Form END -----------------------*/


/*------------------ Video Player START -----------------------*/
div.flv-player{
	background: #000 url(/fend/images/vid_play.gif) no-repeat center;
}

div.flv-player a{
	display: block;
	background: url(/fend/images/vid_botleft.gif) no-repeat bottom left;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

div.flv-player a span{
	display: block;
	background: url(/fend/images/vid_botright.gif) no-repeat bottom right;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
/*------------------ Video Player END -----------------------*/
/* -------------- sitemap styles -------------- */
ul#sitemap{
	list-style: none;
	margin: 0;
}
ul#sitemap li{
	list-style: none;
	font-weight: bold;
	line-height: 20px;
	border-top: 1px solid #666;
}
ul#sitemap ul{
	margin: 0 0 0 15px;
}
ul#sitemap ul li{
	font-weight: normal;
	border: none;
}

div#mapshell{
	height: 320px;
	margin-left: 40px;
	border: 1px solid #e1e1e1;
}