fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

#body {
	/*margin-top: 0;*/
	margin-left: 10px;
	margin-right: 10px;
/*	background-color: #f2f2f2;
	color: #000000;*/
	min-width: 770px;
/*	width: 1000px;*/
	
}
/*
#header {
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	font-size: x-large;
	font-family: sans-serif;
	margin-bottom: 0;
}
*/
h1 {
	text-align: center;
	font-size: xx-large;
	font-family: serif;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
	font-style: italic;
}

h2 {
	text-align: center;
	font-size: large;
	font-family: serif;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
}

h3 {
	text-align: center;
	font-size: medium;
	font-family: sans-serif;
	margin-top: 1em;
	margin-bottom: 0;
	font-weight: bold;
	color: red;
	background-color: #ffffff;
}

.right {
	padding-left: 20px;
	padding-top: 0px;
	float: right;
}

.left {
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 0px;
	float: left;
}

a:link {
	text-decoration: none;
}

a:visited {
	color: #900;
/*	background-color: #ffffff;*/
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#navcol {
	float: left;
	text-align: center;
	width: 153px;
	height: 24px;
/*	max-width: 22em;*/
	max-width: 25%;
	min-width: 150px;
	margin-right: auto;
	margin-left: 2%;
/*	font-size: 1.0em;*/
	font-size: 14px;
	padding-top: 0px;
	padding-left: 0px;
	color: #000000;
/*	background-color: #ffffff;*/
	padding-bottom: 12px;
	display: inline;
}

#navcol li {
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	display: inline;
}

ul.nav {
	margin-left: 0px;
	padding-left: 0;
	list-style-type: none;
	font-variant: small-caps;
}

.nav a {
	color: #000000;
	background: #ffffff;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-bottom: 5px;
	font-weight: bold;
}

ul.nav a.button {
/*	background: #660099;*/
	background: url(button_off.gif);
	color: #ffffff;
	height: 20px;
	padding-top: 2px;
/*	padding-top: 0px;
	padding-bottom: 5px;*/
/*	border-bottom: 1px solid #ff3333;
	border-width: 4px;
	border-style: solid;
	border-top-color: #3366ff;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #3366ff;*/
}

ul.nav a.button:hover {
/*	background-color: #440077;*/
	background: url(button_on.gif);
	text-decoration: none;
	color: #ffffff;
}

/*ul.nav a.button_sp {
	background: #00dd00;
	color: #000000;
	border-width: 4px;
	border-style: solid;
	border-top-color: #33ff66;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #33ff66;
}*/

/*ul.nav a.button:active {
	font-weight: bold;
	background-color: #000099;
	color: #ffffff;
	border-width: 4px;
	border-style: solid;
	border-top-color: #000066;
	border-right-color: #3366ff;
	border-bottom-color: #3366ff;
	border-left-color: #000066;
}*/

ul.nav a.buttonhere {
/*	background: #ff3333;*/
	background: url(button_here.gif);
	color: #ffffff;
	height: 20px;
	padding-top: 2px;
/*	padding-bottom: 4px;*/
/*	border-width: 4px;
	border-style: solid;
	border-top-color: #ff6666;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #ff6666;*/
}

ul.nav a.buttonhere:hover {
/*	font-weight: normal;*/
	text-decoration: none;
	font-weight: bold;
}

.nav a:hover {
	text-decoration: underline;
/*	font-weight: bold;*/
}

#main {
/*	background-color: #ffffff;*/
	color: #000000;
/*	float: left;*/
	margin-left: 175px;
	padding-top: 0;
/*	padding-right: 2%;
	padding-left: 2%;*/
/*	text-align: center;*/
	min-width: 600px;
	max-width: 74%;
}

#left {
/*	background-color: #ffffff;*/
	color: #000000;
	margin-left: 2em;
	text-align: left;
}

table {
	border-collapse: collapse;
}

th {
	background: #000000;
	color: #ffffff;
}

th.blue {
	color: #ffffff;
	background: #3366ff;
}

th.red {
	color: #ffffff;
	background: #ff3366;
}

td.c {
	text-align: center;
}

#copy {
/*	background-color: #ffffff;*/
	color: #000000;
	clear: both;
	text-align: center;
}

.note {
	border: 2px solid #ff0000;
	text-align: center;
	color: #000000;
	background-color: #ffeeee;
	width: 60%;
	padding: 5px;
}

.memnote {
	border: 2px solid #00ff00;
	text-align: center;
	color: #000000;
	background-color: #eeffee;
	width: 60%;
	padding: 5px;
}
