/* set all tags to the master font */
/* td,div,p, input,li,form { 
	font-family: verdana;
	font-size: 11px; 
	color: #000000;
}
*/

body{ 
	font-family: verdana;
	font-size: 11px; 
	color: #000000;
	background:#000000;
	text-align:center;
	margin: 0px, 0px, 0px, 0px;

}

p
{
	margin-left: 10px;
}

h1
{
	font-family: verdana;
	font-size: 18px; 
	color: #121A3E;
	font-weight:bold;
	margin-top: 0px;
	margin-left: 5px;

}

h2
{
	font-family: verdana;
	font-size: 13px; 
	color: #121A3E;
	font-weight:bold;
	margin-top: 15px;
	margin-left: 15px;

}

h3
{
	font-family: verdana;
	font-size: 11px; 
	color: #121A3E;
	font-weight:bold;
	margin-top: 15px;
	margin-left: 0px;
	margin-bottom: -10px;

}

.left_col
{
	background-color:#778899;
	color:#000000;
	margin: 5px, 5px, 5px, 5px;
	text-align:center;
	height: 600px;

}

.main_col
{
	background-color:#FFFFFF;

}

.body_text
{
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: text-top;
	
	
}

.links
{
	background-color:#778899;
	border:0px;
	color:#191970;
	text-align:center;
	font-size:10pt;
	font-weight:bold;
	margin-left: auto;
	margin-right: auto;
	padding:  0px,0px,0px,0px;
}

.publication
{
	font-weight:bold;
}

.links a {text-decoration: none; padding:  0px,5px,0px,5px;}
.links a:link { color: #191970}
.links a:visited { color: #191970}
.links a:hover	{ color: #F0FFFF; text-decoration: underline; }
.links a:active { color: #191970}

.left_col a {text-decoration: none;font-weight:bold;}
.left_col a:link { color: #191970}
.left_col a:visited { color: #191970}
.left_col a:hover	{ color: #F0FFFF; text-decoration: underline; }
.left_col a:active { color: #191970}


a {text-decoration: none;}
a:link { color: #00008B}
a:visited { color: #00008B}
a:hover	{ color: #BB3228; text-decoration: underline; }
a:active { color: #00008B}

.poem
{
	padding-left:		25px;
	margin-top: 15px;
}

.poem h3
{
	font-weight:		bold;
	margin-left: 0px;
	margin-bottom: 15px
}

.title {
	font-weight: normal;
	font-style: italic;
	font-size:8pt;
	color:#213961;
}

.title a  
{font-weight: bold;}

.foot {
	font-size: 10px; 
	font-family: arial; 
	color: #6990AF;
	text-align:center;
}

.foot:link { color:#6990AF; }
.foot:visited { color:#6990AF; }
.foot:active { color:#6990AF; }
.foot:hover { color:#00008B;  text-decoration: none;}


dt {
font-size: 12px; 
font-family: verdana; 
color: #121A3E;
padding-top:10px;
padding-left:20px;
font-weight:bold;
}

dd {
padding-top:5px;
} 

small {
font-size: 9px; 
font-family: verdana; 
color: #993300;
}

li {
padding-top:10px;
}