/* CSS Document 
Centered, fixed width, two column
8/25/2007-3/23/08
brucek@bjkresearch.com
*/

body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #fcfcfc;
	}
	
body, p, td, li, H1, H2, H3, H4 {
	font-family: Arial, Helvetica, sans-serif;
}

body, p, td, li {
	font-size: .9em;
	}
	
/*Appearance of the headlines*/

H1, H2, H3, H4 {
	color:#3A5980;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: -0.2em;
}

h2 {font-size: 1.3em;
	font-weight: bold;
	margin-bottom: -0.6em;
	}
	
h3 {font-size: 1.2em;
	margin-bottom: -0.6em;
	}
h4 {font-size: 1.1em;
	}
	

.strong {color:#3A5980;
	font-weight: bold;
	}
	
/* floating images */

.imleft { 	
	float:left;
	margin-bottom: 2px;
	
}
.imright {
	float:right;
	margin-bottom: 2px;
	
}
.clear {
	clear:both
	}

hr {
	color:#3A5980;
	
	}
.tagline {
	font-style: italic;
	font-weight: bold;
	color: #3A5980;
	text-align: center;
    }
	
.center {
    text-align: center;
	}
	
.buttonwrap {
	margin-top:-0.3em;
	}
/* layout divs*/

#wrapper {
	position: relative;
	text-align: left;
	width: 796px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 0 0 0;
    }
	
#content {
	width: 620px;
	float: right;
	padding: 1px 10px 0 0;
	}
	
#nav {
	float: left;
	width: 125px;
	padding-left: 1px;
	}

.triallink {
	color: #3A5980;
	font-weight: bold;
	background-color: #ffcc80;
	}

.imright {
	float: right;
	margin-bottom: 2px;
	}
	
.clear {
	clear: both;
	}
	
.inright {
	margin-right: 155px;
	}

/*Appearance of the content links*/
div#content a {
	color: #3A5980;
	font-weight: bold;
	
	}

/*Appearance of the nav links*/
div#nav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #3A5980;
	display: block;
	padding: 3px 0px 3px 3px;
	font-size: 12px;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ffcc80;
	border-right-color: #ffcc80;
	border-bottom-color: #ffcc80;
	border-left-color: #ffcc80;
}

div#nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #3A5980;
	background-color: #ffcc80;
	display: block;
	padding: 3px 0px 3px 3px;
	font-size: 12px;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: bold;
}

