/* information for pre existing tags */

body {
	background: #968c75;
}

/* some text formatting information */

.title {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

p {
	font-family: Times New Roman, times, serif;
	font-size: 12px;
	line-height: 16px;
}

a:link {
	color: #C63;
	text-decoration: none;
}

a:visited {
	color: #699;
	text-decoration: none;
}

a:hover {
	color: #C63;
	text-decoration: underline;
}

.subhead {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

.title a:link { color: #C63;}
.title a:hover { color: #699;}
.title a:visited { color: #C63;}

/* positioning information */

.content {
	position: relative;
	margin: 0 auto;
	border: 1px #352707 solid;
	width: 948px;
	background: #FFF;
}

.page_specific {
	position: relative;
	/*border: 1px #fof;*/
}

.left_column {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 150px;
	padding: 15px;
	padding-left: 25px;
}

.left_column title {
	font-size: 10px;
	line-height: 15px;
}

.left_column p {
	font-size: 10px;
	line-height: 15px;
}


.pullquote {
	position: relative;
	background: #DEE;
	border: 1px solid #352707;
	padding: 6px;
	margin-top: 35px;
}

.middle_column {
	position: relative;
	margin-left: 190px;
	margin-right: 580px;
	top: 0px;
	width: 370px;
	padding: 10px;
}

.middle_column title {
	font-size: 12px;
}

.middle_column p {
	font-size: 14px;
	line-height: 18px;
	left: 0px;
	
}

.right_column {
	position: absolute;
	left: 580px;
	top: 0px;
	width: 348px;
	padding: 10px;
	padding-top: 30px;
}

.right_column p {
	font-size: 10px;
	line-height: 12px;
	color: #666;
}

.copywrite {
	position: relative;
	left: 0px;
	width: 370px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 12px;
	color: #999;
	margin-left: 190px;
	padding: 10px;

h4 {
	font-family: times;
	font-weight: bold;
}

