 	
@charset "UTF-8";


/* Layout Structure
---------------------------------------- */

	
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(/images/ap092.jpg) height: 131px width: 780px;
	height: 160px;
	text-align: left;
	width: 800px;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color will be displayed for the length of the content in the column, but no further */
	border:hidden;
	padding: 5px, 5px, 5px, 15px;
	margin: 0, 15px, 0, 5px, 10px;
}
	
.twoColFixLtHdr #mainContent {
	text-align: left;
	width: 520px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	}

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#555555;
	text-align:center;
}


table {
	border-color: #999999;
	border-width: thin;
	align: center;
	
	}
	
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 125%;
	text-align: left;
	}
	
td, th {
	padding: 5px;
	}

th {
	text-align: center;
	}
	
/* Headings
---------------------------------------- */


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4501A4;
	line-height: 125%;
	font-size: 24px;
	padding-top: 14px;
	font-weight: normal;
}


h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #44b519;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
	font-style: normal;
	line-height: 125%;
	font-weight: semi-bold;
	font-size: 15px;
	padding-top: 14px;
	}


	
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #54a519;
	font-size: 14.5px;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
	font-style: normal;
	line-height: 98%;
	padding-top: 12px;
}


h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14.5px;
	font-weight: bold;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
	color: #4501a4;
	}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #555555;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	line-height: 96%;
		}


/* Other text elements
---------------------------------------- */
body  {
	background-color: #FFFFFF;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 115%;
	color: #555555;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0, 10px, 0, 4px;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}


p {
	margin-bottom: 8px
	}
	
blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	font-style: normal;
	line-height: 116%;
	color: #4501a4;
	text-align: left;
	margin-top: 0;
	margin-right: 70px;
	}

	

hr {
	color: #4501a4;
	width: 67%;
	text-align: center;
		}


.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 15px;
	color: #44b519;
	text-align: left;
	}

li {
	margin-top: 3px;
	margin-bottom: 8px;
	}
	
.sidebar  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	padding: 5px, 5px, 5px, 15px;
	margin: 0, 15px, 0, 5px, 10px;
	color: #555555;
	text-align: left;
}

.tabletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	padding: 0;
	margin: 0;
	color: #555555;
	text-align: left;
}
	


/* Miscellaneous styles
---------------------------------------- */
	
.copyright {
	color: #555555;
}


/*  	
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */

a:link	{ font-weight:bold; color: #4501a4; }
a:visited	{ font-weight:bold; color: #44b519; }
a:hover	{ font-weight:bold; color: #4501a4; }
a:active	{ font-weight:bold; color: #44b519; }
