#page-wrap {
	text-align: left;
   width: 1500px;
   margin: 0 auto;
}



body {
	background-image: url('../images/body-bg.gif');
	background-position: left top;
	color: #7B8E93;
	font-family: Arial, sans-serif;
	font-weight: normal;
	list-style-type: square;
	outline-width: medium;
	text-align: center;
	text-decoration: none;
}

.homecontent {
	background-image: url('../images/body-bg.gif');
	background-position: left top;
}

.article {
	background-color: #ffffff;
	background-position: left top;
	text-align: left;
	width: 74%;
	margin-left:8%;
	margin-right:8%;
	margin-top:1%;
	margin-bottom:2%;
	padding-left:6%;
	padding-right:6%;
	padding-top:2%;
	padding-bottom:2%;
}

/* header components */
div#header {
	background-image: url('../images/header-bgleft3.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 233px;
}


/* footer components */

p#footer1 {
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 60%;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

blockquote.footer2 {
   color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 75%;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}

p.footer3 {
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 60%;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

div#footer {
	background-image: url('../images/sitefooter2lg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}

p {
	color: #546E76;
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: left top;
	text-decoration: none;
}

hr {
	color: #C5C5C5;
}

h1 {
	color: #3E515E;
	font-family: Arial, sans-serif;
	font-size: 170%;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

h2 {
	color: #54747B;
	font-family: Arial, sans-serif;
	font-size: 120%;
	font-stretch: normal;
	font-style: normal;
	font-weight: 600;
	text-align: left;
	text-decoration: none;
}

h3 {
	color: #54747B;
	font-family: Arial, sans-serif;
	font-size: 110%;
	font-stretch: normal;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

ul {
	font-weight: normal;
	list-style-type: square;
}

ul.form {
	font-weight: normal;
	list-style-type: none;
}

li { 
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif; 
	font-size: 90%;
	font-weight: 600;
	color: #986F43; 
	text-decoration: none; 
} 

li a:link { 
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif; 
	font-size: 90%;
	font-weight: bold;
	color: #0066FF; 
	text-decoration: none; 
} 

li a:visited { 
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif; 
	font-size: 90%;
	font-weight: bold;
	color: #993300; 
	text-decoration: none; 
} 

li a:active { 
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif; 
	font-size: 90%;
	font-weight: bold;
	color: #FF0000; 
	text-decoration: underline; 
}

li a:hover { 
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif; 
	font-size: 90%;
	font-weight: bold;
	color: #FF0000; 
	text-decoration: underline; 
}

hr.top {
	color: #C5C5C5;
}

hr.bottom {
	color: #D9D9D8;
}

blockquote.normal {
	color: #546E76;
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

blockquote {
	color: #333333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 90%;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}


blockquote#source {
	color: #666666;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 60%;
	font-stretch: normal;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}

/* page layout */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

div.twocolumn {
	width: 100%;
	border: 0;
	padding: 6px; 
	margin: 0px;
}

div.leftbox{
    float: left;
    padding: 10px;
	margin: 5px;
    width: 45%;
    border: none;
}

div.rightbox{
    float: right;
    padding: 10px;
	margin: 5px;
    width: 45%;
    border: none;
}

div.threecolumn {
	width: 100%;
	border: 0;
	padding: 6px; 
	margin: 0px;
}

div.boxone{
    float: left;
    padding: 10px;
	margin: 5px;
    width: 27%;
    border: none;
}

div.boxtwo{
    float: left;
    padding: 10px;
	margin: 5px;
    width: 27%;
    border: none;
}

div.boxthree{
    float: right;
    padding: 10px;
	margin: 5px;
    width: 27%;
    border: none;
}


table.twocolumn {
	width: 100%;
	border: 0;
	padding: 6px; 
	margin: 0px;
}

td {
	color: #546E76;
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: left top;
	text-decoration: none;
}
/* image handling */

.img-border {border:15px solid #FFFFFF;}

.img-border2 {border:10px double #474756;}

img.content-imgleft {
	float:left;
	border:6px solid #ccc;
	margin:0 20px 0 0;
}

img.content-imgleft2 {
	float:left;
	border:none;
	margin:0 15px 0 0;
}

img.content-imgright {
	float:left;
	border:6px solid #ccc;
	margin:0 20px 0 20px;
}

img.content-imgright1 {
	float:right;
	border:6px solid #ccc;
	margin:0 20px 0 0;
}

img.content-imgright2 {
	float:right;
	border:15px solid #ccc;
	margin:0 20px 0 0;
}

img.content-imgright3 {
	float:right;
	border:none;
	margin:0 20px 0 0;
}

.img-indent {float:left; margin:0 30px 0px 0;}

.img-indent-bot {margin-bottom:25px;}

.caption
 {
	float:left;
	width: 163px;
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:0px;
	font-size: 70%;
    color:Black;
    font-weight:bold;
    font-family:"Trebuchet MS", Arial, sans-serif;
    text-align: center;
 }
 
.captioncentre
 {
	float:right;
    text-align: center;
	margin-top:0px;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:0px;
	font-size: 70%;
    color:Black;
    font-weight:bold;
    font-family:"Trebuchet MS", Arial, sans-serif;
 }

.phototitle
 {
          text-align: center;
          font-size: 12px;
 }