body
{
	background: #666;
	color: #eee;
	font-family: 'times new roman', serif;
}

.heading
{
	background: url(images/middle.png) repeat-x;
	color: silver;
	font-weight: 600;
	font-size: 20pt;
	text-align: center;
	font-family: 'times new roman', serif;
	font-variant: small-caps;
	letter-spacing: 5pt;
}

.footer
{
	color: silver;
	font-weight: 600;
	font-size: 12pt;
	text-align: center;
	font-family: 'times new roman', serif;
	font-variant: small-caps;
	letter-spacing: 3pt;
	background-image: url(images/middle_b.png);
	background-repeat: repeat-x;
}

.footer a
{
	color: silver;
	text-decoration: none;
}

.footer a:hover
{
	color: white;
}


.line
{
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	width: 33%;
	background-position: left center;
}

.black_line
{
	background-image: url(images/black_line.gif);
	background-repeat: repeat-x;
	width: 33%;
	background-position: left center;
}

.left_middle 
{
	background-image: url(images/middle_l.png); 
	background-repeat: repeat-y;
	background-position: left;
}

.right_middle
{
	background-image: url(images/middle_r.png);
	background-repeat: repeat-y;
	background-position: right;
}

.nav a
{
	text-decoration: none;
	display: block;
	color: #333;
	font-size: 1.5em;
	padding: 0.3em;
	font-family: 'times new roman', serif;
	font-variant: small-caps;
}

.nav a:hover
{
	color: rgb(34, 46, 132);
}

.content
{
	background: rgb(227, 221, 181);
	color: black;
}

.nav_table a
{
	text-decoration: none;
	display: block;
	color: #333;
	font-size: 1.5em;
	padding: 1em;
	font-family: 'times new roman', serif;
	font-variant: small-caps;
}

.blog-heading
{
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	color: #333;
	font-weight: 600;
	font-size: 10pt;
	font-family: 'times new roman', serif;
	font-variant: small-caps;
	padding: 2px 3px 1px 5px;
}

.blog-heading a
{
	text-decoration: none;
}

.blog-heading a:hover
{
	text-decoration: underline;
}

.plain
{
	text-align: left;
	color: #333;
	font-size: 1em;
	font-weight: 400;
	padding: 0.3em;
}

.plain a
{
	font-size: 10pt;
	font-weight: 400;
	color: blue;
	font-variant: normal;
}




