div#menu
{
	position: absolute;
	top: 15px;
	left: 15px;
	/*height: 100%;*/
	border: 1px solid #000000;
	background-color: #E9F8FF;
	color: #2F4F4F;
	width: 9%;
	padding: 10px 0px;
	text-align: center;
	font-size: 1.25em;
	font-family: "Verdana", serif;
}

a.nav:link
{
	color: #483D8B;
	text-decoration: none;
}
a.nav:visited
{
	color: #2F4F4F;
	text-decoration: none;
}
a.nav:hover
{
	/*background-color: #FFFFFF;*/
	text-decoration: underline;
	color: #8B0000;
}
a.nav:active
{
	color: #0000FF;
	text-decoration: none;
}

div#content
{
	position: relative;
	margin-left: 13%;
	/*width: 87%;*/
	color: #101061;
	padding: 0px;
	border-left: 2px dashed #616D7E;
}
div#cont
{
	height: 100%;
	width: 780px;
	position: relative;
	left: 50%;
	margin-left: -390px;
	border: 3px double #003400;
	background-color: #F5F5F5;
}
div.entry
{
	padding: 20px;
	margin: 15px;
	border: thin inset #600000;
	background-color: #FFF4D9;
}
p#foot
{
	color: #000000;
	text-align:center;
	font-size: small;
	font-style: italic;
	text-align: center;
	padding: 6px 0px;
	/*width: 100%;*/
	border-top: 2px solid #000000;
	background-color: #FFB9B9;
}
p#nav, p.com_nav
{
	text-align: center;
	font-family: courier, monospace;
	font-size: smaller;
}
p.p_date
{
	font-style: italic;
}
p.p_subj
{
	text-align: center;
	font-weight: bold;
}

div.cmt
{
	padding: 8px;
	position: relative;
	left: 50%;
	width: 70%;
	margin-left: -37%;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
p.com_hd
{
	position: relative;
	padding-bottom: 3px;
	text-indent: 15px;
	width: 100%;
	border-bottom: 1px dashed #FFB9B9;
}

p.cmt_tp
{
	text-align: center;
	color: #8F4949;
	font-size: .9em;
	font-style: italic;
	/*
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	*/
}

.b
{
	font-weight: bold;
}

.i
{
	font-style: italic;
}

