/* {zoom:1}*/
h1 {
	color: #174871;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 16px;
	color: #333333;
	border-bottom: solid #333 1px;
}
h3 {
	font-size: 14px;
}
body {
	background-color: #174871;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	background-image: url(images/wrapper_bg.jpg);
}
#header {
}
#topnav {
	background-color: #DAD6B1;
	text-align: center;
	padding: 10px 0;
}
#topnav ul {
	margin: 0;
	padding: 0px;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-variant: small-caps;
}
#topnav ul li {
	display: inline;
	padding: 0 10px;
	border-right: solid #174871 1px;
}
#topnav ul li a {
	color: #174871;
	text-decoration: none;
}
#topnav ul li a:hover {
}
#topnav ul li.nob {
	border-right: solid 0px;
}
#sidebar {
	float: left;
	width: 285px;
	padding: 20px;
	z-index:1;
}
#flash {
	float: right;
	width:475; 
	height:430;
	z-index:2;
}
#content {
	padding: 20px;
	float: right;
	width: 435px;
	z-index:3;
}
#footer {
	text-align: right;
	clear: both;
	color: #80B8E6;
	background-color: #174871;
	padding: 5px 0;
	display: inline-block;
	z-index:4;
	width:800px;
	text-align:center;
}
#footer a {
	color: #F1EBDD;
}
#footer p {
	margin: 0;
}
.style1 {font-size: 14px}

