/* STYLES FOR ABOUT PAGES */
html { 
	font-size: 100%; /* IE hack */
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #99C;

 }
body { 
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #99C;
 }
 h2 {
 	font-family: Arial, Helvetica, sans-serif;
 }	
/* START BASIC STRUCTURAL FORMATTING */
#pagewidth{ 
	 width:773px;
	 margin: 0px;
	 padding: 0px;
} 
#skiptocontent {height:20px;}
#header{
	 position:relative; 
	 width:721px;
	 padding: 0px 0px 0px 52px;
	 margin: 10px 0px 0px 0px;
} 
/* position logo */
#logo {
	float:left;
	margin: 0px 2px 0px 0px;
	padding: 0px;
	height: 100px;
}
#banner {
	float:left;
	margin: 0px;
	padding: 0px;
	height:100px;
}
#breadcrumb {
	clear: both;
	margin: 0px 0px 0px 106px;
	border-top: solid 2px #99C;
	border-bottom: solid 2px #99C;
	width: 615px;
	padding: 6px 0px 6px 52px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	background-color:#FFF;
}
#colwrap {
	padding: 0px;
	margin: 0px 0px 0px 106px;
	background-image:url(../images/background4.gif)
}
#colwraphome {
	padding: 0px;
	margin: 0px 0px 0px 106px;
	background-image:url(../images/backgroundhome.gif)
}
#rightcol {
	float:right;
	width: 90px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-left: 2px solid #99C;
	font-size: 0; /* solves Firefox extra bottom padding problem */
}

#maincolhome {
	float: right;
	width: 478px;
	padding: 0px;
	margin: 0px;
	border-left: solid 2px #99C;
}
#maincol {
	float: right;
	width: 386px;
	padding: 0px;
	margin: 0px;
	border-left: solid 2px #99C;
}
#leftcol {
	float: left;
	width: 147px;
	margin: 0px;
	padding: 20px 20px 0px 20px;
	
}

/* END BASIC STRUCTURAL FORMATTING */
/* START BREADCRUMB TEXT STYLES */
#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {
	text-decoration: none;
	color: #000;
	padding: 0px 3px 0px 3px;
}
#breadcrumb a:hover {
	text-decoration: none;
	color: #800E30;
	padding: 0px 3px 0px 3px;
}
.breadcrumbcurrent {
	color: #800E30;
	font-weight: normal;
	padding: 0px 3px 0px 3px;
}
/* END BREADCRUMB STYLES */

/* START CONTENT STYLES */
/* left column images styles */
#rightcol img {
	font-size: 0; /*solves Firefox extra bottom padding problem */
	display: block;

}
.leftcolimg {
	padding: 0px;
	margin: 0px;
	border-bottom: solid 2px #99C;
}
.leftcolimglast {
	padding: 0px;
	margin: 0px;
	border-bottom: none;
}
/* main content styles */
 h2 {
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-size: 1.2em;
	font-weight: bold;
}
 p {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

#contenttop { /* styles for coloured box at top of page */
	margin: 0px;
	padding: 0px;
	background-color: #800E30;
}

#contenttoptext2 { /* styles for text without image  */
	width: 340px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	color:#FFF;
	padding: 20px;
}

#contenttop p{
	margin: 0px;
	padding: 0px;
}

#contenttop a:link, #contenttop a:visited, #contenttop a:active {
	text-decoration: none;
	color: #CCC;
}
#contenttop a:hover {
	text-decoration: none;
	color: #FFF;
}
/*#contenttopimage {
	float: right;
	width: 115px;
	padding: 5px;
	margin: 17px 17px 0px 17px;
	border: solid 1px #CCC;
	background-color: #FFF;
}*/

#pagecontent {
	clear: both;
	background-color: #FFF;  
	margin: 0px 0px 0px 0px; 
	padding: 14px 20px 10px 20px;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #333;
}
#pagecontent a:link, #pagecontent a:visited, #pagecontent a:active{
	text-decoration:underline;
	color: #800E30;
}
#pagecontent a:hover {
	text-decoration:underline;
	color: #666;
}
#pagecontent h1 {
	font-size: 1.2em;
	font-family:Arial, Helvetica, sans-serif;
	color: #800E30;
	padding: 10px 0px;
	margin: 0;
		}
	
#pagecontent h2 {
	font-size: 1.1em;
	font-family:Arial, Helvetica, sans-serif;
	color: #800E30;
	padding: 10px 0px;
	margin: 0;
}
#pagecontent ul {
	padding-left: 10px;
	margin-left: 0px;
}
#pagecontenthome {
	clear: both;
	background-color: #FFF;  
	margin: 0px 0px 0px 0px; 
	padding: 10px;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #333;
}#pagecontenthome a:link, #pagecontenthome a:visited, #pagecontenthome a:active{
	text-decoration:underline;
	color: #800E30;
}
#pagecontenthome a:hover {
	text-decoration:underline;
	color: #666;
}
#contentbottomlinks {
	clear: both;
	background-color: #FFF;  
	margin: 0px; 
	padding: 0px 20px 20px 20px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4em;
	color: #333;
}
#contentbottomlinks a:link, #contentbottomlinks a:visited, #contentbottomlinks a:active{
	text-decoration:none;
	color: #800E30;
}
#contentbottomlinks a:hover {
	text-decoration:none;
	color: #666;
}
.textleftcol {
	float: left;
	width: 165px;
	padding: 0px 10px 0px 0px;
	margin: 0px;
}
.textrightcol {
	float: right;
	width: 165px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
.imageleft {
	float:left;
	border-bottom:solid 2px #9999CC; 
	border-right:solid 2px #9999CC;
	}
.imageright {
	float:right; 
	border-bottom:solid 2px #9999CC;
	}
#bottommenu {
	margin: 0px;
	padding: 0px;
	background-color: #D4CDDD;
	/*font-weight: bold;
	font-size: 1.2em;
	font-family:Arial, Helvetica, sans-serif;*/
	border-top: solid 2px #99C;
}
#bottommenu td {
	padding: 10px;
}
#bottommenu a:link, #bottommenu a:visited, #bottommenu a:active {
	color: #000;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight: bold;
}
#bottommenu a:hover {
	color: #FFF;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight: bold;
}
.borderright {
	border-right: solid 2px #99C;
}
/* END  STYLES FOR PAGE CONTENT */

/* START  STYLES FOR RIGHT COLUMN */
#leftcol p {
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
#leftcol p a:link, #leftcol p a:visited, #leftcol p a:active {
	color: #000;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight: bold;
}
#leftcol p a:hover {
	color: #800E30;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight: bold;
}
#leftcol ul a:link, #leftcol ul a:visited, #leftcol ul a:active {
	color: #000;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight: normal;
}
#leftcol ul a:hover {
	color: #800E30;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight: normal;
}
#leftcol ul {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	list-style-type: none;
}
.navcurrent {
	color: #800E30;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight: normal;
}
.navcurrentbold {
	color: #800E30;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight: bold;
}
/* START  STYLES FOR RIGHT COLUMN */


/* START FOOTER STYLES */
#footer{
	clear:both;
	margin: 0px 0px 0px 106px; 
	padding: 10px 10px 10px 52px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #800E30;
} 
#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #FFF;
	padding: 0px 3px 0px 3px;
}
#footer a:hover {
	text-decoration: none;
	color: #800E30;
	padding: 0px 3px 0px 3px;
}

/*#footerhome{
	clear:both;
	margin: 0px 0px 0px 106px; 
	padding: 10px 10px 10px 52px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #800E30;
} 
#footerhome a:link, #footerhome a:visited, #footerhome a:active {
	text-decoration: none;
	color: #FFF;
	padding: 0px 3px 0px 3px;
}
#footerhome a:hover {
	text-decoration: none;
	color: #800E30;
	padding: 0px 3px 0px 3px;
}
*/

#copyright{display:none;} /* hides print format copyright statement */
/* END FOOTER STYLES */

/* start assorted classes for styling text */
.clr {
	clear:both;
	height: 1px;
}
.textgrey {
	color: #666;
}
.textgreybold {
	color: #666;
	font-weight: bold;
}
.textgreyboldunderline {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}
.textblackbold {
	color: #000;
	font-weight: bold;
}
.textsmaller {
	font-size: 90%;
}
.textsmallest {
	font-size: 70%;
}
.textpurple {
	color: #99C;
}
/* end assorted classes for styling text */

 /* start printer styles*/ 
@media print{ 
	#pagewidth {width: 721px;}
	#breadcrumb {display:none;}
	#header {padding-left: 0px; width:721px;}
	#header {margin-top: 0px;}
	/*#contenttop {width: 376px;}*/
	/*#contenttoptext {padding-left: 0px;}*/
	#contenttoptext2 {padding-left: 0px; }
	#colwrap {margin: 0px 0px 0px 0px; width:667px; padding: 20px 0px 0px 0px;}
	#colwraphome {margin-left: 0px; width:667px; padding-top: 20px;}
	#rightcol {padding-top: 20px; border-left: 2px solid #FFF; }
	.leftcolimg {border-bottom: solid 2px #FFF}
	#maincol {padding-left: 10px; width: 376px; border-left: solid 2px #FFF;}
	#maincolhome {padding-left: 0px; border-left: solid 2px #FFF;}
	.imageleft {padding-top: 20px; border-bottom:solid 2px #FFF; border-right:solid 2px #FFF;}
	.imageright {padding-top: 20px;border-bottom:solid 2px #FFF;}
	#pagecontent {padding-left: 0px; /*width: 397px;*/}
	#pagecontenthome {padding-left: 0px; /*width: 407px;*/}
	#bottommenu {background-color: #D4CDDD; border-top: solid 2px #FFF;}
	.borderright {border-right: solid 2px #FFF;}
	#leftcol {padding: 20px 0px 0px 0px; }
	#footer {display:none;}
	#footerhome {display:none;}
	#copyright{ /* style to display copyright statement */
		display: inline;
		margin-left: 0px;
		height:20px;
		padding-top: 10px;
		padding-bottom: 20px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 80%;
		font-weight: normal;
		color: #000;
		} 
}
 /* end printer styles*/ 
