/* author: Kerry Gray, Dynamic Art and Text 
   www.artandtext.com.au */

body {  margin: 0; padding: 0;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 100%;
	}

body.bgcolor {
	background-color: #333333;
	color: #333333;
	}

#bgWrap {
	margin-right: auto;
	width: 90%;
	min-width: 750px;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/bgPage.jpg);
	background-repeat: repeat-y;
	}

#banner {
	width: 100%;
	height: 122px;
	background-image: url(../images/bgBanner.gif);
	background-repeat: repeat-x;
	background-color: #990000;
	margin-top: 0px;
	margin-left: 0px;
	}
	
#logo {
	width: 96px;
	float: left;
	margin-left: 16px;
	}	

#bannerHead {
	width: 480px;
	height: 50px;
	float: left;
	margin-top: 42px;
	margin-left: 50px;
	}
			
#mainContainer {
	height: auto;
	min-width: 700px;
	width: 90%;
	}

.navigation {
	line-height: 180%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 60px;
	}		

.content {
	padding-top: 20px;
	}	
	
p {	font-size: 85%;	line-height: 120%; }
h1 {	font-size: 130%;	line-height: 130%; }
h2 {	font-size: 120%;	line-height: 120%; }
h3 {	font-size: 110%;	line-height: 110%; }
li {	line-height: 130%;	font-size: 85%; }
table.tight {	font-size: 85%;	line-height: 90%; }

A:link {	color: #339900;	text-decoration: underline; }
A { color: #005533; text-decoration: underline }	
A:hover {color: #990000; text-decoration: none; }			
A:active { color: #660000}

A.linknav:link {color: #333333; text-decoration: none}
A.linknav {color: #333333; text-decoration: none}   
A.linknav:hover {	color: #339900;	text-decoration: none;	background-color: #CCCCCC;}
A.linknav:active { color: #660000}

img.rmargin {padding-right: 10px;}

.fineLine {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #339900;
}

#footer {
	font-size: 80%;
	width: 100%;
	text-align: center;
	margin-left: 80px;
	height: 20px;
	color: #999999;
}
  				
/* -------------------------------------------- */
/* CLASSES defining attributes for blocks of text */
/* -------------------------------------------- */
.tinyText {	font-size: 70%;}
.ploose  { line-height: 140%; }
.ptight  { line-height: 80%; }

.indent15  { margin-left: 15px}
.caption {	font-style: italic;	font-family: Georgia, "Times New Roman", Times, serif; 	color: #999999;
}
				
/* colours for fonts */

.col-difference     {	color: #339900;}
.col-alert {	font-weight: bold;	color: #CC0000; }
.col-contrast {
color: #006666;
}
.cell-contrast {
	color: #000000;
	background-color: #CCCCCC;
}
