@charset "UTF-8";
/* CSS Document */


.bodymaster {
	padding:0px;
	margin:0px;
	background:url("../../img/body_bg.jpg");
	font:normal 14px "Times New Roman", Arial, Helvetica;
}

.pagemaster {
	margin:4px auto 0px auto;
}

.pageheader {
	background:url(../../img/header_bg.jpg) top left no-repeat;
	height:117px;
	width:810px;
}

div.headerlink {
	height:116px;
	width:300px;
	float:left;
}

.menu {
	background:url("../../img/menu_bg.jpg") no-repeat;
	height:28px;
	padding:0px 0px 0px 10px;
	vertical-align:top;
}

.body_left {
	background:url("../../img/body_bg_left.jpg") right top repeat-y;
	width:587px;
}

.leftframe {
	padding:5px 15px 5px 20px;
}


.rightframe {
	padding:5px;
	height:95%;
}
.body_right {
	background:url("../../img/body_bg_right.jpg") repeat-y;
	width:223px;
	height:100%;
}

.footer {
	background:url("../../img/footer_bg.jpg") left top no-repeat;
	height:37px;
	color:white;
	vertical-align:top;
	padding-top:5px;
	padding-left:15px;
	font:normal 14px "Times New Roman", Arial, Helvetica;
	text-align:center;
}

.contactinfo {
	position:relative;
	bottom:9em;
	height:100px;
	width:213px;
	text-align:left;
	color:black;
}


H1 {
	color:#800000;
	font:bold 160% "Times New Roman", Arial, Helvetica; 

}

H2 {
	color:black;
	font:bold 120% "Times New Roman", Arial, Helvetica; 

}

H3 {
	color:#800000;
	font:bold 110% "Times New Roman", Arial, Helvetica;
	text-align:center;
}

H4 {

}

H5 {

}

p {

}

th {

}

td {

}

a, a:link, a:visited {
	color:#000ec9;
	text-decoration:underline

}

a:hover {
	color:#800000;
	text-decoration:underline;

}

.label {
	font-size:10pt;
	font-style:italic;
	text-align:right;
	
}

.label sup {
	color:#800000;
}

.fineprint {
	font-size:10px;
	font-style:italic;
}

.blue {
	color:#000ec9;
}

.red {
	color:#800000;
}

.blue-callout {
	font-size:18px;
	color:#000ec9;
}

.red-callout {

	font-size:18px;
	color:#800000;
}
	

