@charset "utf-8";
/* CSS Document */

body {
  font-family: Arial, Helvetica, sans-serif;
	font: 10pt;
}


/* Two unequal columns that floats next to each other */
.column {
  float: left;
}

/* Left columns */
.column.left {
width: 22%;
	padding: 0px 65px 0px 8px;
}
/* Middle column */
.column.middle {
  width: 67%;
	padding: 0px 0px 0px 5px;
	font-size: 16px;
}
h1 {
	font-family: "Monotype Corsiva";
	font-size: 30px;
}
h3{
	font-family: Verdana;
	font-size: 16px;
}
#textnormal {
	font-family: "Verdana";
	font-size: 16px;
}
/* Middle column */
.column.middle.a {
	margin-left: -18px;
}
#month {
	border-style: solid;
	border-color: #C86A7;
	border:	medium;
}
/* Menu link styling */
a:link {
	text-decoration: none;
	color: #003366;
}
ul.appear {
	font-size: 12pt;	
	margin-left: -35px;
	margin-top: 0px;
	display: block;
  color:#003366;
  font-family: "Verdana";
  font-weight: bold;
  font-variant: small-caps;
	list-style-type: none;
	
}
ul.b {
	display: block;
  color:#003366;
  font-family: "Verdana";
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
	list-style-type: none;
	font-size: 12pt;
	margin-left: -40px;
}

ol.o {
	list-style-image: url("images/bd15135_.gif");
	margin-left: -15px;
	font-size: 14px;
}
/* End menu link styling */
/* Style for middle column */
#para1{
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif"; 
	font-variant-caps: all-petite-caps;
	font-size: 52pt;
	margin-top: 0px;
	line-height: 64%;
	font-display: block; 
	color:#FFCCFF;
}
/* Justifies text */
p {
	margin-top: 0;
	font-family: Verdana;
	font-size: 14px;
}
/* Creates border around specific text/link*/
p.border {
border: 4px solid #003366;
  outline: #117320 solid 10px;
  margin: auto;  
  padding: 20px;
  text-align: center;
	
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Style the footer */
.footer {
  background-color: transparent;
  text-align: center;
	line-height: 1;
}