* {
	margin:0;
	padding:0;
	border-spacing:0;
	border:none;
	font-family: sans-serif;
}

body {
	text-align:center;
	min-width:800px;
	background-color:white;
}

p {
	color:#444444;
	font-size:85%;
}

a {
	color:black
}

a:visited {
	color:black;
}
	
	
img {
	border:none;
}


table {
	width:100%;
}

table tr td {
	vertical-align:top;
}

h1 {
	font-weight: normal;
	font-family: sans-serif;
	font-size: 130%;
	margin-bottom:1em;
}

input[type=text] {
	width:100%;
}

select {
	width: 100%;
}

textarea {
	width: 100%;
	font-size:85%;
	font-family:sans-serif;
}



#body {
	text-align:left;
	border:1px dotted #444444;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:20px;
}

#navigation {
	border-top:1px dotted #444444;
	border-bottom:1px dotted #444444;
	width:100%;
	float:bottom;
}



#navigation table {
	width:auto;
}

#navigation table td {
	padding:4px;
}

a.menu_1  {
	font-size:100%;
	text-decoration:none;	
}

td.menu_1 {
	border-right:1px dotted #444444;
}

a.menu_1:hover {
	color:#006600;
}

#page {
	vertical-align:top;
}

#page table {
	width:100%;
}

#top-banner {
	padding:1em;	
}

#content {
	padding:10px;
	
}

#content img {
	float:right;
	margin:1em;
}

#footer {
	font-size:60%;
	text-align:center;
}


.contentbox {
	border:0px dotted #006600;
	margin:10px;
	padding:10px;
	background-color:#eeeeee;
}

