@charset "utf-8";
/* CSS Document */

html,body {
	background-color:#377CA2;
	background-image:url(images/bg-image.gif);
	background-repeat:repeat-x;
	height:100%;
	text-align:center; /*ie hack*/
	margin:0px;
	padding:0px;
	}
	
table.wrapper {
	width:900px;
	height:100%;
	margin:0,auto;
	background-color:#fff;
	text-align:left;
	border-right:1px solid #000;
	border-left:1px solid #000;
	/*padding-bottom:20px;*/
	margin-top:1px;
	}
	
#header {
	width:910px;
	height:100px;
	padding:0px;
	margin:0px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	}
	
h1 {
	display:none;
	}
	
#leftNav {
	width:160px;
	float:left;
	margin:10px;
	}
	
#leftNav a {
	text-decoration:none;
	color:#000055;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	display:block;
	padding:5px;
	background-color:#d3d3a8;
	border-bottom:1px solid #eeeedd;
	}
	
#leftNav a:hover,visited {
	color:#377CA2;
	background-color:#e3e3c1;
	}
	
#contentRap {
	width:730px;
	float:right;
	margin:0px;
	padding:0px;
	background-color:#fff;
	}

#content {
	width:523px;
	float:left;
	margin:0px;
	padding-left:7px;
	padding-bottom:35px;
	}
	
#sidebar {
	float:right;
	width:185px;
	margin:0px;
	padding:0px;
	margin-top:10px;
	margin-left:5px;
	margin-right:10px;
	}
	
h2 {
	margin-bottom:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	margin-top:10px;
	border-bottom:1px solid #000;
	margin-right:10px;
	margin-bottom:5px;
	}
	
p {
	margin-top:15px;
	margin-bottom:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin-right:10px;
	line-height:18px;
	}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 15px;
	text-transform: none;
	border-bottom:1px solid #000;
}

#footer {
	position:relative;
	bottom:0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#003;
	width:910px;
	border-right:1px solid #000;
	border-left:1px solid #000;"
}
