* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
	width: 100%;
	background-image: url(images/header-back.png);
	background-repeat: repeat-x;
	font-style: normal;
	font-weight: normal;
}
#wrapper {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 920px;
}
#header {
	width: 100%;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	float: none;
	height: 390px;
	margin: 0px;
	padding: 0px;
	/*background-position: left 0px;*/
}
#navigation {
	float: left;
	width: 920px;
	height: 67px;
	padding: 0px;
	margin-top: -78px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#leftcolumn {
	width: 870px;
	float: left;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
/*#rightcolumn { 
	float: right;
	color: #333;
	border: 1px solid #ccc;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	height: 350px;
	width: 195px;
	display: inline;
	background: #E7DBD5;
}*/
#footer {
	background-image: url(images/footer-back.png);
	background-repeat: repeat-x;
	height: 36px;
	float: none;
	width: 100%;
	clear: both;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-variant: small-caps;
}
#footer .logo {
	float: none;
	border: none;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
}
#header .logo {
	float: left;
	padding-top: 0px;
	padding-left: 45px;
	border: none;
}
.img {
	padding: 4px;
	border: thin solid #CCCCCC;
	margin: 4px;
}
.hr {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#hr {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
ul.checklist {
	list-style: none;
}
ul.checklist li {
	background: url(images/icon-checklist.gif) no-repeat 0 4px;
	margin-left: 15px;
	padding: 0 0 0 20px;
}
ul.stars {
	list-style: none;
}
ul.stars li {
	background: url(images/icon-star.gif) no-repeat 0 4px;
	margin-left: 15px;
	padding: 0 0 0 20px;
}
ul.arrow {
	list-style: none;
}
ul.arrow li {
	background: url(images/icon-arrow.gif) no-repeat 0 4px;
	margin-left: 15px;
	padding: 0 0 0 20px;
}
a
{
	color: #467AA7;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
a:link
{
	color: #467AA7;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
a:visited
{
	color: #467aa7;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #999999;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.h1 {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.h2 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.h3 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.h4 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.h5 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.h6 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	font-variant: normal;
}
.staffname {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
}
.stafftitle {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.p {
	font-size: 18px;
	font-style: oblique;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
}
.dropcap {
	color:#707070;
	display:block;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:50px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:40px;
	padding:4px 8px 0 0;
}
/*Main Navigation Bar*/
#nav ul
{
	display: block;
	float: right;
	list-style: none;
	margin: 14px;
}
#nav li
{
	float: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-right: 19px;
}
#nav ul li a
{
	float: left;
	border-left: 5px solid #9CABB5;
	display: block;
	margin-right: 1px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ffffff;
	font-weight: bolder;
	font-size: 14px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-variant: small-caps;
}
#nav  li a:hover
{
	color: #ffffff;
	border-left: 8px solid #CCCCCC;
	font-weight: bolder;
	font-size: 16.5px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-variant: small-caps;
}
#nav .selected {
	color: #ffffff;
	border-left: 5px solid #CCCCCC;
}
/*Footer Navigation Bar*/
#lownav ul
{
	display: block;
	list-style: none;
	float: left;
	text-align: center;
	position: relative;
	left: 50%;
	/*margin-left: -185px;*/
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#lownav li
{
	float: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
}
#lownav ul li a
{
	float: inherit;
	border-left: 2px solid #9CABB5;
	display: block;
	margin-right: 1px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-variant: small-caps;
}
#lownav  li a:hover
{
	color: #ffffff;
	border-left: 2px solid #CCCCCC;
	font-weight: bolder;
	font-size: 10px;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-variant: small-caps;
}
#lownav .selected {
	color: #ffffff;
	border-left: 2px solid #CCCCCC;
}
