body {
	background-color: #FFFFFF;
	margin: 0;
	}	
#MainTable {
	border: 1px;
	border-style: solid;
	border-top-style: none;
	border-color: #000000;
	padding: 0;
	}
#MainHeader {
  font-family: Verdana, Tahoma, Arial;
  background-color: #000095;
  color: #FFFFFF;
  font-size: 20px;
}
#MainBody {
	background-color: #FFFFFF;
}
#MainContent {
	font-family: Verdana, sans-serif, Tahoma, Helvetica;
	color: #333;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	}
#MainContent h1 {
	font-size: 22px;
	color: #333;
	border-bottom: 1px dashed #CCC;
	font-weight: normal;
	}
#MainContent h2{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	}	
#MainContent h3{
	font-size: 14px;
	color: #333;
	font-weight: bold;
	}	
#MainContent h4{
	font-size: 12px;
	color: #333;
	font-weight: bold;
	}		
#MainContent li {
	line-height: 18px;
}
#MainContent a:link, #MainContent a:visited {
	color: #000095;
	text-decoration: none;
	font-weight: bold;
	}
#MainContent a:hover {
	color: #000095;
	text-decoration: underline;
	font-weight: bold;
	}	
.RightBar {
	float: right;
	padding-left: 15px;
}
.CIRightBar {
	float: right;
	padding-left: 0px;
	border: 4px inset #77f;
	margin: 15px;
	margin-top: 5px;
}	
#LeftSideBar p {
	font-family: Verdana, Tahoma, sans-serif, Helvetica;
	color: #F5F5F5;
	font-size: 10px;
	padding: 6px;
	}
#LeftSideBar a:link, #LeftSideBar a:visited {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
	}
#LeftSideBar a:hover {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}				
#Footer {
	background-color: #707070;
	background-repeat: no-repeat;
	background-position: top;
	font-family: Verdana, Tahoma, sans-serif, Helvetica;
	font-size: 10px;
	color: #CCC;
	padding-top:18px;
	text-align: center;
	}
#Footer a:link, #Footer a:visited {		
	text-decoration: none;
	color:#CCC
	}
#Footer a:hover {		
	text-decoration: underline;
	color:#FFF
	}	

.inputbox {
	font-family: Verdana, Arial, sans-serif; font-size: 10px; width: 100px;
}
textarea {
	font-family: Arial, Verdana, Arial, sans-serif;
	font-size: 12px;
	width: 100% ;
}

#NormalList {
	list-style-position: outside;
	list-style-type: square;
	position: relative;
	height: auto;
	width: auto;
	left: 10px;
	visibility: visible;
}

#Menu {
	background: #000095;
}
#Menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	}
#Menu ul li {
	position: relative;
	}
#Menu li ul {
	position: absolute;
	left: 194px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}
/* Styles for Menu Items */
#Menu ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #000095; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #E5E5E5;
	border-left: 0;
	border-right: 0;	
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html #Menu ul li { float: left; height: 1%; }
* html #Menu ul li a { height: 1%; }
/* End */

#Menu ul li a:hover { color: #FFF; background: #343434; } /* Hover Styles */
		
#Menu li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
#Menu li:hover ul, li.over ul { display: block; } /* The magic */

#MenuBar {
	background-color: #000095;
	color: #fff;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#MenuBar td {
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
#MenuBar td .mi {
	border-left: 1px solid white;
}
#MenuBar a, #MenuBar a:visited {
	text-decoration: none;
	color: #fff;
}
#MenuBar td .mi:hover, .mi a.over {
	background-color: #303030;
}
/* Fix IE. Hide from IE Mac \*/
* html #MenuBar td { float: left; height: 1%; }
* html #MenuBar a { height: 1%; }
/* End */

.errormsg {
	color: red;
	font-weight: bold;
}

#Calendar {
	text-align: center;
	border: 4px outset #000095;
}
#Calendar td {
	border: 3px outset #0000ff;
	background: #e8e8e8;
}
#Calendar .m a, .m a:visited {
	text-decoration: none;
	font-weight: bold;
	padding: 8px;
	display: block;
}
#Calendar td a:hover, .m a.over {
	text-decoration: none;
	color: #fff;
	background: #444;
	display: block;
}
/* Fix IE. Hide from IE Mac \*/
* html #Calendar td { float: left; height: 1%; }
* html #Calendar a { height: 1%; }
/* End */

/* fix font size propagation for Opera */
.Signature {
	font-size: 9pt;
	text-align: left;
}

#BirthdayFrame {
	text-align: center;
	border: 4px outset #000095;
}
#BirthdayFrame td {
	border: 2px solid #000095;
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 18pt;
	color: #333;
	font-weight: bold;
}
#Birthday td {
	border: none;
	font-size: 12px;
	font-weight: normal;
	padding: 3px;
}
.Pager {
	font-size: 14pt;
	font-weight: normal;
}

.style1 { font-family: Verdana, Arial, Helvetica, sans-serif}
.style2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
.style3 { color: #0066CC; font-weight: bold; }
.style4 { font-family: Verdana, Arial, Helvetica, sans-serif; margin-left: 20px; }

.framed img {
	border: 4px inset #77f;
	margin: 4px;
	margin-top: 20px;
}
.framed p {
	text-align: center;
	width: 350px;
}
.framed td {
	vertical-align: top;
}

/* currency converter stuff */
.curtable {
	border: 2px solid;
}
.curtable td {
	border: 1px solid;
	padding: 2px;
	font-size: 11px;
	text-align: right;
	width: 45px;
}
.curheading {
	background-color: #c0c0c0;
}
.RightBarFramed {
	float: right;
	padding-left: 0px;
	border: 4px inset #77f;
	margin-bottom: 15px;
	margin-top: -15px;
	margin-left: 25px;
	margin-right: 25px;
}	
.RightImgFramed {
	padding-left: 0px;
	border: 4px inset #77f;
	margin: 15px;
	margin-top: 10px;
	margin-bottom: 5px;
}	
.RightImgCaption {
	padding-left: 0px;
	margin: 15px;
	margin-bottom: 5px;
	width: 180px;
	font-style: italic;
	margin-top: -5px;
	margin-left: 25px;
}	
.spicetable {
	border: 2px solid;
}
.spicetable td {
	border: 1px solid;
	padding: 2px;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}
.searchresult {
	width: 100%;
}
.searchresult thead {
	font-weight: bold;
	color: #fff;
	background-color: #9090c0;
}
.searchresult thead td {
	padding: 8px 2px;
}
.searchresult tbody td {
	vertical-align: top;
	padding: 2px 2px;
}
.searchresultodd {
	background-color: #d0d0e0;
}
.searchresulteven {
}
.survey {
	width: 70%;
	align: center;
}
.centered {
	text-align: center;
}
