body
{ 	
	color:rgb(255,255,255); 
	font-family:Verdana, sans;
	font-size: 10pt;
	letter-spacing:0pt;
	text-align: center;
	vertical-align: middle;
}
hr
{
	width: 80%;
	margin-top: 10pt;
	margin-bottom: 10pt;
	height: 0px;
	color: #333333;
}
.logo
{
	width:5%;
	background-image:url('images/topleft.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}
.topnav
{	
	border-bottom: solid 1px;
	vertical-align: bottom;
	text-align: left;
	font-weight:bold;
}
a
{
	text-decoration:none;
	color:rgb(255,255,255);
}
.topright
{
	width:5%;
	background-image:url('images/topright.png');
	background-position: -1 100%	;
	background-repeat: no-repeat;
}		
.sidenav
{
	width:2%;
	height: 100%;
	font-size: 10pt;
	border-right: solid 1px;
	font-weight:bold;
	text-align: right;
	height:100%;
	vertical-align: top;
	font-variant:small-caps;
}
.content
{
	padding: 5pt;
	text-align: center;
	font-size:10pt;
}
.right
{
	width:5%;
	height: 100%;
	font-size: 10pt;
	font-weight:bold;
	border-left: solid 1px;
	text-align: left;
	height:100%;
	vertical-align: top;
}		
.bottomleft
{
	background-image:url('images/bottomleft.png');
	background-position: 100% -1;
	background-repeat: no-repeat;
}
.bottom
{
	border-top: solid 1px;
	text-align: center;
	vertical-align: top;
}
h1
{
	font-family:Helvetica, sans;
	font-size:18pt;
}

h2
{
	font-family:Helvetica, sans;
	font-size:14pt;
	font-weight:bold;
}

.bottomright
{
	background-image:url('images/bottomright.png');
	background-position: -1 -1;
	background-repeat: no-repeat;
}