.Default {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Default Site font */
	font-size: 12px;
	color: #000000; 
	}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	}
a:link {
	text-decoration: none;
	color: #6989B0;
	}
a:visited {
	text-decoration: none;
	color: #6989B0;
	}
a:hover {
	text-decoration: underline;
	color: #A3CHEA;
	}
a:active {
	text-decoration: none;
	color: #CD9A02;
	}
.ErrorTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Contact Form Error font*/
	font-size: 12px; color:#C00000; font-weight: bold;
	}
.Footer {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Footer font name */
	font-size: 10px; /* Footer font size */
	color: #000000; /* Black font colour */
	}
div#outer {
	width: 905px;
    background-color:#FFFFFF;
    margin-top: 5px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
	border-spacing: 0px;
    border: thin solid rgb(147,173,179);  /* 2 point solid grey border: thin solid #000000;*/
	float: none;
	}
div#toplinks {
	background-image: url(/siteimages/site_logo-link_bar.jpg);
	width: 895px;
	height: 81px;
	margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
	}	
div#sitebanner {
	background-image: url(/siteimages/site_banner_bkg.jpg);
	width: 900px;
	height: 165px;
	}
div#linkbar {
	width: 900px;
	height: 54px;
	}
div#pagetitle {
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:underline;
	margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    margin-right: auto;
	}
div#body {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    margin-right: 10px;
	height: auto;
	}
div#rightbar {
	float: right;
	margin-left: auto;
	margin-right: auto;
	width: 170px;
	height: auto;
	text-align: center;
}
div#moreinfo {
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	height: auto;
	background-color: A3C4EA;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
}
div#bottomlinkbar {
	text-align: center;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 15px;
	clear: both;
	}	
div#rights {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #666666;
	}					
div#warning {
	margin-top: auto;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
    border: 0px none;
	}
img.bannerthumbnails {
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
img.rightthumbnails {
	vertical-align: middle;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}	
img.lnkseparator {
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 1px;
	padding-bottom: 0px;
	}		
.border-left {
	border-left: 2px solid rgb(198,198,198); /* 2 point solid grey */
	border-right: 0px none; 
	border-top: 0px none; 
	border-bottom: 0px none; 
	}
.border-right {
	border-left: 0px none;
	border-right: 2px solid rgb(198,198,198); /* 2 point solid grey */
	border-top: 0px none; 
	border-bottom: 0px none; 
	}
.border-both {
	border-left: 2px solid rgb(198,198,198); /* 2 point solid grey */
	border-right: 2px solid rgb(198,198,198); /* 2 point solid grey */
	border-top: 0px none; 
	border-bottom: 0px none; 
	}
.border-top {
	border-left: 0px none;
	border-right: 0px none; 
	border-top: 2px solid rgb(198,198,198); /* 2 point solid grey */ 
	border-bottom: 0px none; 
	}
hr.grey {
	line-height: 2px;
	color: rgb(198,198,198); /* solid grey */
	}
hr.dashed {border: none 0; 
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #ccc;
	width: 100%;
	height: 2px;
	text-align: center;
	}	
