
body {
	background-color: #636d85;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666666;
}
#container{
	width: 750px;
	background-color: #FFFFFF;
	margin: auto;
	border: solid 1px #b5b9c2;
	padding: 10px;
}
#logo{
	width: 254px;
	height: 217px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	border:solid 1px #FFFFFF;
	float: left;
}
#logo h1, #logo p{
	text-indent: -90000em;
}
#pic{
	display: inline;
}
#pic p{
	margin: 0px;
	padding: 0px;
}
#nav_container{
	clear:both;
	border-top: solid 3px #8c9099;
 	background-image:url(../images/nav_bg.gif);
	background-repeat:repeat-x;
	background-position: top left;
	height: 30px;
}
#nav_container ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav_container li{
	float: left;
	position: relative;
}
#nav_container ul li a{
	display: block;
	text-decoration: none;
	text-indent: -9000em;
	line-height: 30px;
	color: #464647;
}
#nav_container ul li ul li a{
	text-indent: 0em;
	background-image: none;
	padding: 0.1em;
	padding-left: 10px;
	padding-right: 10px;	
	border-top: solid 1px #a1a4ad;
	width: 180px;
}
#nav_container ul li ul li a:hover{
	text-decoration: underline;
}
#nav_container li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	background-color: #c2c5cc;
	width: 200px;
}
#nav_container li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
#nav_container li:hover ul, #nav_container li.over ul { /* lists nested under hovered list items */
	display: block;
}
.divide{
	background-image:url(../images/nav_divide.gif);
	background-repeat:no-repeat;
	background-position: top left;
	padding-left: 1px;
}
.clear{
	clear: both;
}	
#nav_1 a{
	background-image:url(../images/nav_1.gif);
	width: 97px;
}
#nav_2 a{
	background-image:url(../images/nav_2.gif);
	width: 117px;
}
#nav_3 a{
	background-image:url(../images/nav_3.gif);
	width: 125px;
}
#nav_4 a{
	background-image:url(../images/nav_4.gif);
	width: 109px;
}
#nav_5 a{
	background-image:url(../images/nav_5.gif);
	width: 104px;
}
#nav_6 a{
	background-image:url(../images/nav_6.gif);
	width: 125px;
}
#content{
	width: 448px;
	float: left;
	padding: 25px;
}
#flash{
	width: 241px;
	height: 347px;
	background-image:url(../images/flash_dummy.gif);
	background-repeat:no-repeat;
	float:right;
	margin-top: 10px;
}
.title{
	text-indent: -90000em;
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
	height: 33px;
}
h2{
  font-family: "Georgia";
	font-size: 200%;
	color: #464F66;
}
h3{font-family: "Georgia";
	font-size: 125%;
	margin-bottom: 5px;
	color: #464F66
}
h4{font-family: "Georgia";
	font-size: 125%;
	margin-bottom: 5px;
	color: #464F66;
}
#title_welcome{
	background-image:url(../images/title_welcome.gif);
}
#footer{
	width: 730px;
	margin: auto;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	color: #a6adbf;
	padding: 20px;
	padding-top: 15px;
}
a{
	text-decoration: none;
	color: #464F66;
	}
a:hover{
	text-decoration: underline;
	color: #333333;
}
#footer a{
	text-decoration: none;
	color: #a6adbf;
}
#footer a:hover{
	text-decoration: underline;
}
#copyright{
	float: left;
}
#credit{
	float: right;
	text-align:right;
}