@charset "utf-8";
/* EEPC CSS Style */
/* Design for EEPC by http://www.businessways.com */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	background:url(../images/bodybg.jpg) repeat-x;
}

hr {
	margin: 20px auto 20px;
}

#contentcontainer h1 {
	font-family:Georgia, serif;
	font-size: 24px;
	font-weight:normal;
	margin: 5px 0 5px 0;
	letter-spacing: -1px;
}

.button {
	padding: 10px 9px 10px 9px;
	float: left;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.button a {
	text-decoration:none;
	color: #000;
}

.button a:hover {
	color:#003399;
}

.divider {
	background:url(../images/navdivider.jpg) right no-repeat;
}

blockquote {
	background:#fff url(../images/blockquote.gif) no-repeat scroll .5em 0em;
	font-family:Georgia, serif;
	margin:0 10px 0 10px;
	padding:0px 10px 5px 50px;
	font-size: 1em;
	font-weight: bold;
	color: #474747;
	line-height: 125%;
}

blockquote p {
	margin: 0;
}

.quotesig {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	color: #474747;
	text-align:right;
	margin-top: 5px;
}

.copy p {
	margin-top: 0;
}

#right a {
	text-decoration:none;
	
}

#right a:hover {
	text-decoration:none;
}

#footer {
	font-size: 12px;
	color:#333333;
}