body {
	background-color: #F1E3BF;
	width: 860px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt; color: #633131; margin-top: 10px;
	margin-left: Auto; margin-right: Auto; margin-bottom: 10px;
}
p {
	margin-left: 0px; margin-right: 0px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px; margin-bottom: 6px; font-size: 10pt;
}
/*a.blue, a:active.blue, a:link.blue,  {
	font-weight: bold; color: #00708c; margin-left: 25px;
	text-align: left;
}
a:visited.blue {
  font-weight: bold; color: #008FB9; margin-left: 25px;
	text-align: left;
}
a:hover.blue {
	font-weight: bold; color: #5D5DB9;
}*/
/*  -----------------------links ------------------- */
a:link, a:visited { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 9pt; 
	color: #00708C;
	text-decoration: none;
}	
a:hover {
	color: #B44800;
	text-decoration: none;
}
a:focus, a:active {
	color: #00708C;
	text-decoration: none;
}
a img {
	border: 0;
}
/*  ------------- DIVS ------------------------- */
.largeBold {
	font-size: 12pt; 	font-family: "Times New Roman", Times, serif;
	margin-top: 0px; margin-bottom: 6px; font-weight: bold;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
	margin-bottom: 3px;
	text-indent: 0px;
	}	
.blockWide {
	margin-left: 60px; 
	margin-right: 80px; 
	}
.leftdiv {
	float: left;
	width: 39.9%; /* by making one side less than 50%, IE won't flicker when resizing the browser narrower. */
	padding: 0;
	margin: 0;
}
.rightdiv {
	float:right;
	width: 40%; /* see .leftdiv above */
	padding: 0;
	margin: 0;
}
.toClear {
	clear: both;
	text-align: center;
	display: inline;
	min-width:400px;
}	
.imgRight {
	float: right;
	margin: 0 10px 10px 0;
	}
.imgLeft {
	float: left;
	margin: 0 10px 10px 0; 
	}	
.tag {
	font-weight: bold;
	font-style: italic;
	font-size: 135%;
	color: #00708C;
	font-family: "Times New Roman", Times, serif;
}/* ------------------IDs------------------------ */
#footer {
	border-top: 1px solid Gray;
	text-align: center; 
	color: #808080; 
	font-size: 8pt; 
	font-weight: bold;
	padding-top: 4px; 
	text-decoration: none;
}
td#awards {
	text-align: center;
	vertical-align: middle;
}
td#LeftList {
	text-align: left;
	vertical-align: top;
	width: 50%;
}
td#RightList {
	text-align: left;
	vertical-align: top;
		width: 50%;
}
table#links {
	width: 80%;
}

/*  ---------------colors--------------------------- */
.red {
	text-align: center; color: #ff5d5d; font-weight: bold;
}


/* --------------------headlines---------------------- */
h1 {
	font-size: 145%; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: Black;
	margin-top: 0px;
	margin-bottom: 4px;
}
h2 {
	font-size: 125%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: Black;
	margin-top: 0px;
	margin-bottom: 4px; 
}
h3 {
	font-size: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: Black;
	margin-top: 0px;
	margin-bottom: 4px;
	}
/*  ----------------other styles ------------------------ */	

hr { 
	color: #633131; 
	text-align: center;  
	width: 95%;
}
ul {
	list-style-position: outside;
	list-style-type: disc;
	
}
dl {
	display: block;
	white-space: normal;
	font-weight: bold;
	margin-bottom: 4px;
	margin-left: 30px;
}
dt {
	padding: 4pt;
	font-weight: normal;
	margin-left: 40px;
}
dd {
	padding: 2px;
	margin-left: 50px;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}

