body {
	margin:0;
	padding:0 0 20px;
	background:#b2b9de url('../graphics/bg.gif') repeat-x top;
	font: 75% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color:#095cb0;
	
}
#logo {
	height:98px;
	width:auto;
	background:url('../graphics/logo.gif') no-repeat 50% 0;
}
#wrapper {
	width:748px;
	margin:0 auto;
	background:url('../graphics/mainBg.jpg') no-repeat top;
}
.leftMessage {
	font-weight:bold;
	font-size:1.1em;
}
#left {
	width:200px;
	float:left;
	padding:220px 0 20px;
}
#leftNav {
	list-style:none;
	margin:0;
	padding:0;
	display:block;
}
#leftNav a {
	color:#095cb0;
	display:block;
	padding:10px;
	text-decoration:none;
	font-size:1.7em;
	margin:2px 0;
}
#leftNav a:hover {
	background:#a9bde3;
}
#leftNav #current a {
	background:#a9bde3 url('../graphics/leftNavOn.gif') 90% 55% no-repeat;
}
#right {
	width:528px;
	float:left;
	padding:320px 0px 20px 20px;
}
.inlinePic {	
	border:10px solid #fff;
	float:left;
	margin:10px 10px 10px 0;
}
h1 {
	color:#095cb0;
	font-weight:normal;
	font-size:1.3em;
	margin:10px 0;
}
em {
	font-style:italic;
	color:#8a2314;
	font-weight:bold;
}
h2 {
	font-style:italic;
	color:#8a2314;
	font-weight:bold;
	margin:10px 0 0;
}
p {
	margin:5px 0 10px;
}
.clear {
	clear:both;
	line-height:0px;
	height:0px;
}
#footer {
	width:735px;
	height:21px;
	background:url('../graphics/footerBg.gif');
	margin:0 auto;
	padding:4px 20px;
	color:#fff;
	font-size:0.9em;
} 
#footer a {
	color:#fff;
	text-decoration:none;
}