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


body {
	background-color: #dfdcdc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:100%;
	line-height:1.5em; /* 16x1.125=18px */
	margin:0;
	padding: 0px;
	color:#333;
}

a:link {
	color: #333;
	text-decoration: underline;
}

a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	background-color: #333;
	text-decoration: none;
}

img {
	border: 0px;
}

a:hover img {
	border: 0px;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

h4, h5 {
	font-weight:normal;	
}

h1 {
	border-top-style: dotted;
	border-top-color: #999999;
	border-top-width: 1px;
	font-weight: bold;
	font-size: 1.375em; /* 16x1.375=22px */
	line-height: 1.375em;/* 16x1.636=36px */
	margin-top: 0px;
	font-family: Helvetica, Arial, sans-serif;
	padding-top: 15px;
}


h2 {
	font-size: 1.125em; /* 16x1.125=18px */
	margin: -2px 0 4px 0; /* 18x1=18px */
	line-height: 1.125em;
	font-family: Helvetica, Arial, sans-serif;
}

p {
	font-size: 11px; /* 16x0.875=14px */
	margin: 0 0 10px 0; /* 14x1.286=18px */
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	text-align: left;
}

.inverse {
	color: #FFFFFF;
	background-color: #333;
	text-decoration: none;
}


/* @group sidebar */

/* rather than give the sidebar itself a font size, use contextual selectors to get at the elements within */

.sidebar {
}

.sidebar h3 {
	font-size: 0.725em; /* 16x0.875=14px */
	margin: 0 0 0 0; /* 14x0.643=9px */
	line-height: 1.325em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.sidebar p {
	font-size: 11; /* 16x0.75=12px */
	line-height: 1.375em;
	margin: 0.35em 0 1.75em 0; /* 12x1.5=18px */
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 0px;
	text-align: left;
}

.sidebar h4 {
	font-size: 0.875em; /* 16x0.875=14px */
	margin: -10px 0 0 0; /* 14x0.643=9px */
	line-height: 3.125em;
	font-family: Helvetica, Arial, sans-serif;
}

.sidebar h5 {
	font-size: 0.75em; /* 16x0.875=14px */
	margin: -2px 0 12px 0; /* 14x0.643=9px */
	line-height: 1.125em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.sidebar h5 a {
	margin: 0 0 0 0;
	padding-left: 15px;
	background: url(imgs/Arrow.gif);
	background-repeat: no-repeat;
	line-height: 1.225em;
}

.sidebar h5 a:hover {
	margin: 0 0 0 0px;
	padding-left: 15px;
	background: url(imgs/ArrowO.gif);
	background-repeat: no-repeat;
	line-height: 1.225em;
}


.sidebar ul {
	padding: 0;
	margin: 0 0 1.125em 1.125em; /* 16x1.125=18px */
}

.sidebar li {
	font-size: 0.75em; /* 16x0.75=12px */
}


#bumper {
position: relative;
left: -5px;
}

#drop {
position: relative;
top: 15px;
}

.footer {
margin-top: 10px;
margin-bottom: 15px;
}

.footer p {
	font-size: 0.625em; /* 16x0.625=10px */
	margin: 0 0 0 0; /* 14x1.286=18px */
	font-family: Georgia, Times, serif;
	line-height: 1.225em;
	text-align: center;
}

.footer a {
	text-decoration: underline;
	color: #333;
}

.address p {
	font-weight: bold;
	margin-top: 0px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.names {
	margin-bottom: 12px;
	margin-top: 0;
}


.nostyle a {
	text-decoration: none;
	color: #333;
}

.nostyle a:hover {
	text-decoration: none;
	color: #dc0c1d;
}
ul {
	padding: 0;
	margin: 0 0 1.125em 1.125em; /* 16x1.125=18px */
}

li {
	font-size: 0.75em; /* 16x0.75=12px */
	list-style-image: url(imgs/link-more.gif);
	padding-bottom: 10px;
}



/* @end */
