/* HERE IS THE NN4 STUFF . . . . */
html, body {
	margin: 0;
	padding: 0;
}
.sidebar {
	width: 10em;
	float: left;
	margin-top: -3px;
	margin-left: -3px;
	padding: 0px;
	background-color: #2E2C7A;
	color: white;
	border: 0px;
}
.sidebar A{
	color: white;
}
.logo{
	position: relative;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
}

.content {
	padding: 10px;
	margin-left: 10em;
}

.header {
	width: 100%;
	background-color: #292C7B;
	color: white;
	border-bottom: 0px;
	margin: 0px;
	padding: 0px;
}
	
.footer {
	background-color: #2e2c7a;
	color: #FFFFFF;
	font-size: 11px;
	text-align: right;
	padding: 2px 10px 0 0;  
	width: 100%;
	clear: both;
	}
	.entireContent{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		border: 1px solid black;
	}
/* Now, directives for all browsers */


.offScreen {
	position: absolute;
	width: 1px;
	left: 0px;
	top: -200px;
	margin-bottom: 100px; 
}

A.topic
{
	text-decoration: underline;
	font-weight: 600;
	color: #021056;
}
A{
	text-decoration: underline;
	color: #021056;
}
A.insidelink
{
	text-decoration: none;
	color: black;
}
.sideGroup a {
	margin: 0 4px 0 20px;
}
.sideGroup a.head {

	margin-left: 1px;
	font-size: 1em;
	font-weight: bold;
}
.timeLineDate{
	font-weight: 800;
	float: left;
	width: 4.5em;
	margin-top: 3px;
	text-align: right;
}
.timeLineDesc{
	margin: 3px 10px 0 5.2em;
}

.center {
	text-align: center;
	}
.center h2 { text-align: center; }
/* And now we want to make everything look really good on newer browsers */
@media screen
{
	Body {
		background-color: white;
		font-family:  Arial, Helvetica, sans-serif;
		font-size: 90%;
		margin: 0px;
		padding: 0px;
		
	}
	.logo{
		position: relative;
		top: 0px;
		left: 0px;
		margin: 0px;
		padding: 0px;
	}
	.entireContent{
		background: white url("./images/body.jpg") repeat;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		border: 1px solid black;
	}
	.homepage{
		background: white url("./images/menubk.jpg") repeat;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		border: 1px solid black;
		color: white;
		text-align: left;
	}
	.heading {
		width: 100%;
		padding: 0px;
		text-align: center;
		text-decoration: none;
		border: 1px solid #2E2C7A;
		background: white url("./images/bar.jpg") right repeat;
	}
	.heading2 {
		margin-top: 2em;
		width: 100%;
		padding: 0px;
		text-align: center;
		text-decoration: none;
		border: 1px solid #2E2C7A;
		background: white url("./images/bar.jpg") right repeat;
	}
	.box {
		width: 25em;
		display: block;
	}
	.block{
		position: relative;
		display: block;
		background-color: yellow;
	}
	.boxL {
		width: 10em;
		float: left;
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 3px 0px 3px 3px;
		text-align: center;
		text-decoration: none;
		font-weight: 600;
		color: white;
		background: #F1FAFA url("./images/menubk.jpg") repeat;
		background-color: red;
	}
	.boxR {
		width: 10em;
		float: right;
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 3px 0px 3px 3px;
		text-align: center;
		text-decoration: none;
		font-weight: 600;
		color: white;
		background: #F1FAFA url("./images/menubk.jpg") repeat;
		background-color: red;
	}
	.box A{
		text-decoration: none;
		color: #FFFFFF;
	}
	.box A:Hover{
		text-decoration: underline;
		color: #FFFFFF;
	}
	H1,H2,H3,H4,H5,H6 {	
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		font-size: 1.2em;
		font-weight: 750;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: black;
		text-decoration: none;
	}
	H2 {
		margin-top: 2px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		text-align: left;
	}
	HR {
		height: 1px;
		border: 0px solid black;
		border-top: 1px solid #2E2C7A;
	}
	.content p {
		margin: 5px 10px 13px 10px;
	}
	IMG{
		padding: 0px;
		margin: 0px;
	}
	OL.answers {
		list-style-type: upper-alpha;
		margin-top: 5px;
		padding-right: 30px;
		color: black;
		text-align: left;
	}
	OL.answers LI
	{
		margin: 10px 0px 0px 20px;
	}
	.content UL {
		margin-top: 5px;
		padding-right: 30px;
		color: black;
		text-align: left;
	}
	.content UL LI{
		margin: 10px 0px 0px 20px;
	}
	.content UL LI.noIndent{
		margin: 10px 0px 0px 0px;
	}		
	.content UL.right LI {
		margin: 1px 0px 0px 0px;
		padding: 0;
	}
	.content UL.right {
		margin: 18px 10px 0px 210px;
		padding: 0;
	}
	.sidebar {
		font-size: 80%;
		width: 14em;
		min-width: 120px;
		float: left;
		margin: 0px;
		padding: 0px;
		background: black url("./images/menubk.jpg") repeat;
		z-index: 10;
	}
	.sideGroup {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 12em;
		border-top: 0px solid white;
	}

	.sideGroup p {
		margin: 2px 0px 2px 0px;
	}

	.sideGroup a {
		display: block;
		position: relative;
		padding: 1px 3px 1px 3px;
		margin: 0 4px 0 10px;
		cursor: pointer;
		color: #ffffff;
		text-align: left;
		width: auto;
		left: 2px;
		text-decoration: none;
	}
	
	.sideGroup a:hover {
		color: #FFFFFF;
		padding: 0px 2px 0px 2px;
		background-color: #282A67;
		border: 1px solid #282A67;
	}
	.sideGroup a.head {
		margin-left: 1px;
		font-size: 1em;
		font-weight: bold;
	}
	.caption{
		clear: right;
		display: block;
	}

	.picboxLeft{
		float: left;
		display: block;	
		margin: 2px 10px 5px 5px;
		border: 1px solid #038299;
		padding:0px;
	}
	.picboxRight{
		clear: right;
		float: right;
		display: block;
		padding: 0px;
		margin: 15px 0px 10px 10px;
		border: 1px solid #038299;
	}	
	.picboxBorder { 
		border: 1px solid #038299;
	}

	.content {
		position: relative;
		display: block;
		width: auto;
		padding: 15px 10px 10px 5px;
		margin-left: 13em;
		text-align: left;
		background: transparent;
	}
	.homepage .content{
		text-align: left;
		border-left: 1px solid white;
		font-size: 120%;
		font-weight: 600;
		padding-left: 25px;
		margin-left: 9.2em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		z-index: 2;
	}

	.header {
		width: 100%;
		background: url('images/back.jpg') no-repeat;
		background-color: #292C7B;
		color: white;
		text-decoration: none;
		margin-bottom: 0px;
		padding: 0px;
	}

	.header p {
	 	float: right; 
		text-align: right; 
		margin-right: 1em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		font-weight: normal;
		margin-top: 0.5em;
	}
	
	.header a { 
		color: white; 
		text-decoration: none; 
		margin-top: 1em;
	}
		
	.timeLineDate{
		font-weight: 800;
		float: left;
		width: 4.5em;
		margin-top: 3px;
		text-align: right;
	}
	.timeLineDesc{
		margin: 3px 10px 0 5.2em;
	}


	.bioTopic{
		font-weight: 800;
		float: left;
		width: 10em;
		margin-top: 3px;
		text-align: right;
	}
	.bioText{
		margin: 3px 10px 0 11.5em;
	}


	.footer {
		clear: both;
		width: 100%;
		margin: 0px 0px 0px 0px;
		text-align: center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		padding: 15px 0px 0px 0px;
		border-top: 1px solid black;
		background: black url("./images/menubk.jpg") repeat;
		color: #FFFFFF;
		padding: 0px;
	}

	.footer A{
		color: #FFFFFF;
		padding-left: 15px;
		text-decoration: none;
	}
	
	.footerHome {
		clear: both;
		width: 100%;
		margin: 0px 0px 0px 0px;
		text-align: center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: smaller;
		padding: 15px 0px 0px 0px;
		border-top: 1px solid white;
		background: black url("./images/menubk.jpg") repeat;
		color: #FFFFFF;
		padding: 0px;
	}

	.footerHome A {
		color: #FFFFFF;
		padding-left: 15px;
		text-decoration: none;
	}
	
	a.white { color: white; }
}

  	.floatbox {
  		float: right;
		margin-top: 1em;
		width: 35%;
		border: solid 1px black;
		padding: 0;
		background-color: white;
  	}
	.floatbox h2 { 
		width: 100%;
		padding: 0px;
		margin-top: 0px;
		text-align: center;
		text-decoration: none;
		font-weight: normal;
		border-bottom: 1px solid #2E2C7A;
		background: white url("./images/bar.jpg") right repeat;
	}
@media print {

	.offScreen { display: none; }
	.entireContent {
		position: relative;
		width: 100%;
		border-width: 0px;
	}
	.content {
		margin-left: 1em;
		
	}
	.header { display: none; }
	.sidebar { display: none; }
	.footer { display: none; }
	.footerHome { display: none; }
	.header p { 
		float: none; 
		text-align: right;
	}
	
	.hide { width: 100% }
	.hide img { width: 100%; }
	H1,H2,H3,H4,H5,H6 {	
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		font-weight: 750;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: black;
		text-decoration: none;
	}	
	h1 { font-size: 1.3em; }
	h2 { font-size: 1.2em; }
	h3 { font-size: 1.1em; }	
	h4, h5, h6 { font-size: 1em; }
	

		.picboxLeft{
		float: left;
		display: block;	
		margin: 2px 10px 5px 5px;
		border: 1px solid #038299;
		padding:0px;
	}
	.picboxRight{
		clear: right;
		float: right;
		display: block;
		padding: 0px;
		margin: 15px 0px 10px 10px;
		border: 1px solid #038299;
	}	
	.picboxBorder { 
		border: 1px solid #038299;
	}
	
	.heading {
		text-align: center;
		margin-top: 2em;
		margin-bottom: 1em;
	}
	.heading2 {
		clear: both;
		margin-top: 2em;
		margin-bottom: 1em;
		text-align: left;
	}
}

