body {	
	font-family:"Lucida Grande", Lucida, Helvetica, Arial;
	font-size:15px;
	background-color:#605F5F;
	margin:0 auto;
	padding:0;
	height:100%;
	color: #efefef;
}

hr {
	width: 300px;
	align: center;
	color: #eee;
}

/*text*/

h1 {
	font-family: georgia, "Palatino Linotype", "Times New Roman";
	font-size: 25px;
	color: #eee;
	text-align: center;
}

h2 {
	font-family: Arial Black;
	font-size: 18px;
	color: #efefef;
	text-indent: .75in;
	text-align: center;
}
h3 {
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	text-indent: 1in;
	color: #A1A1A1;
}

h3.alt {
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	text-indent: 1in;
	color: #efefef;
}

h3.alt a:visited, a:hover, a:active {color: #002653}
h3.alt a {color: #efefef;}

h3#content a:visited {color: #efefef;}

p {
	text-indent: .25in;
	font-size: 14px; 
	margin: 10px;
	color: #eee;
}

p.alpha {
	text-indent: 0in;
	font-size: 14px; 
	margin: 10px;
	color: #eee;
}

blockquote {
		border: 2px dashed #54696D;
		color: #002653;
		padding: 5px;
		font-size: 15px;
}

blockquote.issue {
		border: 2px dashed #54696D;
		color: #efefef;
		padding: 5px;
		font-size: 15px;
}

blockquote.bio {
		margin-left: 2in;
		border: none;
		color: #222;
		padding: 9px;
		font-family: georgia;
		font-size: 16px;
}

div#content a {color: #002653; text-decoration: none; font-weight: bold;}
div#content  a:visited {color: #74AFCF; text-decoration: none; font-weight: bold;}
div#content a:hover, div#content a:active {color: #eee; text-decoration: none;}

div#menu a, div#menu a:visited {font-family: Helvetica; color: #002653;}
div#menu a:hover, div#menu a:active {color: #efefef;}

div#copy a, div#copy a:visited {color: #222; text-decoration: none;}
div#copy a:hover, div#copy a:active {color: #efefef; text-decoration: none;}

/*boxes*/

div#wrap {
	min-height:100%;
	margin:0 auto;
	width:725px;
	padding-top:0px;
	
}
div#content {
	background-color:#605F5F;
	width:650px;
	margin-bottom: 50px;
	float:left;
	min-height:100px;
}

div#menu {
	position: fixed;
	top: 15px;
	right: 50px;
	width: 95px;
	float:right;
	text-align: justify;
}
div#copy {
margin-right: 30px;
width: 10px;
float:right;
text-align: center;
font-family: georgia;
color: #222;
font-size: 12px;
}

ol {margin: 2px;}
li {margin-bottom: 0.5em;}