
.bodytext {
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.title { font-family: Trebuchet MS; font-size: 26px; font-weight: normal; color: #5a90dd; }
.subtitle { font-family: Trebuchet MS; font-size: 12px; font-weight: normal; color: #003D73; }
.text13 { font-family: Trebuchet MS; font-size: 13px; font-weight: bold; color: #303e54; }
.text13blue { font-family: Trebuchet MS; font-size: 13px; font-weight: bold; color: #0c2952; text-decoration: none; }
.downlinkstext { font-family: Trebuchet MS; font-size: 10px; font-weight: bold; color: #497cca; text-decoration: none; }
.text16blue { font-family: Trebuchet MS; font-size: 16px; font-weight: bold; color: #0c2952; text-decoration: none; }

.text13Red {
	font-family: Trebuchet MS;
	font-size: 13px; font-weight: bold; color: #D80004;
}
.text16Red {
	font-family: Trebuchet MS;
	font-size: 16px; font-weight: bold; color: #D80004;
}
.white11bold{
	font-family: Trebuchet MS;
	font-size: 11px; font-weight: bold; color: #FFFFFF;
}

.backpage {
	background-image: url(elements/backpage.jpg);
	background-repeat: repeat-x;
}
.backmmainhp {
	background-image: url(elements/back_homemain.jpg);
	background-repeat: no-repeat; width: 980px; height: 309px;
}
.backmmaintop {
	background-image: url(elements/back_main_top.jpg);
	background-repeat: no-repeat; width: 980px; height: 180px;
}
.backmmainbottom {
	background-image: url(elements/back_main_bottom.jpg);
	background-repeat: no-repeat; width: 980px; height: 104px;
}
.backmenu {
	background-image: url(elements/m_top2_back.jpg);
	background-repeat: no-repeat; width: 188px;
}
.textform {font-family: Trebuchet MS; font-size: 11px; font-weight: normal; color: 005353;}
.formstar {font-family: Trebuchet MS; font-size: 11px; font-weight: normal; color: CC0000;}
.text14RedBold {font-family: Trebuchet MS; font-size: 14px; font-weight: bold; color: E20000;}
.scrolling-message {font-family: Trebuchet MS; font-size: 11px; font-weight: normal; color: FFFFFF;}
.photo {margin: 0px 10px 10px 0px; clear: right; float: left;}

.orangeline { 
	border-right-width: 5px; border-right-style: solid; border-right-color: ea5800;
}

.yellowline { 
	border-right-width: 5px; border-right-style: solid; border-right-color: eac600;
}


/******** IMAGE GALLERY FUNCTION ********/
.imagegallery { border: 1px solid #D3D3D3; }
.imageborder { border: 3px solid #FFFFFF; }

/******** LIST RECORDS FUNCTION ********/
.listtable { border: 1px solid #FFFFFF; background-color: FFFFFF; width: 100%;}
.listResTable { 
	border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: C6C6C6;
	height: 30px; width: 100%;
}
.listnum { 
	background-color: FFFFFF; 
	font-family: Trebuchet MS;
	font-size: 12px; font-weight: bold; color: #D80004;
	width: 40px; text-align: center;
}
.date { font-family: Trebuchet MS; font-size: 10px; font-weight: normal; color: #424244; }
a.listLink { padding-left: 0px; font-family: Trebuchet MS; font-size: 12px; font-weight: normal; color: #000066; text-decoration: none;}
a:hover.listLink { padding-left: 0px; font-family: Trebuchet MS; font-size: 12px; font-weight: normal; color: #FF0000; text-decoration:underline;}

.filesize { width: 50px; padding-left: 0px; text-align: center;
	font-family: Trebuchet MS; font-size: 12px; 
	font-weight: normal; color: #1D3A55;
}
.tablepanel { background-color: FFFFFF; width:100%; border: 0px solid #CC0000; }
.textpanel {font-family: Trebuchet MS; font-size: 11px; font-weight: normal; color: #1D3A55; }
.submitpanel {font-family: Trebuchet MS; font-size: 11px; font-weight: bold; color: #1D3A55; }

/* ********* *********** ********** */
/* ********* MENU STYLES ********** */
/* ********* *********** ********** */
#menu ul { margin: 0; padding: 0; list-style: none; 
	width: 140px; /* Width of Menu Items */ 
	border-bottom: 0px solid #ccc; BACKGROUND: #FFF4D4;
}  

#menu ul li { position: relative; } 

#menu li ul { position: absolute; 
	width: 170px; left: 139px; /*Set 1px less than menu width */ 
	top: 0; display: block; 
} 

#menu li:hover ul { display: block; } 
#menu li:hover>ul { visibility:visible; } 
#menu ul ul { visibility:hidden; } 

/* Fix IE. Hide from IE Mac \*/ 
* html #menu ul li { float: left; height: 1%; } 
* html #menu ul li a { height: 1%; } 
/* End */ 

/* Make-up syles */ 

#menu ul, li { margin: 0 0 0 0; } 

/* Styles for Menu Items */ 
#menu ul a { display: block; text-decoration: none; background: #FFF4D4; 
	FONT: 10px/10px Verdana; COLOR: #B64000; font-weight: bold;
	padding: 5px; border: 0px solid #ccc; border-bottom: 0; 
} 

/* Hover Styles */ 
#menu ul a:hover { color: #E2144A; }

/* Sub Menu Styles */ 
#menu li ul a { text-decoration: none; color: #B64000; background: #FFF4D4;
	padding: 5px; border: 1px solid #ccc; border-bottom: 0; 
} 

/* Sub Menu Hover Styles */ 
#menu li ul a:hover { color: #2A4966; background: #f9f9f9; } 

/* Icon Styles */ 
#menu ul a.submenu {background:#FFF4D4 url("r_arrow.gif") no-repeat right; } 
#menu ul a.submenu:hover {background:#FFF4D4 url("r_arrow.gif") no-repeat right;}
