body {
  background-image: none;
  margin:30;
  padding: 0px 0px;
  text-decoration: none; 
  color: #000000; 
  font-size: 14px; 
  font-family: Trebuchet MS; 
  font-weight: bold  }
	
a:link {
  color: #000000;
  text-decoration:underline;
}

a:visited {
  color: #6728B2;
	text-decoration:underline;
}

a:hover {
  color: #6699CC;
    text-decoration:underline;
}
	
a img {
  border-width:0;
}

.mainpageborder {background-color: #6699CC;}

.bodytext {
  text-decoration: none; 
  color: #000000; 
  font-size: 14px; 
  font-family: Trebuchet MS; 
  font-weight: bold; 
	text-align: left;
}

.bodytextc {
  text-decoration: none; 
  color: #000000; 
  font-size: 14px; 
  font-family: Trebuchet MS; 
  font-weight: bold; 
	text-align: center;
}

a.bodytextlink	{
  color: #000000;
  text-decoration:underline;
	font-size: 14px; 
  font-family: Trebuchet MS; 
  font-weight: bold  
}

a.bodytextlink:visited {
  color: #6728B2;
	text-decoration:underline;
}

a.bodytextlink:hover  {
  color: #6699CC;
  text-decoration:underline;
}

a.menulink1 { 
  text-decoration: none; 
  color: #0F2943; 
  font-size: 14px; 
  font-family: Trebuchet MS; 
  text-align: center; 
  letter-spacing: 6px; 
  font-weight: bold;
  text-align: left;
}     

a.menulink1:hover {
  text-decoration: underline; 
  color: #0F2943;
  text-align: left;
}

.menubar { 
  text-decoration: none; 
	color: #0F2943; 
	font-size: 13px; 
	font-family: Trebuchet MS; 
	text-align: center; 
	font-weight: bold;
	text-align: left;
}      

.bodytexttitle { text-decoration: none; color: #000000; font-size: 21px; font-family: 
               Trebuchet MS; letter-spacing: 3; font-weight: bold; text-align: center;}
							 
.textphone { text-decoration: none; color: #000000; font-size: 20px; font-family: 
               Trebuchet MS; letter-spacing: 7} 
				 
.bodytextbig {
  text-decoration: none; 
  color: #000000; 
  font-size: 14px; 
  font-family: Trebuchet MS; 
  font-weight: bold; 
	letter-spacing: 2;
}						 

h1 {
  text-decoration: none; 
  color: #000000; 
  font-size: 26px; 
  font-family: Trebuchet MS; 
  font-weight: bold ;
	letter-spacing: 2;
}

.bannert {
  text-decoration: none; 
  color: #FF9900; 
  font-size: 27px; 
  font-family: Trebuchet MS; 
  font-weight: bold;
  letter-spacing: 6px;
  text-align: center;
}

.bannerc {
  text-decoration: none; 
  color: #0F2943; 
  font-size: 40px; 
  font-family: Trebuchet MS; 
  font-weight: normal;
  letter-spacing: 5px;
  text-align: center;
}

.bannerc2 {
  text-decoration: none; 
  color: #0F2943; 
  font-size: 22px; 
  font-family: Trebuchet MS; 
  font-weight: normal;
  letter-spacing: 10px;
  text-align: center;
}

.amp{
  text-decoration: none; 
  color: #0F2943; 
  font-size: 40px; 
  font-family: Arial; 
  font-weight: normal;
  letter-spacing: 2px;
  text-align: center;
}


/* Pages Menu */
#Menu {
	position: relative;
	top: -2px;
	clear: both;
	float: left;
	width: 105px;
	height: 24px;
	display: inline;
	z-index: 10;
}

#Menu ul { /* Top level list */
	margin: 0;
	padding: 0;
	list-style: none;
	width: 105px;
}

#Menu li { /* Top level list item */
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

#Menu li.HasSubMenu { /* Top level list item with sub nav */
	background: url(images/arrow.gif) 100% 0 no-repeat;
}

#Menu li a { /* List item link */
	display: block;
	height: 30px;
	text-decoration: none; 
	color: #0F2943; 
	font-size: 14px; 
	font-family: Trebuchet MS; 
	font-weight: bold; 
	letter-spacing: 6px; 
	display: block;
	text-align: left;
	padding: 6px 13px 0 13px;
}

#Menu li.HasSubMenu a { /* List item link with sub nav */
	padding: 6px 23px 4px 13px;
}

#Menu li.First a {
}

#Menu li ul { /* Sub list */
	float: left;
	position: absolute;
	left: 0;
	top: 34px;
	width: 260px;
	display: none;
	text-align: left;
	background: url(images/sublist.gif) 100% 0 no-repeat;
	padding: 6px 0 10px 0;
	z-index: 10;
}

#Menu li ul li { /* Sub list item */
	clear: both;
	color: #FFFFFF;
	text-align: left;
	background-image: none;
	font-size: 14px;
}

#Menu li ul li a { /* Sub list item link - Same width as li ul */
	color: #FFFFFF;
	padding: 2px 10px 0 10px;
	width: 224px;
	height: auto;
	background-image: none;
}

#Menu li ul li a:hover {
	background-color: #FF9900;
}

#Menu li:hover { /* List item rollover */
	background-position: 100% -100px;
}

#Menu li:hover a, #Menu li.over a{ /* List item link rollover */
	background-position: 0 -100px;
	color: #FFFFFF;
	text-decoration: none; 
	font-size: 14px; 
	font-family: Trebuchet MS; 
	font-weight: bold; 
	letter-spacing: 6px; 
	display: block;
	text-align: left;
}

#Menu li:hover ul, #Menu li.over ul {
	display: block;
}
/* Holly Hack. IE Requirement \*/
* html #Menu ul li { float: left; height: 1%; }
* html #Menu ul li a { height: 1%; }
/* End */
* html #Menu li:hover , * html #Menu li.over { /* List item link rollover */
	background-position: 100% -100px;
}
