body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000066;
	background-color: #000066;
	font-family: "Trebuchet MS", Helvetica, "Courier New", sans-serif;
	font-size: 100%;
	background-image: url(../images/bg3.gif);
}

a:link{
	color: #000066;
	text-decoration: none;
}

a:visited{
	color: #000066;
	text-decoration: none;
}

a:hover{
	color: #990033;
	text-decoration: none;
}

h1{
	font-size: 140%;
	color: #A68462;
}

h2{
	font-size: 125%;
	color: #990033;
}

h3{
	font-size: 115%;
	color: #000066;
	text-align: center;
}

h4{
	font-size: 100%;
	color: #A68462;
}

.twoColFixLt #container {
	width: 880px;
	background: url(../images/Border1.png) no-repeat;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 700px;
}

.twoColFixLt #sidebar1 {
	float: left;
	width: 300px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-left: 20px;
}

.twoColFixLt #mainContent {
	float: right;
	width: 400px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 40px;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 105px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
}

.copyright {
	color: #FFFFFF;
	font-size: x-small;
}

#address {
	width: 250px;
	font-size: x-small;
	font-weight: bold;
	margin-top: 260px;
	padding-left: 18px;
}

.navholder {
	width: 250px;
	float: left;
	font-size: 12px;
	font-weight: bolder;
	line-height: 13px;
}

ul {
	width: 170px;
	height: 225px;
}

li {
	list-style: none;
	position: relative;
}

ul a {
	display: block;
	vertical-align: bottom;
	text-align: left;
	text-decoration: none;
}

ul ul {
	position: absolute;
	left: -3000px;
	background-image: url(../images/flyout_border1.gif);
	background-repeat: no-repeat;
	padding-top: 17px;
}
		
ul li:hover ul {
	left: 105px;
	top: 4px;
	padding-right: 4px;
	padding-left: 15px;
}

ul a:hover {
	text-decoration: none;
}

.style1 {color: #990033
}

.style3 {
	color: #A68462;
	font-weight: bold;
}

.style4 {font-size: x-small
}

.style5 {font-size: small
}

hr {
	color: #fff; 
	background-color: #fff; 
	border: 4px dotted #ddf; 
	border-style: none none dotted;
}
