@charset "utf-8";
/* CSS Document 
Centered, fixed width, two column
7/25/2007
brucek@bjkresearch.com
*/

body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	}
	
body, p, td, li, H1, H2, H3, H4 {
	font-family: Arial, Helvetica, sans-serif;
}

body, p, td, li {
	font-size: .9em;
}
.small {
	font-size: 0.90em;
	font-style: italic;
	}

/*Appearance of the headlines*/

H1, H2, H3, H4 {
	color:#8f034a;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: -0.6em;
}

h2 {font-size: 1.3em;
	font-weight: bold;
	margin-bottom: -0.6em;
	}
	
h3 {font-size: 1.2em;
	margin-bottom: -0.8em;
	}
h4 {font-size: 1.2em;
	}

hr {
	border: none;
	background-color:#8f034a;
	color: #8f034a;
	height: 4px;	
}
.txtcenter {
	text-align:center
	}
.yellowback {
	background-color: #FFFF66;
	}
	
.blueback {
background-color:#66FFFF;
}	

/* special classes*/

/* floating images */

.imleft { 	
	float:left;
	margin-bottom: 2px;
	
}
.imright {
	float:right;
	margin-bottom: 2px;
	
}
.clear {
	clear:both
	}

/* layout divs*/

#wrapper {
	position: relative;
	text-align: left;
	width: 784px;
	margin-right: auto;
	margin-left: auto;
	padding: 110px 0 0 0;
	background-image: url(images/topbanner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#content {
	width: 620px;
	float: right;
	padding: 10px 10px 0 0;
	}
	
#nav {
	float: left;
	width: 125px;
	}
	
/* other stuff */

	
/*Appearance of the nav links*/
div#nav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #0270c9;
	display: block;
	padding: 3px 0px 3px 3px;
	font-size: 12px;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: bold;
}

div#nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #8f034a;
	display: block;
	padding: 3px 0px 3px 3px;
	font-size: 12px;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: bold;
}

.footer {
	background-position: center;
	text-align: center;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A80533;
	border-bottom-color: #A80533;
	margin-top: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: .80em;
}
.caption {
	font-style: italic;
}

}
.shright {
	padding-left: 30px;
}

.datatab {
	border: 2px solid #9FACCE;
	border-collapse:collapse;
	text-align: center;
	
}
.datatab td {
	border-top-width: 2px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9FACCE;
	border-right-color: #E4E5E6;
	border-bottom-color: #E4E5E6;
	text-align: left;
}
.datatab th {
	background-color: #E4E5E6;
	border-top-width: 2px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9FACCE;
	border-right-color: #E4E5E6;
	border-bottom-color: #FFFFFF;
}
.datatab caption {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#8f034a;
	background-color: #FFFFFF;
	font-size: 1em;
}

.bulletspace {
	margin-bottom: 6px;
}
	 