body { margin: 0;
	padding: 0;
	background-color: #CAE6B9; 
	color: #000;
	font-family: "Palatino Linotype", Arial, Helvetica, sans-serif; 
	font-size: 0.9em;
	background : white url("28cd.jpg") repeat-y;
}

.out {
/*	background-color: #CAE6B9; */
	text-align: center;
	margin-bottom: 1%;
	padding-bottom: 20px;
}
.main {
	margin-top: 1%;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
/*	border: 4px solid #645548;
	background-color: #CAE6B9; */
}
h1 {
	font-size: 2.5em;
	background-color: #CAE6B9;
	border: 4px solid #645548;
	margin-bottom: 0.2em;
	}
h2 {
	margin-top: 1em;
}
.navbar {
/*	border-top: 2px solid black;
	border-bottom: 1px solid black;
	background: rgb(50%,75%,75%) url(thing4.jpg) 100% 85% no-repeat;	height: 1.5em; */
	margin-bottom: 30px;
}
.column {
	float: left;
	padding-top: 5em;
	margin-left: 0;
	width: 15%;
}
.content {

/*	padding-left: 21%;
	padding-right: 120px;
	padding-bottom: 2%;
	text-align: justify; */
}
.content img {

	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.1em;
	border: 2px solid black; 

	}
 
ul {
	margin-left: 0;
	display: block;
	list-style: none;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: red;
}

li {
	text-decoration: none;
	font-weight: bold;
}
li a{
	font-size: 1em;
	margin-right: 0;
	margin-top: 1em;
	background-color: white;
	width: 6em;
	height: 1.2em;
	border: 1px solid gray;
	margin-left: -10px;
}
li a:link {
	display: block;
	font-weight: bold;
	color: black;
	
}
li a:visited {
	display: block;
	font-weight: bold;
	color: #9966CC;
}

li a:hover {
	display: block;
	background-color: #999999;
	color: #FFFFFF;
}

li a:active {
	display: block;
	font-weight: bold;
	color: blue;
}

.footer {
	background: rgb(50%,75%,75%) url(thing4.jpg) 100% 85% no-repeat;
	height: 1.5em;	
	text-align: center;
	border-top: 2px solid black;
	font-size: 0.8em;
	color: black;
	font-weight: bold;
}
p {
	font-weight: bold;
	color: black;
	line-height: 1.1em;
}
table {
	border-right: 1px dotted red;
	border-top: 1px dotted red;
}
td  {
	font-weight: bold;
	text-align: center;
	border-bottom: 1px dotted red;
}
.biggerfont {
	font-size: 1.3em;
}
.map {
	font-size: 1.5em;
}
.textcol {
	background-color: yellow;
}
fieldset {
	padding: 20px;
}