@charset "UTF-8";
/* CSS Document */

body {
	background-color:#7DA7D9;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}


a:link {color:#3434b3;}
a:visted {color:#4D5F6B;}
a:hover {color:#7575FF;}
a:active {color:#7575FF;}

a.internal:hover {color:#EE93C6;}
a.internal:active {color:#EE93C6;}


H3 {
	font-family: "Times New Roman", Times, serif;
	color:#000;
}





#Content {
	width:400px;
	margin:0px auto;
	text-align:left;
	padding:50px;
	background-color:#7da7d9;
}



#wrapper {
	/*width: 1040px;*/
	width: 1040px;
	margin: 50px auto;
	padding: 0 396px 0 0;
	/* margin-top:50px; /* add to margin to drop lower on page */
	
}

#sidebar {
	width: 396px;
	height: 700px;
	float: left;
	margin: 0;
	padding: 0;
}



#col1
{
	/*margin-left: 5%;
margin-right:5%;*/
background-color:#FFF;
	text-align:left;
	background-color:#FFF;
	padding:70px; /* Set extra white space around content */
	border: 2px double #4D5F6B;
	float: right;
	width: 500px;
	min-height: 550px;
}


#back_home {
	text-align:center;
}





.imgfloatright {
	margin: 10px;
	float: right;
}


.imgfloatleft {
	margin: 10px;
	float: left;
}
.footnote {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	background-color: #FFF;
	text-decoration: none;
}

.boxtext{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:oblique;
	color:#7DA7D9;
	line-height: normal;
	font-weight: bold;
}
	
	

.picture {
	background-color:#FFF;
	padding: 3px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.picture img {
	display: block;
	vertical-align:: middle;
	margin-bottom: 3px;
}

.right {
	float:right;
	margin: 0.5em 0pt 0.5em 0.8em;
}

.left {
	margin: 0.5 em 0.8 em 0.5 em 0;
	float: left;
}

.epigraph {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#003399;
}

.home {
	font-family:Helvetica;
	font-size:14px;
	color:#000;
}
