body {
	font-size: 100%;
	width: 650px;
}

p {
	font-family : Georgia, Times, serif;
	font-size : 1em;  
	line-height : 130%;
	color : #000;
	margin-left : 15px;
	background-color : #FFF;
}

#wrapper {
	border: 2px solid #33C;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	background-color: #FFF;
	text-align: left; /* re-align the text to the left after the above hack */
	width: 770px;
	min-height: 1000px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 130%;
	font-weight: normal;
}

#content {
	width: 100%;
}


#navcolumn { /*navigation column is on the left */
	float: left;
	width: 20%;
	padding: 20px 10px 0 10px;
	font-family: Georgia, Times, serif;
	font-size: .9em;
	background-color: #FFF;
	color: #33C;
}
#navcolumn ul {
	margin: 0;
	padding: 0;
	border: none;
}
#navcolumn li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#navcolumn li a {
	background-color: #FFF;
	color: #33C;
	text-decoration: none;
}
html>body #navcolumn li a { 
    width: auto; 
}
#navcolumn li a:visited {
	color: #799EE3;
	background: #FFF;
}
#navcolumn li a:hover {
	color: #FFF;
	background: #759BE3;
}
#navcolumn img {
	margin-left: 25px;
	margin-right; 25px;
}

#contentcolumn { /* content column is on the right */
	float: right;
	width: 70%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 30px 15px 0 15px;
}
#contentcolumn ol li{
	font-family:  Georgia, Times, serif;
	line-height: 130%;
	list-style-position: outside;
	list-style-type: decimal;
}

#contentcolumn ul li{
	font-family: Georgia, Times, serif;
	line-height: 130%;
	list-style-position: outside;
	list-style-type: square;
	}

#contentcolumn a {
	float: right;
	background-color: #FFF;
	color: #33C;
	width: 100%;
	max-height: 1000px;
}
html>body  a { 
    width: auto; 
}
#contentcolumn a:visited, hover {
	background-color: #8FAEE9;
	color: #FFF;
}
	
h1 {
    font-family : Georgia, Times, serif;
	font-size : 1.7em;
	font-weight : bold;
	text-align : left;
	color : #3333CC;
	background-color : #FFFFFF;
}
h2 {
	font-family : Georgia, Times, serif;
	font-size : 1.3em;
	font-weight : bold;
	text-align : left;
	color : #3333CC;
	background-color : #FFFFFF;
}
h3 {
	font-family: Georgia, Times, serif;
	font-size: 1.1em;
	line-height: 130%;
	font-weight: bold;
	color: #3333CC;
}
h4 {
	font-family: Georgia, Times, serif;
	font-size: 1em;
	line-height: 130%;
	font-weight: bold;
	color: #000;
}

.title {
	font-family : Georgia, Times, serif;
	font-size : medium; 
	font-style : normal;  
	font-weight : bold; 
	line-height : 100%;
	color : #3333CC;
	background-color : #FFFFFF;
}
.byline {
	font-family : Georgia, Times, serif;
	font-size : .8em; 
	font-style : italic; 
	line-height : 110%;
	text-align: right;
	color : #33C;
}
.quote {
	color : #000;
	line-height : 130%;
	margin-left : 40px;
	margin-right : 40px;
}

.close {
	font-family : Georgia, Times New Roman, Times, serif;
	font-style : italic;
	font-weight : bold;
	color : #3333CC;
	text-align : right;
	line-height : 100%;
}
td#links {
	font-family: Georgia, "Times Roman", Times, serif;
	font-size: .8em;
	line-height: 150%;
	text-align: center;
}
td#links a {
	font-family: Georgia, Times Roman, Times, serif;
	font-size: 1em;
	color: #3333CC;
	text-decoration : underline;
	list-style-position: outside;
	list-style-type: square;
}
td#links a:visited {
	color: #39C;
	text-decoration: underline;
	list-style-type: upper-roman;
	list-style-position: outside;
}
td#links a:hover {
	color: #39C;
	text-decoration: underline;
	list-style-type: upper-roman;
	list-style-position: outside;
}
#photo1 {
	margin: 15px;
	float: left; 
}
#photo2 {
	margin: 15px;
	float: right;
}
.photo_caption {
	font: italic 0.7em/130% Georgia, "Times New Roman", Times, serif;
	margin: 5px;
	padding: 0px;
	display: block;
}

#footer {
	clear: both;
	width: 100%;
}
