@import url(undohtml.css);

body { background: #699;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	color: black;
	font-family: helvetica, verdana;
	font-size: 10pt;
	}
div#all { width: 780px;
	margin: 0 auto; 
	border: 1px dotted #999;
	background: #D7E6E6;
	background-image: url(images/all_background.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
	}
div#content { width: 760px;
	background: #fff;
	text-align: left;
	border: 1px dotted #999;
	margin: 10px;
	}
div#top_nav { text-align: right;
	margin-bottom: 0; 
	background: #ccc;
	border-bottom: solid 11px #09c;
	width: 760px;
	}
a, a:visited, .tab { font-size: 80%;
	color: #366;
	padding: 0;
	}
a:hover, a:hover:visited { font-size: 80%;
	color: #366;
	background-color: #fff;
	text-decoration: none;
	}
div#top_nav a { margin-left: 5px;
	text-decoration: underline;
	}
div#top_nav a, div#top_nav a:visited, div#top_nav .tab { color: #fff;
	background: #09c;
	padding: 1px 5px 5px 5px;
	}
div#top_nav a:hover, div#top_nav a:visited:hover { color: #fff;
	background: #366;
	padding: 1px 5px 5px 5px;
	text-decoration: none;
	}
h1 { color: #366;
	margin: 0;
	padding: 5px 5px 3px 0;
	font-size: 20pt;
	}
img#banner { border-bottom: solid 11px #09c;
	width: 760px;
	}
p { padding:0px;
	margin-top: 10px;
	}
p.clearboth { clear: both;
	}
p.left { float: left;
	border: solid 1px #ccc;
	border-left: 0;
	clear: none;
	width: 270pt;
	height: 60pt;
	background-color: #fff;
	}
p.right { float: right;
	border: solid 1px #ccc;
	border-right: 0;
	clear: none;
	width: 270pt;
	height: 60pt;
	}
img.imgleft { float: left;
	margin-right: 7px;
	}
img.imgright { float: right;
	}
.large { font-size: 40pt;
	color: #ccc;
	font-weight:bold;
	}
#alignright { text-align: right;
	}
.small { font-size:80%;
	}
