@charset "utf-8";
/* CSS Document */
.alert{
	color:#590000;
	font-weight:bold;
	font-style:normal;
	}
body{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#d6d2c3;
	font-family:Arial, Helvetica, sans-serif;
	font-style:oblique;
	color:#444444;
	font-size:0.9em;
	}
#clear{
	clear:both;
	}
#flashcontent {
	position:relative;
	clear:none;
	float:left;
	margin:0 0 0 125px;
	height: 500px;
	width:560px
	}
#gallery{
	text-align:center;
	}
#gallery img{
	border:1px solid #c0baa2;
	padding:3px;
	margin:2px;
	}
h2{
	margin-top:0;
	}
#wrapper{
	position:relative;
	width:800px;
	margin:auto;
	margin-top: 10px;
	
	}
#header{
	height:174px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	border: 3px solid #fff;

	}
#nav{
	height:25px;
	background-image:url(images/navbg.jpg);
	background-repeat:repeat-y;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	}
	#nav ul{
	list-style-type:none;
	margin-left:320px;
	padding-top:4px;
	}
	#nav a{
	color:#201957;
	text-decoration:none;
	}
	#nav a:hover{
	text-decoration:underline;
	}
	#nav ul li{
	float:left;
	padding-right:15px;
	padding-left:15px;
	display:block;
	cursor:pointer;}
	#nav ul li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left:-15px;
	width: 12em;
	float: left;	}
	#nav ul li ul li{
	width: 10em;	}
	#nav ul ul a{
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	padding: 5px 3px;
	color: #000;
	background: #bab299;
	text-decoration: none;	}
	#nav a:hover {
	text-decoration:underline;	}
	#nav ul li ul {
	position: absolute;
	z-index: 500;	}
	div#nav ul ul
	{display: none;}
	div#nav ul li:hover ul
	{display: block;}
#mid{
	margin-top:5px;
	}
#side{
	width:300px;
	float: left;
	}
#content{
	background-color:#fff;
	margin-left: 302px;
	border: 3px solid #bab299;
	padding: 10px;
	min-height: 372px;
	}
#content2{
	background-color:#fff;
	border: 3px solid #bab299;
	padding: 10px;
	min-height: 372px;
	}
#side img{
	border:3px solid #fff;
	margin-bottom: 2px;
	}
 .offLeft {
    position: absolute;
    left: -1000px;
    width: 100px;
 }
h1{
	padding:0;
	margin:0;
	font-size:12px;
	}
h1.imgR {
	background:url(images/title.gif);
	width:269px;
	height:25px;
	text-indent:-9999px;
	position:absolute;
	top:180px;
	left:16px
}
.subject{
	display:none;
	}
p{
	line-height:1.7em;
	}

