body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	padding-top: 0px;
	margin: 0px;
	padding-left: 0px;
	text-align: center;
	background-image: url(../images/background1white.gif);
	background-repeat: repeat-x;
}

/* Positioning css */
#wrapper { min-width: 400px; }
          /* Always good to have on full width liquid CSS layouts, 
             google "min-width IE" for JS solutions there */

/* Setup (This all looks neater when it isn't put on display!) */

#wrapper {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #009900;
	border-left: 1px solid #009900;
	background-color: #FFFFCC;

}

#header {
	width: 760px;
	height: 96px;
	text-align: left;
	vertical-align: top;
	background-image: url(../images/background1white.gif);
	background-repeat: repeat-x;


}

#outer {
}

#outer {
	width: auto;
}

#inner {
 margin: 0; width: 100%; 
}

#maincontent {
	text-align: justify;
	position: relative;
}

#footer {
	width: 760px;
	color: #FFFF99;
	font-size: 65%;
	padding-top: 8px;
	clear: both;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #006600;
	position: relative;
	left: 0px;
	top: -200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
	background-color: #006600;
}

.rightimage110 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;


}

#menu1 {
	position: relative;
	left: 0px;
	top: 0px;

}
#menu2 {
	position: relative;
	left: 0px;
	top: 0px;
}

#righttext {
	position: relative;
	left: 240px;
	top: -220px;
	width: 510px;

}
#righttext ul {
	padding-bottom: 1em;
}
#righttext li {
	margin-bottom: .5em;
}



p {
	font-size: 80%;
}

h1 {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 4px;
	background-color: #009900;
	text-align: center;
	padding-top: 4px;
}
h2 {
	font-size: 90%;
	font-weight: bold;
}
h3 {
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 2px;
}

.logo {
	float: left;
	width: 120px;
	margin-left: 8px;
}

.topcontact {
	text-align: center;
	float: right;
	width: 110px;
	font-size: 70%;
	line-height: 16px;
	padding-top: 3px;

}


/*         --------------- link formatting -------------------            */
a:link {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	color: #003399;
	text-decoration: underline;
}

#navbar a {
}
#navbar a:hover {
	text-decoration: underline;
	color: #FF6600;
}
#navbar a:active {
	text-decoration: underline;
	color: #FF6600;
}

/*         --------------- End of link formatting -------------------            */

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.rightimage110 {
	float: right;
	width: 110px;
	text-align: center;
	margin-left: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #006600;
	font-size: 60%;

}
.imi {
	font-weight: bold;
	color: #003366;

}
.newsflash {
	font-size: 90%;
	float: right;
	width: 140px;
	font-weight: bold;
	border: 1px solid #CC0000;
	padding: 6px;
	text-align: center;
	margin-left: 10px;
	background: #FFCCCC;
}
.new {
	color: #CC3300;
}

#notice {
	border: 2px solid #990000;
	font-size: 70%;
	background: #FFFFFF;
	width: 320px;
	text-align: center;
	padding: 8px;
	position: absolute;
	left: 300px;
	top: 82px;
	z-index: 1;
}
