/* DuffyEA CSS Document */

a:link, a:visited {
	color: #EF3E33;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0px 10px 0px 10px;
	color: #EF3E33;
	font-weight: bolder;
	text-transform: uppercase;
}

p {
	color: #454545;
	padding: 0px 10px 0px 10px;
	text-align: left;
}

.left {
	background-image: url(/images/tilt_04.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 15px 0px;
	width: 5px;
	height: 173px;
	background-position: left bottom;
}

.right {
	background-image: url(/images/tilt_05.gif);
	background-repeat: no-repeat;
	margin: 25px 0px 0px 0px;
	width: 6px;
	height: 253px;
	background-position: right top;
}

body {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/images/top-bg.jpg);
	background-color: #454545;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: top;
}

.flash {
	margin: 0px 0px 7px 0px;
}

.slogan {
	background-image: url(/images/slogan.gif);
	width: 413px;
	height: 21px;
}

.content {
	color: #000000;
	background-image: url(/images/content-bg.jpg);
	margin: 5px 20px 4px 20px;
	text-align: left;
}

.copyright {
	padding: 0px 0px 0px 10px;
	font-size: 10px;
	text-align: left;
}