﻿body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
	text-align: center; 
	color: white;
	background-color: #3e4665;
}

img {
	border-width: 0;
}

A.lnk	{
	text-decoration:	none;
	color: #787e94;
	}	

A.lnk:link	{
	text-decoration:	none;
	color: #787e94;
	}	
		
A.lnk:visited	{	
	text-decoration:	none;
	color:	#787e94;
	}	
		
A.lnk:active	{	
	text-decoration:	none;
	color: Orange;
	}	
		
A.lnk:hover	{	
	text-decoration: none;
	color: Orange;
	}

.padpanel
{
	position: relative;
	text-align: left;
	border-right: #787e94 2px solid;
	border-top: #787e94 2px solid;
	border-left: #787e94 2px solid;
	border-bottom: #787e94 2px solid;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}

.smalltext
{
	font-family: Verdana, sans-serif;
	font-size: x-small;
	color: Red;
}

/* Layout */

#header
{
	clear: both;
	margin: 20px 0px 0px;
	padding: 0px;
	background-color: #787e94;
	width: 760px;
/*	height: 71px; */
	border-right: white 2px solid;
	border-top: white 2px solid;
	border-left: white 2px solid;
	border-bottom: white 2px solid;
}


#footer {
	width: 760px;
	padding-top: 20px;
	padding-bottom: 4px;
	font-family: Verdana, sans-serif;
	font-size: x-small;
	text-align: center;
	color: #3e4665;
	background-color: #b4b4b4;
	clear: both;
	border-right: white 2px solid;
	border-top: white 0px solid;
	border-left: white 2px solid;
	border-bottom: white 2px solid;
}

#content
{
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 760px;
	height: 600px;
	color: #787e94;
	background: #b4b4b4;
	border-right: white 2px solid;
	border-top: white 0px solid;
	border-left: white 2px solid;
	border-bottom: white 0px solid;
}

#subcontent
{
	position: relative;
	margin-top: 14px;
	text-align: left;
	font-size: 11px;
	width: 580px;
	height: 94%;
	color: #3e4665;
	background-color: GhostWhite;
	border-right: #3E4665 2px solid;
	border-top: #3E4665 2px solid;
	border-left: #3E4665 2px solid;
	border-bottom: #3E4665 2px solid;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}

