@charset "utf-8";
body {
	margin: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	color: #ffffff;
	background-color: #455a21;
	font-style: italic;
}

#flashContent {
	display:block;
	margin: 0 auto;
	background-color: #455a21;
	text-align:center;
	}
	

img {	
	behavior: url(iepngfix.htc);
	
}

.right {
	padding: 5px 5px 5px 20px;
	float:right;
	}
.left {
	padding: 5px 20px 5px 5px;
	float:left;
	}
.center {
	display:block;
	margin:0 auto;
	}

a img {border: none; }

a:link, ul li a {
	color: #7cb2ce;
	text-decoration: none;
	}
 
a:visited {
	color: #7cb2ce;
	text-decoration: none;
	}

a:hover, ul li a:hover {
	color: #F06842;
	}

a:active {
	color: #0000FF;
	}
	
#tl {
	background-image:url(images/tlcorner1.png);
	background-repeat:no-repeat;
	display:block;
	width:83px;
	height:92px;
	float:left;
	margin: 0;
	position:absolute;
}
*html #tl {
	background-image:url(images/tlcorner1.png);
	}

#tr {
	background-image:url(images/trcorner1.png);
	background-position:right;
	background-repeat:no-repeat;
	width:83px;
	height:92px;
	right: 0%;
	margin: 0;
	position:absolute;
	float:right;
	clear:right;
}
*html #tr {
	background-image:url(images/trcorner1.png);
	}	
#bl {
	background-image:url(images/blcorner.png);
	background-repeat:no-repeat;
	width:83px;
	height:92px;
	position:relative;
	left:0%;
	margin: 0;
}
*html #bl {
	background-image:url(images/blcorner.png);
	}
#br {
	background-image:url(images/brcorner.png);
	background-position:right;
	background-repeat:no-repeat;
	width:83px;
	height:92px;
	left:83px;
	margin: 0;
	position:relative;
	}	
*html #br {
	background-image:url(images/brcorner.png);
	}

#topborder, #btmborder {
	background-repeat:repeat-x;
	background-position:top;
	height: 35px;
	width:100%;
	display:block;
	margin:0 auto;
	}
	
#topborder {
	background-image:url(images/topborder.png);
}
#btmborder {
	background-image:url(images/btmborder.png);
	background-position:bottom;
	height:92px;
	margin-top:50px;
	width:100%;
}	

#content {
	width: 85%;
	margin: 0 auto;
}
	
.COTS {
	font-size:1.4em;
	font-weight:bold;
	}	
	
#logo {
	position:absolute;
	left:5em;
	width:255px;
	height:320px;
	}

#logo img {
	height:75%;
	width:75%;
	}

h1 {
	font-family: "French Script MT", "Brush Script MT", serif;
	font-size: 3.5em;
	text-align : center;
	}

h2 {
	font-size: 1.3em;
	}
	
#navmenu {
	text-align:center;
	margin: 0em;
	padding: 0.2em 0.2em;
	width: 100%
	}
	
	
	
#navmenu li {
	display:inline;
	font-size:1.25em;
	margin: 0;
	margin-bottom: 1.5em;
	list-style:none;
	height:50px;
	line-height:2.5em;
	list-style:none;
	}

.bordertop {
	position:relative;
	top:150px;
	clear:left;
	margin:0 auto;
	width:85%;
	background-image:url(images/menuborder.png);
	background-repeat:repeat-x;
	background-position:top;
	}
.borderbottom {
	margin:0 auto;
	background-image:url(images/menubtm.png);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-bottom: 0.5em;
	}

#navmenu a {
	padding:0.1em 1em;
	color:#ffffff;
	height:100%;
	width:100%;
	}
	
#navmenu a:hover {
	color: #7cb2ce;
	}
		
#wrapper {
position:relative;
top:150px;
width: 75%;
margin: 0 auto;
min-height: 550px;
}

dl li {
	list-style: none;
	padding: 0.3em 0;
	font-size:1.3em;
	}
#content #wrapper h3 {
	text-align: center;
}
