@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	text-decoration: none;
	background-repeat: repeat-x;
}
#masthead {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 125px;
	width: 722px;
	background-image: url(../images/master/transparent-masthead.png);
	background-repeat: no-repeat;
	text-align: left;
	padding: 0px;
	background-color: #000000;
	border: 2px solid #000000;
}
.thrColFixHdr #container {
	width: 722px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	padding: 0px;
	border: 2px solid #000000;
} 
.thrColFixHdr #header {
	float: right;
	width: 507px;
	height: 36px;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	background-color: #FFFFFF;
	background-image: url(../images/master/headerbg.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
	margin: 0px;
} 
.thrColFixHdr  #leftcolumn {
	float: left; /* since this element is floated, a width must be given */
	width: 215px;
	text-align: center;
	height: 355px;
	background-color: #FFFFFF;
	background-image: url(../images/master/leftcolumnbg.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	*padding-top: 20px; /* fixes top padding problem in IE7 */
}
#rightcolumn img {
}
.spaceafter {
	margin-bottom: 20px;
}
.thrColFixHdr  #centrecolumn {
	width: 221px;
	margin-top: 0;
	margin-right: 266px;
	margin-bottom: 20px;
	margin-left: 215px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left-width: 1.5px;
	border-left-style: dotted;
	border-left-color: #73b326;
	*width: 211px; /* fixes centre column width problem in IE7 */
_width: 211px; /* fixes centre column width problem in IE6 */
} 
.thrColFixHdr  #rightcolumn {
	float: right; /* since this element is floated, a width must be given */
	width: 266px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../images/master/rightcolumnbg.gif);
	background-repeat: no-repeat;
	height: 306px;
	margin: 0px;
	padding: 0px;
}
#header a:hover {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #footer {
	height: 23px;
	padding-left: 20px;
	background-color: #73b326;
	padding-top: 7px;
	color: #000000;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link, a:active, a:visited  {
	color: #000000;
	text-decoration: none;
	padding-bottom: 1.5px;
}
a:hover   {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	text-decoration: none;
	color: #000000;
	padding-bottom: 1.5px;
}
#footer a:link {
	color: #000000;
}
#footer  a:active  {
	color: #FFFFFF;
}
#footer a:visited {
	color: #000000;
}
#footer a:hover {
	color: #FFFFFF;
}
#rightcolumn a:hover {
	border-bottom-width: 0px;
	border-bottom-style: none;
}
#leftcolumn a:hover {
	border-bottom-width: 0px;
	border-bottom-style: none;
}
.boldtext {
	font-weight: bold;
}
.lefttext  {
	text-align: left;
	padding-left: 10px;
}
#rightcolumntext a:hover {
	border-bottom-width: 1.5px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
#bullets {
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: none;
}
.thrColFixHdr #HiddenLinks {
	font-size: 50%;
	width: 722px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	color: #000000;
	margin-top: 200px;
	visibility: hidden;
}
.clearborder a:hover {
	border: none;
}
.apdetails {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.clearborder {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
