/* CSS Document */
/* START MAIN STRUCTURE */
body {font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;}
#wrapper {}
#header {display:none;}
#banner {display:none;}
#nav1 {display:none;}


/* Column one */
/* Column one homepage */
#nav2home
{display:none;}
/* Column one other pages */
#nav2other
{display:none;}
/* END Column one other pages */


/* Column two */
/* Column two homepage */
#contenthome {width: 95%;}
/* Column two other pages */
#content {width: 95%;}
/* END Column two */


/* Column three feature */
#feature {display:none;}

#footer {display:none;}
/* END MAIN STRUCTURE */



/* START TEXT DECORATIONS */
/*link colours*/
a:link { margin: 0px 0px .3em 0px;color: #0a5eb3; text-decoration: underline; }
a:visited { margin: 0px 0px .3em 0px;color: #0a5eb3; text-decoration: underline; }
a:active { margin: 0px 0px .3em 0px;color:#67c0c3; text-decoration: underline; }
a:hover { margin: 0px 0px .3em 0px;color:#afafaf; text-decoration: underline; }
/*end link colours*/

/* font size */
#content, #contenthome {font-size: 90%;}

/* END TEXT DECORATIONS */


/* START PAGE TOOLS */
/* Expanding nested list functions */
.open {
	display: block;
	}
.closed {
	display: none;
	}
li img {
	vertical-align: middle;
	}
/* End Expanding nested list functions */

/* END PAGE TOOLS */

/* START HOMEPAGE CONTENT STYLES (COLUMN TWO)*/
/* contenthome headings */
#contenthome p{font-size:100%;margin: 0px 0px .3em 0px;}
#contenthome h1{font-size:120%;color: #000066;margin: .9em 0px .5em 0px;font-weight : bold; padding-left: 0;}
#contenthome h2{font-size:110%;color: #000066;margin: .9em 0px .5em 0px;padding-left: 0em;}
#contenthome h3{font-size:100%;color: #000066;margin: .9em 0px .5em 0px;padding-left: 0px;}
/* END HOMEPAGE CONTENT STYLES*/



/* START OTHER PAGES CONTENT STYLES */
/* content headings */
#content p{font-size:100%;margin: 0px 0px 1em 0px;}
#content h1{font-size:120%;color: #000066;margin: .9em 0px .5em 0px;font-weight : bold; padding-left: 0;}
#content h2{font-size:110%;color: #000066;margin: .9em 0px .5em 0px;padding-left: 0em;}
#content h3{font-size:100%;color: #000066;margin: .9em 0px .5em 0px;padding-left: 0px;}

/* Breadcrumb */
#bcrumb {font-size: 70%;}
/* END OTHER PAGES CONTENT STYLES */



/* START PAGE TOOLS */
/* hide accessibility links from visual browsers */
#access {display:none;}
/* hiding browser link */
#browserSupport, #browser{display:none;}
/* End PAGE TOOLS */

/* END CSS Document*/



