body {
	font-family: Arial, Helvetica, sans-serif;
	color: #757575;
	background-color: #FFFFFF;
	text-align: center;
	min-width: 855px;
}
.textbackground {
	background-color: #F0F0F0;
}
a {
	text-decoration:none;
	color: #006633;
}

#fullframe {
	width: 855px;
	margin:0 auto;
	text-align: left;}
	
#leftcolumn {
	float:left;
	width: 180px;}
	
#navigation ul{
	margin-left:0;
	padding-left:0;
	list-style-type: disc;
	}
#navigation li{
	position:relative;
	float:left;
	background-color: #f0f0f0;
	border: 2px outset #637267;
	border-radius: 5%;
	-moz-border-radius: 5%;
	-webkit-border-radius: 5%;
	list-style-type: none;
	width:178px;
	background-repeat: no-repeat;
	text-align:center;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#navigation a:hover{
	color:#FF3300;
		}

#content {
	position:relative;
	width:648px;
	padding:10px;
	min-height:400px;
	float:right;
	border-radius: 1%;
	-moz-border-radius: 1%;
	-webkit-border-radius: 1%;
	}

#bottomnavigation {
	position:relative;
	clear:both;
	}
#bottomnavigationlist {
	text-align:right;
	}
#bottomnavigationlist li{ 
		color: #757575;
		display: inline; 
		padding: 5px 5px;
		font-size:12px;}
		
#bottomnavigationlist a{
		color: #757575;
		}
#bottomnavigationlist a:hover{
	color:#006633;
	}
		
#footer{
	position:relative;
	border: thin ridge #006633;
	border-radius: 1%;
	-moz-border-radius: 1%;
	-webkit-border-radius: 1%;
	clear:both;
}

#footerlist {
	text-align:center;
	}
#footerlist li{
	display: inline;
	padding: 5px 10px;
	font-size:12px;
	}
	
#footerlist a{
	color:#757575;
	}
#footerlist a:hover{
	color:#006633;
	}
	
.portrait {
	padding:;
	padding: 5px;
	}