.page_heading {
	font-weight:bold;
	font-size: 12pt;
}

#tellfriend {
	position:absolute;
	right: 5px;
	top: 10px;
}

/* 
ToC
	1. defaults
	2. structure
	3. fonts
	4. links
	5. images
*/

/* --------- 1. defaults  --------- */

*	{
		padding: 0;
		margin: 0;
}
body {
		background: #E3E3E3;
}
body,td,th {
	color: #666666;
}
.style1 {color: #330000}

		
/*  --------- 2. structure  --------- */

#wrapper {
	width: 760px;
	margin: 0px auto 0;
	padding: 0px 0;
	background-color: #FFFFFF;
		}
		
#top_area {
	height: 94px;
	width: 760px;
	background-image: url(../images/grad_bk.jpg);
	background-repeat: repeat-x;
	position:relative;
}

#contentArea {
	padding: 20px 40px 20px 40px;
	min-height: 485px;
}
*html #contentArea {
	height: 485px;
}

#introductoryText {
	width: 540px;
	margin-right: 0px;
	float: left;
		}

.separator {
		clear: both;
		height: 5px;
		background: #990000;
		}
		
.separator2 {
		clear: both;
		height: 1px;
		background: #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
		}

.separatorInvisible {
		clear: both;
		}

#logo {
	height: 75px;
	width: 185px;
	float: left;
	padding-top: 10px;
	padding-left: 40px;
}

#topImages {
	height: 52px;
	width: 472px;
	float: right;
	padding-top: 33px;
	padding-left: 40px;
}

#addressText {
	float: left;
	width: 488px;
}


#entities {
	float: left;
	width: 244px;
}


/* ---------- 3. fonts ---------- */

html {
		font-size: 100%;
		}

body {
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13px;
		}
		
h2 {
		font: normal 11px/18px Arial, Helvetica, sans-serif;
		color: #980F33;
		text-transform: uppercase;
		}
		
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #980F33;
	padding-bottom: 2px;
	text-align: left;
}

.instructions {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
		}

p {
	font: 12px/1.6em Arial, Helvetica, sans-serif;
	margin-bottom: 0.8em;
	color: #333333;
		}


/* ---------- 4. links ---------- */

a {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	line-height: 20px;
		}
		
a:hover {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
		}
		
a:active {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-decoration: underline;
		}
		
/* ---------- 5. images ---------- */


#nav {
	width: 172px;
	float: left;
}

#sub_nav {
	float: right;
	width: 132px;
	padding-left: 5px;
	padding-top: 5px;
	border: 1px solid #980F33;
}
#right_bord {
	float: right;
	height: 300px;
	width: 100px;
}

#right_bord2 {
	float: right;
	height: 300px;
	width: 20px;
}
