body 
	{
	color: #6b6c5e;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	line-height: 20px;
	background-color: #EBD6D6;
	text-align: left;
	margin: 0
	}

#header 
	{
	color: white;
	font-size: 9px;
	line-height: 16px;
	background-color: #476689;
	letter-spacing: 6px;
	position: absolute; 
	top: 0px; 
	left: 0px; 
	height: 68px;
	width: 100%;
	}

#navbar 
	{
	color: white;
	font-size: 9px;
	line-height: 16px;
	background-color: #476689;
	letter-spacing: 5px;
	margin-bottom: 15px;
	position: absolute; 
	top: 70px; 
	left: 0px; 
	height: 16px;
	width: 100%;
	}

a 
	{
	color: #c63;
	text-decoration: none
	}

a:hover 
	{
	color: white;
	text-decoration: none
	}

.menuitem 
	{
	color: #758642;
	margin-top: 10px;
	margin-left: 10px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 1px dotted #758642;
	border-left: 0px none; 
	}

.menuitem a:link 
	{
	color: #758642;
	text-decoration: none
	}

.menuitem a:hover 
	{
	color: white;
	text-decoration: none
	}

.leftcol 
	{
	text-align: right;
	position: absolute;
	top: 100px;
	left: 10px;
	width: 155px;
	height: 150px 
	}

.midcol 
	{
	position: absolute;
	top: 78px;
	left: 150px;
	width: 500px;
	height: 500px;
	padding-left: 40px; 
	padding-right: 10px; 
	padding-top: 10px; 
	padding-bottom: 10px
	}

.rightcol 
	{
	font-size: 9px;
	font-style: italic;
	line-height: 20px;
	position: absolute;
	top: 65px; 
	left: 770px; 
	width: 150px; 
	height: 500px
	}
	
#footer 
	{
	color: white;
	font-size: 9px;
	line-height: 16px;
	background-color: #476689;
	letter-spacing: 6px;
	position: absolute; 
	top: 1150px; 
	left: 0px; 
	height: 16px;
	width: 100%;
	}
	
#table1 
	{
	visibility: visible;
	width: 100%;
	position: relative
	}

#table1 table   
	{
	font-size: 12px;
	font-family: Verdana, Geneva, Arial;
	background-color: #CB878F
	}

#table1 td 
	{
	padding: 0px 6px 0px 6px;
	background-color: #DEB3B9
	}