body {
 margin:0;
 background-color: #fff0d0;
 text-align:center;
 font-family:times;
 }

a.toplink:link {
font-family:palatino linotype;
	font-weight:bold;
    font-size:8pt;
	color: black;
    text-decoration: none;
}
a.toplink:visited {

font-family:palatino linotype;
	font-weight:bold;
    font-size:8pt;
	color: black;
    text-decoration: none;
}
a.toplink:active {

	font-family:palatino linotype;
	font-weight:bold;
    font-size:8pt;
	color: #000000;
    text-decoration: none;
}
a.toplink:hover {
 
   font-family:palatino linotype;
	font-weight:bold;
    font-size:8pt;
	color: #FFFFFF;
    text-decoration: none;
}

a.nav:link {
	font-family:palatino linotype;
	font-weight:bold;
    font-size:12pt;
	color: black;
    text-decoration: none;
}
a.nav:visited {

	font-family:palatino linotype;
	font-weight:bold;
    font-size:12pt;
	color: black;
    text-decoration: none;
}
a.nav:active {
 

	font-family:palatino linotype;
	font-weight:bold;
    font-size:12pt;
	color: black;
    text-decoration: none;
}
a.nav:hover {

    font-family:palatino linotype;
	font-weight:bold;
    font-size:12pt;
	color: #FFFFFF;
    text-decoration: none;
}
a:link {color: #0000FF}
a:visited {color: #800080}
a:active {color: #FF0000}

h3 {
 font-weight:bold;
 font-size:18pt;
 margin: 20px 10px 10px 10px;
 }

h4 {
 margin: 10px 10px;
 }

h4.active {
font-weight:100;
font-size:14pt;
text-decoration:underline;
}



div.container {
 width:780px;
 margin:0 auto;
 text-align:left;
 }



div.head	{
 
	font:bold 8pt palatino;
	
}

div.foot {
 font: 8pt arial;
 clear:both;
 width:780px;
 margin:20px auto;
 text-align:center;
 }

div.nav {
	float:left;
	width:130px;
	height:320px;
	background: url('images/130x320menubackgrnd.jpg') no-repeat;
	text-align: right;
	padding: 90px 0 0 0;
	overflow:hidden;
}

div.slide {
	text-align:center;
	float:right;
 	margin: 10px 0 0 10px;
	width:640px;
	height:450px;
	background: url('images/slidebackground.jpg') no-repeat;	
	overflow:hidden;

}

div.text{
 	float:left;
	width:400px;
	height: auto;
	overflow:hidden;
}

div.slidefull{
	width:620px;
	height: 205px;
	margin:20px;
	overflow:hidden;
}

div.image {
	float:right;
	width:200px;
	height:400px;
	margin:25px 20px;
} 


p {
	margin:5px 10px 5px 20px;
	text-indent: 10px;
	text-align: justify;
	overflow:hidden;
}

table{
	border:solid 1px #000000;
	margin:5px 20px;
	border-collapse:collapse;
	float:left;
	text-align:center;
	font-size:12px;
	display:table;
}

th{
	font-weight:bolder;
	border:solid 1px #000000;
	text-align:center;
}

td{
	border:solid 1px #000000;
	padding:0 1px;
}

div.cent{
	text-align:center;
	width:100%;
	display:table;
}

.valid {
	float:right;
	border:0;
	width:88px;
	height:31px;
	margin:5px 5px 0 5px;
}

.textarea {
 margin:5px 0;
	width:595px;
	height:100px;
	overflow:hidden;
	background-color:#fff0d0
}