/* information for pre existing tags */

body {
	background: #E5E5CC;
}

/* some text formatting information */

.title {
	font-family: Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

p {
	font-family: "Times New Roman", Times, serif;
}

/*a:link {
	color: #00F;
	text-decoration: none;
}

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

a:hover {
	color: #00F;
	text-decoration: underline;}*/

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

/*.title a:link { color: #E5E5CC;}
.title a:hover { color: #00F;}
.title a:visited { color: #996;}*/

/* positioning information */

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

.page_specific {
	position: relative;
	
	/*border: 0px solid #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: #E5E5FF;
	border: 2px solid black;
	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: 190px;
	width: 370px;
	padding: 10px;
	
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 12px;
	color: #999;
	border: 1px /*green solid*/;}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}



