﻿/* CSS layout */
#articletop {
	}

#container {
	margin:0 auto;
	max-width:1200px;
}

#masthead {
	background-color:white;
}

#top_nav {
	background-color:white;
}
#page_content {
	background-color:white;
	margin-top:15px;
	margin-bottom:15px;
	margin-right:15px;
	margin-left:25px;
}

#footer {
	background-color:white;
	margin-right:10px;
	margin-left:10px;
	clear:both;
}

#photoleft {
	float:left;
	margin:20px;
}

#photoright {
	float:right;
	margin:20px;
}

body {
	background-color:white;
	margin:0px;
}

a {
	color: #95683F;	
}

h1 {
	margin:0px;
	font-family:Georgia, serif;
	font-weight:normal;
	font-style:italic;
	color:#CC9900;
}

h3 {
	margin-top:0px;
	margin-bottom:0px;
	font-style:italic;
}

img {
	border:0px;
	border-style:none;
}

p {
	font-family:Georgia;
	margin-top:0px;
	margin-bottom:0px;
}

.caption {
	font-size:small;
	font-style:italic;
	margin-top:5px;
}

.center {
	text-align: center;
}

.fine {
	font-size: x-small;
}

.medium {
	font-size:medium;
}

.large {
	font-size:x-large;
}

.xlarge {
	font-size:xx-large;
}

.nav {
	font-size: medium;
	font-weight:bold;
	text-decoration:none;
	color: #FF00FF;
	margin-top: 20px;
	margin-right:15px;
	border-bottom-style: solid ; 
	border-bottom-color: #FF00FF;
	border-bottom-width: 1px;
	border-top-style: solid ; 
	border-top-color: #FF00FF;
	border-top-width: 1px;
}

.tag {
	color: #FFFFFF;
	font-size:12pt;
	text-align:right;
	text-decoration:none;
}

