﻿body 
{
	background: white;
	color: Black;
	margin: 1pc 1pc 1pc 1pc;
	font-family: Times New Roman;
	font-size: 12pt;
}

#NavContainer, #footer #topright form, #footer #bottomnav
{
	display: none;
	visibility: hidden !important;
}
#HeadContainer
{
	text-align: center;
}
#HeadContainer span
{
	text-decoration:none;
	font-size: 28pt;
	color: Black;
}
#content
{
	padding: 2pc 0 0 0;
}
#content h1
{
	text-align: right;
}
#content #leftcolumn
{
	float: left;
	width: 15pc;
	background-color: #EEEEEE;
}
#content #maincolumn
{
	float:right;
}
#footer
{
	clear: both;
	padding: 1pc 0pc 0pc 0pc;
	vertical-align: bottom; 
}

#footer #topright
{
	text-align: right;
	border-style: none;
}
#footer #topright a img
{
	text-align: right;
	border-style: none;
	text-decoration: none;
}
#footer #bottom
{
	text-align: center;
	margin: 1pc 0pc 0pc 0pc;
}
.bold
{
	font-weight: bold;
}
.italic
{
	font-style: italic;
}
.underline 
{
	text-decoration: underline;
}
.side_image {display:block; margin-left:3pc; margin-bottom:2pc;}
.side_image_last {display:block; margin-left:3pc; margin-bottom:2pc;}