@charset "UTF-8";
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #EEEEEE;
	margin: 0;
	padding: 0;	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
img {
	border: 0;
}
.oneColLiqCtr #container #mainContent a {
	font-weight: bolder;
}
.oneColLiqCtr #container {
	width: 95%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: center; /* this overrides the text-align: center on the body element. */
	display: block;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
.oneColLiqCtr #mainContent {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
h1 {
	font-size: 1.5em;
}
.centered {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
h2 {
	font-size: 1.4em;
}
h3 {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	margin-left: 5px;
}
.rightchunk {
	background-color: #FFFFFF;
	width: 310px;
	float: right;
}
.leftchunk {
	background-color: #FFFFCC;
	width: 280px;
	padding: 6px;
	border: 2px solid #FFCC99;
	text-align: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Classes for Arrow Module */

/* Main image covers top right and content body */
.arrowmodule_topright {
	margin:0px;
	padding:0;
	width: 99%;
	background-image: url(images/module_topright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/* Left side including top left corner*/
.arrowmodule_topleft {
	margin:0;
	padding:0;
	background-image: url(images/module_topleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Bottom, including bottom-right corner */
.arrowmodule_bottomright {
	margin:0;
	padding:0;
	background-image: url(images/module_bottomright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* Bottom-left corner only */
.arrowmodule_bottomleft {
	margin:0;
	padding:0;
	background-image: url(images/module_bottomleft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.arrowmodule_content {
	margin:0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
	padding-top: 10px;
}
.small {
	font-size: 0.9em;
}
h4 {
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	margin-left: 5px;
}
.biobox {
	background-color: #FFCC99;
	padding: 6px;
	border: 2px dashed #FF6600;
	text-align: left;
}
.medium {
	font-size: 0.85em;
}
.legalbox {
	display: block;
	height: 275px;
	width: 95%;
	overflow: auto;
	background-color:  #EEEEEE;
	border: thin groove #999999;
	margin: 5px 15px 5px 5px;
	padding: 5px 0px 5px 5px;
}

