@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #CBDABB;
	text-align: center;
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
} 

#page_wrapper {
	position:relative;		/* This fixes the IE7 overflow hidden bug */
	clear:both;
	width:900px;			/* width of whole page */
	margin: 0 auto;  /* the auto margins (in conjunction with a width) center the header */
	background-color: #C9CAE5;
	overflow:hidden;
	border: 2px solid #6363A6;
}

/* */
#page_header {
	width: 900px;
	margin: 0 auto;  /* the auto margins (in conjunction with a width) center the header */
	height: 120px;
	background-color: #B0D198;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6363A6;	
}  

#page_header img {
	float: left;
	margin-left:4px;
	margin-top:4px;
	border: 1px solid #6363A6;
}

#page_header h1 {
	font-family: /*Artane Elongated BT, */Trebuchet MS, Comic Sans MS, cursive;
	font-size: 44px;
	font-weight:bold;
	color: #FFFFFF;
	padding-top:30px;
	padding-right:10px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 680px;
	float: right;
}


/* menu bar Home page */
#menu_bar_home {
	height:50px;
	background: #6363A6;
	margin-top: -18px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6363A6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6363A6;
}

#menu_container_home ul {
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 22px;
	margin-bottom: 0px;	
	float: left;
	width: 100%;
	font-size:12px;
	font-weight:bold;
}

#menu_container_home ul li { display: inline; }

#menu_container_home ul li a
{
	padding-top: 0.2em;
	padding-right: 0.8em;
	padding-bottom: 0.2em;
	padding-left: 0.8em;
	background-color: transparent;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CAD0E5;
}

#menu_container_home a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}


#menu_container_home a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#menu_container_home a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

/* menu bar other pages */
#menu_bar {
	height:40px;
	background: #6363A6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #660099;
	padding-left: 0px;
	margin-top: 4px;	
	margin-left: 0px;
	float: left;
	width: 100%;
	font-size: 0.7em ;
	font-weight:bold;
}

/* #menu_container ul {
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 8px;
	float: left;
	width: 100%;
	font-size:12px;
	font-weight:bold;
} */

#menu_bar ul li { display: inline; }

#menu_bar ul li a
{
	padding-top: 0.2em;
	padding-right: 0.8em;
	padding-bottom: 0.2em;
	padding-left: 0.8em;
	background-color: transparent;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CAD0E5;
}

#menu_bar a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}


#menu_bar a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#menu_barer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}


/* bottom menu bar */
#menu_bar_btm {
	height:24px;
	background: #ffffff;
	margin-top: 0px;
	padding-top: 4px;	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #662BE6;
}

#menu_bar_btm a {
	padding-left: 25px;
	font-size: small;
	font-weight: bold;	
}

#menu_bar_btm a:link {
	color: #FF3366; text-decoration: none;
}

#menu_bar_btm a:visited {
	color: #FF3366; text-decoration: none;
}

#menu_bar_btm a:hover {
	color: #009900;
	text-decoration: underline;
}


/*   */
#content_wrapper {
	background-color: #CAD0E5;
}


/* link colours for white background */
#content_wrapper a:link {
	color: #0033CC; text-decoration: none;
}

#content_wrapper a:visited {
	color: #0033CC; text-decoration: none;
}

#content_wrapper a:hover {
	color: #00CC33; text-decoration: underline;
}



/* home page with one column */
#column_single_home {
	width:896px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;		
	margin-top: 0px;
}
 
#column_single_home h1 {
	font-size: x-large;
	font-weight: bold;
	color: #000000;
	text-align:center;
	vertical-align: top;
	padding-top: 30px;
}
 
#column_single_home h3 {
	font-size: x-large;
	font-weight: bold;
	color: #000000;
	text-align:center;
	vertical-align: top;
	margin-bottom: 20px;	
	padding-top: 0px;
}

#column_single_home p {
	font-size: x-small;
	line-height:normal;
	color: #000000;
	text-align: justify;
	margin-left: 55px;
	margin-right: 55px;	
}


#column_single_home p .centered {
	text-align: center; 
}

#column_single_home img {
	border: 1px solid #6363A6;	
}

#column_single_home ul {
	font-size:small;
	line-height:normal;
	color: #333333;
	text-align: justify;
}

#column_single_home hr {
	color: #6363A6;
	width: 90%;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#column_single_home a:link {
	color: #494981;
	text-decoration: none;
	font-weight: bold;
}


#column_single_home a:visited {
	color: #494981;
	text-decoration: none;
	font-weight: bold;
}

#column_single_home a:hover {
	color: #494981;
	text-decoration: underline;
	font-weight: bold;
}

/* page with one column (not home page) */
#column_single {
	width:840px;
	margin-left: 30px;
	margin-right: 30px;			
	margin-top: 0px;
}
 
#column_single h1 {
	font-size: large;
	font-weight: bold;
	color: #000000;
	text-align:center;
	vertical-align: top;
	margin-top: 50px;
}
   
#column_single h2 {
	font-size: large;
	font-weight: bold;
	color: #6363A6;
	text-align: center;
	vertical-align: top;
	margin-bottom: 20px;	
	padding-top: 0px;
}
 
#column_single h3 {
	font-size: large;
	font-weight: bold;
	color: #000000;
	text-align:center;
	vertical-align: top;
	margin-bottom: 20px;	
	padding-top: 0px;
}
 
#column_single h4 {
	font-size: medium;
	font-weight: bold;
	color: #000000;
	text-align: left;
	vertical-align: top;
	margin-bottom: 20px;	
	padding-top: 0px;
}

#column_single p {
	font-size:0.8em;
	color: #000000;
	text-align: justify;
	margin-right: 35px;
	margin-left: 30px;	
}


#column_single p .centered {
	text-align: center;
}

#column_single img {
	border: 1px solid #6363A6;	
}


#column_single a:link {
	color: #3E6532;
	text-decoration: none;
	font-weight: bold;
}

#column_single a:visited {
	color: #3E6532;
	text-decoration: none;
	font-weight: bold;
}

#column_single a:hover {
	color: #3E6532;
	text-decoration: underline;
	font-weight: bold;
}

#column_single ul {
	font-size:small;
	line-height:normal;
	color: #333333;
	text-align: justify;
}

#column_single hr {
	color: #6363A6;
	width: 90%;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#column_single table {
	font-size: x-small;
	padding: 0px;
	margin: 0px;	
	vertical-align: top;
	width: 100%;
}

#column_single table tr td {
	text-align: left;
	vertical-align: top;
	padding: 8px;
	margin: 0px;
}

#column_single table tr td .form {
	font-size:small;
	color: #000000;
	text-align: left;
}

#column_single table tr td img {
	text-align: center;
	vertical-align: top;
	margin-top: -10px;
	margin-bottom: -10px;	
	margin-right: -10px;
	margin-left: 10px;
	border: 0px;	
}


/* archive pages table */

  
#column_single .archive h2 {
	font-size: large;
	font-weight: bold;
	color: #6363A6;
	text-align: left;
	vertical-align: top;
	margin-bottom: 20px;	
	padding-top: 0px;
}
 
#column_single .archive h4 {
	font-size: medium;
	font-weight: bold;
	color: #6363A6;
	text-align: left;
	vertical-align: top;
	margin-bottom: 20px;	
	padding-top: 0px;
}

#column_single hr {
	color: #6363A6;
	width: 95%;
	height: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
}


#column_single .archive table {
	font-size: medium;
	padding: 0px;
/*	margin-left: 0px;
	margin-right: 0px;	
	padding-left: 30px;
	padding-right: 30px;	*/	
	vertical-align: top;
	width: 100%;
}

#column_single .archive table tr td {
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#column_single .archive table tr td p {
	font-size:x-small;
	text-align: justify;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 30px;
}

#column_single .archive table tr td hr{
	width: 700px;
	text-align: center;
	vertical-align: top;
	height: 1px;
	margin-top: 10px;
	margin-left: 28px;
	margin-bottom: 10px;
}

#column_single .archive table tr td .piccaption1 {
	font-size:small;	
	text-align: center;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 10px;
}

#column_single .archive table tr td img {
	text-align: center;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	border: 1px solid #006600;
}

/* table for Market pages  */

#column_single .market img {
	border: 1px solid #6363A6;
	float: left;
	margin-top: -10px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 20px;
}

#column_single .market table {
	border: 1px solid #6363A6;
}


#column_single .market table tr td {
	margin: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6363A6;
}

#column_single .market table tr td p {
	text-align:left;
	padding: 0px;
	margin: 0px;	
}

#column_single .market table tr td img {
	border: 1px solid #6363A6;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: middle;
}
 /* table for Links page */
#column_single .links table {
	width: 100%;
	margin: 10px;
}

#column_single .links table tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6363A6;
	padding-top: 20px;		
}

#column_single .links table tr td p {
	text-align:left;
	padding: 0px;
}

#column_single .links table tr td img {
	border: 1px solid #6363A6;
	float: left;
	margin-bottom: 10px;
}


/* wide left-hand column of 2-column page */
#column_left {
	float:left;
	position:relative;
	margin: 0px;
	overflow:hidden;
	width:600px;
	background-color: #FFCCFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
}

#column_left h4 {
	font-size: large;
	font-weight: bold;
	color: #662BE6;
	text-align:left;
	vertical-align: bottom;
	margin-top: 0px;
	margin-bottom: 0px;	
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;	
	background-color: #CC99FF;
	border: 1px solid #FFFFFF;
}

#column_left h5 {
	font-size: large;
	font-weight: bold;
	color: #993399;
	text-align:left;
	vertical-align: top;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 0px;	
	padding-left: 10px;	
	padding-top: 5px;
	padding-bottom: 0px;	
	background-color: #ffccff;
}
   
#column_left p {
	font-size:small;
	vertical-align: top;	
	margin-left: 35px;
	margin-right: 35px;		
	margin-top: 0px;	
	margin-bottom: 0px;	
	padding-top: 5px;	
	padding-bottom: 10px;	
	color: #000000;
	text-align: justify;
}
 
#column_left .img1 {
	border: 1px solid #CC99FF;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 31px;
}

#column_left hr {
	color: #CC99FF;
	width: 90%;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

 
/* narrow right-hand column of 2-column page */
#column_right {
	float:right;
	position:relative;
	overflow:hidden;
	width: 260px;
	/*	background: #FFFFFF; */
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 1em;
	padding-left: 20px;
	margin: 0px;
	height: auto;
	text-align: left;
	background-color: #FFFFFF;
	vertical-align: top;
}

#column_right h4 {
	font-size: medium;
	font-weight: bold;
	color: #ffffff;
	text-align:left;
	vertical-align: top;
	margin-top: 20px;
	margin-bottom: 0px;	
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;	
	background-color: #009900;
	border: 1px solid #FFFFFF;
}

#column_right h5 {
	font-size: medium;
	font-weight: bold;
	color: #ffffff;
	text-align:left;
	vertical-align: top;
	margin-top: 20px;
	margin-bottom: 0px;	
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;	
	background-color: #FF3366;
	border: 1px solid #FFFFFF;
}

#column_right h6 {
	font-size: medium;
	font-weight: bold;
	color: #ffffff;
	text-align:left;
	vertical-align: top;	
	margin-top: 20px;
	margin-bottom: 0px;	
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;	
	background-color: #0000FF;
	border: 1px solid #FFFFFF;	
}
  
#column_right p {
	font-size: .85em;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}  

#column_right .img1 {
	border: 1px solid #CC99FF;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 36px;
}
 

/* page footer */

#page_footer {
	clear:both;
	float:left;
	width:904px;
	height: 30px;
	background-color: #6363A6;
	border: 0px;
	margin-left: 0px;	
}  

#page_footer .copyright {
	font-size: xx-small;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	float: left;
	margin-left: 2em;
	margin-top: .5em;	
}

.last_update {
	font-size: xx-small;
	font-style: italic;
	font-weight: normal;
	color: #000000;	
	float: right;
	margin-right: 2em;
	margin-top: .5em;	
}

.pagebreak {page-break-before:always}