body {
	background-color: #dfdfdf;
	background-image: url(images/background.gif);
}

#wrapper {
	background-color: #ffffff;
	border: solid 1px #ffffff;
	width: 940px;
}
#navbar {
	width: 940px;
	height: 41px;
	background-image: url(images/nav-bg.gif);
	vertical-align : middle;
}
#header {
	width: 940px;
	height: 290px;
	background-image: url(images/main-bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
	border-bottom: solid 8px #c5c5c5;
	padding-bottom: 10px;
}
#slogan {
	float: right;
	width: 400px;
	height: 50px;
	margin: 35px 25px 0px 0px;
	color: #ffffff;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}
#content{
	width: 850px;
	margin: 0px auto;
	padding: 25px 45px 35px 45px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	clear: both;
}
#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #222a6b;
	margin: 0px;
}
#leftbar{
	width: 200px;
	height: 600px;
	float: left;
	background-color: #8085aa;
	border-left: solid 8px #c5c5c5;
	background-image: url(images/lnav-bg.jpg);
	background-repeat: horizontal;
}
#leftbar ul {
	margin: 0px;
	padding: 15px;
}
#leftbar ul li {
	list-style: none;
	margin: 0px 0px 5px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-variant : small-caps;
	font-weight: bold;
	color: #ffffff;
}
#leftbar ul li a {
	color: #ffffff;
	text-decoration: none;
}
#leftbar ul li a:hover {
	border-bottom: dotted 1px #ffffff;
}
#rightcontent {
	float: left;
	margin: 0px 0px 0px 15px;
	width: 580px;
}
#rightcontent img {
	border: solid 1px #2c3472;
	margin: 0px 25px 10px 0px;
}
#rightcontent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #222a6b;
	margin: 0px;
}
#rightcontent a {
	color: #222a6b;
	font-size: 14px;
	text-decoration: none;
}
#rightcontent a:hover {
	color: #222a6b;
	font-size: 14px;
	border-bottom: dotted 1px #222a6b;
}
#footer {
	width: 940px;
	height: 40px;
	clear: both;
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
}
#footer td {
	color: #212a74;
	font-family: Century Gothic, Myriad Pro, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}