body{border:solid 1px #000000;
	padding-right:5%;
	margin:0px;
	font-size: 95%;
	font-family: Helvetica, Arial, Verdana;
	font-weight: 500;
	}
.header{width:650px; 
	margin-left: auto; 
	margin-right:auto;
	}
.header a:hover{background-color: transparent;}
.redbold{color:red;
	font-weight: 600;
	}
.greenbold{color:#006600;
	font-weight: 600;
	}
.rightmenu{float:right;
	margin-right: 2%;
	border:solid 1px #660000;
	padding: 10px;
	font-size: 90%;
	font-weight: 600;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #F3E8C5;
	}
.rightmenu a:link{color: #660000;
	text-decoration:none;
	}
.rightmenu a:visited{color: #663300;
	text-decoration:none;
	}
.rightmenu a:hover{color: #ffffcc;
	background-color: #660000;
	text-decoration:none;
	}
.leftmenu{float:left;
	margin-right: 20px;
	border:solid 1px #660000;
	padding: 5px;
	font-family: helvetica;
	font-size: 90%;
	margin-left: 10px;
	background-color: #F3E8C5;
	width: 25%;
	
	}
.leftmenu a:link{color: #660000;
	text-decoration:none;
	}
.leftmenu a:visited{color: #663300;
	text-decoration:none;
	}
.leftmenu a:hover{color: #ffffcc;
	background-color: #660000;
	text-decoration:none;
	}
.smalltext{font-size: 85%;}
.horizontalrule{
	width: 602px;
	height: 35px;
	margin-left:auto;
	margin-right:auto;
	border:none;
	background-image : url(images/horizontal_rule.gif);
}
.bottommenu{text-align:center;
	width: 80%;
	font-size: 90%;
	font-family: Helvetica, Arial;
	background-color: #F3E8C5;
	border: solid 1px #660000;
	padding: 3px;
	margin-left: auto;
	margin-right:auto;
	margin-top: 10px;
	clear:both;
	
	}
.top{text-align: center;
	width: 15%;
	background-color: #ffffcc;
	font-size: 90%;
	border:solid 3px #660000;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 5px;
	margin-top: 5px;
	}
.top a:link{text-decoration:none;
	color: #660000;}
.top a:visited{text-decoration:none;
	color: #660000;}
.top a:hover{text-decoration:none;
	color: #ffcccc;
	background-color: #660000;
	}
.note{border:solid 1px #0000ff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:5px;
	padding-bottom: 5px;
	background-color: #ffffcc;
	color: #cc0000;
	font-size: 90%;
	font-family: arial;
	}	

h1{font-size: 135%;
	margin-left: 5%;
	font-weight: 600;
	}
	
h2{font-size: 125%;
	text-align:center;
	font-weight: 600;
	color: #660000;
	background-color: #F3E8C5;
	border-left: solid 1px #660000;
	border-right: solid 1px #660000;
	width: 50%;
	margin-left: auto;
	margin-right:auto;
	clear:both;
	}
h3{margin-left: 5%;
	color: #330099;
	}
p{margin-left: 8%;
	margin-right:5%;
	}
ul{margin-left: 15%;
	}
ol{margin-left: 15%;
	}
hr{width: 70%;
	margin-left: auto;
	margin-right: auto;
	color:#660000;
	background-color:#660000;
	border:solid 1px #660000;
	}
img{border-color: #660000}
a:link{color:#0000ff;}
a:visited{color:#000099}
a:hover{color:#ffffff;
	background-color: #000099;
	}