@font-face {        
      font-family: Monotype Corsiva;
      src: url("/fonts/MTCORSVA.ttf");
    }


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #eaeefd;
}
.oneColLiqCtrHdr #container {
	width: 90%;  /* this will create a container 90% of the browser width */
	background: #eaeefd;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width: 1000px;
}

#menu {
	position: relative;
	left: 16px;
	font-style: italic;
	font-family: Monotype Corsiva, Script MT Bold;
	font-size: 22px;
	font-weight: bold;
	height: 43px;
	margin: 0 -140px 0 0;
	z-index: 2;
}

#menu li {
	float: left;
	display: block;
	height: 33px;
	background: #93a8f7 url('/images/menu_bg.png') repeat-x 0 0;
	width: 12.25%;
	margin: 0 1px 0 1px;
	padding-top: 10px;
	z-index: 2;
	position: relative;
}

#menu li a,#menu li span {
	text-align: center;
	background: url('/images/note.png') no-repeat 5px -7px;
	display: block;
	color: black;
	text-decoration: none;
}

#menu li a:hover,#menu li span {
	color: #003da9;
	text-decoration: none;
}

#menu li ul {
	display: none;
	position: absolute;
	width: 14%;
	width: 100%;
	left: 0;
	top: 43px;
	overflow: hidden;
	margin-left: -1px;
	border-right: 1px solid #e7d0b7;
	overflow: hidden;
	margin-top: -1px;
	z-index: 13;
	font-size: 0.8375em;
}

#menu li:hover ul {
	display: block;
}

#menu li ul li {
	margin-bottom: -1px;
	margin-top: 1px;
	float: none;
	height: auto;
	width: 100%;
	background: #93a8f7 url('/images/submenu_bg.png') repeat-y 0 0;
	padding: 4px 0 3px 0;
	font-size: 14px;
	text-align: left;
}

#menu li ul li a {
	background-image: url('/images/submenu_bg.png');
	background-position: 50% 100%;
	background-repeat: no-repeat;
	padding: 5px 0 5px 0;
	text-align: left;
	padding-left: 4px;
}

.oneColLiqCtrHdr #header {
	background: #eaeefd;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #languagelink {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 10px ; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #eaeefd;
	text-align: left;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#eaeefd;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.banner{
	background-color: #eaeefd;
}
#menu {
	padding: 10px 0;
	background-color: #eaeefd;
}
a:link {
	color: #000000;
}

.bodytitle {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: large;
}

.bodyparagraph {
	text-indent: 25px;
}

#photo {
	margin: 0;
	padding: 0;
	background-color: #eaeefd;
	color: #eaeefd;
	border: 20px solid #eaeefd;
	align: left;
}

#list {
	list-style-type: disc;
}

.style1 {font-weight: bold}
.style2 {font-weight: bold; }
.style4 {
	font-weight: bold;
	font-size: xx-small;
}
.style6 {font-size: xx-small }
