body {
	font-size: 16px;
	font-family: "Times New Roman", Garamond, serif;
	/*background: url(pics/background.gif) repeat;*/
	background-color: #E6FFDB;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	text-align: center;
	margin-right: 230px;
	/*background: white;*/
	background-color: #E6FFDB;
}

#navbar {
	font-weight: normal;
	font-variant: small-caps;
	padding-top: 0;
	padding-bottom: 5px;
	/*background: white;*/
	background-color: #E6FFDB;
}

ul.nav li {
	display: inline;
}

ul.nav a {
	width: 8em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
}

ul.nav {
	margin-left: 0;
	list-style: none;
	padding-left: 0px;
	padding-top: 6px;
	padding-bottom: 5px;
	text-align: center;
}

ul.nav a.button {
	background: #0000ff;
	color: #ffffff;
	border-width: 4px;
	border-style: solid;
	border-top-color: #3366ff;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #3366ff;
	margin-right: -2px;
}

ul.nav a.buttonhere {
	background: #009933;
	color: #ffffff;
	border-width: 4px;
	border-style: solid;
	border-top-color: #00c141;
	border-right-color: #008c2f;
	border-bottom-color: #007f2a;
	border-left-color: #00b63d;
	margin-right: -2px;
}

ul.nav a:hover { color: #ffff00;
	font-weight: normal;
	text-decoration: none;
}

ul.nav a.buttonhere:hover { color: #ffffff;
	font-weight: normal;
}

ul.nav a.buttonhere:active {
	background: #009933;
	border-top-color: #00c141;
	border-right-color: #008c2f;
	border-bottom-color: #007f2a;
	border-left-color: #00b63d;
}

ul.nav a:active {
	color: #ffff00;
	font-weight: bold;
	background: #000066;
	border-top-color: #000056;
	border-right-color: #000093;
	border-bottom-color: #000093;
	border-left-color: #000056;
}

a:link {
	text-decoration: none;
}

a:visited {
	color: #900;
	text-decoration: none;
}

a:hover {
	color: #FF3333;
	text-decoration: underline;
}

h1 {
	font-family: "Times New Roman", serif;
	color: blue;
	padding: 0;
	margin: 0;
	font-size: 42px;
	font-weight: normal;
}

h2 {
	font-family: "Times New Roman", serif;
	color: blue;
	padding: 0;
	margin: 0;
	font-size: 28px;
	font-weight: normal;
}


h3 {
	padding-top: 1em;
	margin-top: 0;
	font-family: sans-serif;
	text-decoration: underline;
	text-transform: uppercase;
}

h4 {
	padding-top: 1em;
	padding-bottom: 0;
	margin-bottom: 0;
	font-family: sans-serif;
	text-decoration: underline;
	text-transform: uppercase;
}

h5 {
	padding-top: 1em;
	padding-bottom: 0px;
	font-weight: normal;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h6 {
	padding-top: 0px;
	padding-left: 20%;
	padding-right: 20%;
	font-weight: normal;
	font-size: x-small;
}

p {
	font-family: serif;
	text-transform: capitalize;
/*	line-height: 0;*/
}

p.history {
	line-height: 1em;
	text-align: center;
	padding-left: 20%;
	padding-right: 20%;
	text-transform: none;
}

p.right {
	float: right;
	/*margin-right: 230px;*/
}

img.left {
	float: left;
	margin-top: 15px;
	margin-left: 100px;
}

img.right {
	float: right;
	margin-top: 5px;
	margin-right: -150px;
}
/*
img.photol {
	float: left;
	margin: 0 15px 10px 150px;
}

img.photor {
	float: right;
	margin: 0 150px 10px 15px;
}
*/
#main {
	clear: both;
	background: yellow;
	margin-left: 10px;
	margin-right: 10px;
}

#mainleft {
	float: left;
	width: 470px;
	margin-left: 10px;
	background: yellow;
}

#mainright {
	float: right;
	width: 470px;
	margin-right: 10px;
	background: yellow;
}

#calmain {
	clear: both;
	background: yellow;
	margin-left: 10px;
	margin-right: 10px;
}

*html #calmain {
	clear: both;
	background: yellow;
	margin-left: 10px;
	margin-right: 10px;
}

#copy {
	clear: both;
	text-align: center;
	font-size: 10px;
}
