﻿#wrapper{
	position: relative;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	width: 1000px;
	background: White;
	
}

body {
  text-align: center;
  margin: 0px;
  padding: 0px;
  
}

a{
	text-decoration:none;
	color: Darkblue;		
}
a:link {
	text-decoration:none;
	color: Darkblue;	
}
a:visited {
	text-decoration:none
	color: Darkblue;
}
a:hover {
	text-decoration:underline overline;
	background: lightgrey;
	color: Darkblue;	
}
a:active {text-decoration:none}

span:visited{ 
	text-decoration:none; 
	color:#293d6b; 
}
span:hover{ 
	text-decoration:underline; 
	color:#293d6b; 
}
span {
  color:#293d6b; 
  cursor: pointer
}


#header {
  background: white;
  text-align: center;
  width: 
}

#leftcol {
  background: white;
  float: left;
  width: 280px;
   	border-left: 0px solid black;
   	padding-left: 8px;
   	font-family: monospace;
	font-size: 24px;
	font-style: bold;
	font-weight: 700;
}
#rightcol {
  background: white;
  float: right;
  width: 280px;
  text-align: center;
}
#content {
  background: #fff;
  float: right;
  width: 650px;
  border-left: 0px solid black;
  border-right: 0px solid black;
  padding: 20px;
}
#footer {
  background: black;
  clear: both;
  width: 1000px;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: white;
}
#archiveInfo{
	text-align: center;
}
#picHandler{
	overflow: auto;
	height:165px;
}
#loadArea{
	width: 690px; 
	text-align: center;
}
p{
	font-family: arial, sans-serif;
	font-size: 16px;
	font-style:normal;
	text-align: justify;
}


h1{
	font-family: serif;
	font-size: 32px;
	font-style: bold;
	color: darkblue;
	text-align: center;
}
h2{
	font-family: serif;
	font-size: 24px;
	font-style: bold;
}
h3{
	diplay:inline;
	font-size: 18px;
	font-style: bold;
	margin-bottom: 0px;
    padding-bottom: 0px;
    
}
table{
	font-family: arial, sans-serif;
	font-size: 14px;
	font-style:normal;
	text-align: justify;
}

ul{
	font-family: arial, sans-serif;
	font-size: 14px;
	font-style:normal;
	text-align: justify;
}
ol{
	font-family: arial, sans-serif;
	font-size: 14px;
	font-style:normal;
	text-align: justify;
}