/* Designed and Built by Chris Arella 2006 */


body {
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
	color: #22080C;
	margin: 0px;
	padding: 0px;
	background-color: #F6F5F3;
	background-image: url(images/top_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.maincontainer {
	background: url(images/content_bg.gif) repeat-y;
	width: 818px;
	border: 0px none;
}

.contentarea {
	width: 750px;
	margin-top: 45px;
	margin-left: 45px;
	margin-right: 20px;
}

/* 1st column - main content */

.bodycopy {
	width: 540px;
	text-align: left;
	vertical-align: top;
}

.leadparagraph {
	font-size: 16px;
	font-weight: normal;
}

/* 2nd column - for seperation */

.seperator {
	width: 60px;
}

/* 3rd column - the navigation */

.navarea {
	width: 150px;
	text-align: right;
	vertical-align: top;
	line-height: 24px;
}

/* 3rd column - request info */

.refrequest {
	vertical-align: bottom;
	text-align: right;
}

/* universal elements */ 

h1 {
	font-size: 20px;
	font-weight: normal;

}
p {
	font-size: 12px;
}
a {
	color: #22080C;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
}
a:link {
	color: #22080C;
	text-decoration: none;
}
a:hover {
	color: #B01016;
	text-decoration: none;
	border-bottom: 1px solid #B01016;
}
a:visited {
	color: #22080C;
	text-decoration: none;
}
a:active {
	color: #22080C;
	text-decoration: none;
}
.contentimage {
	margin-right: 0px;
	padding-right: 0px;
	right: 0px;
	margin-bottom: 10px;
	margin-left: 40px;
}
