* { padding: 0;
    margin-top: 0;
    margin-bottom: 0;}

body { background-color: #005e6a; }

table { font-family: arial, helvetica, sans-serif;
        font-size: 12px; }

#nav { padding: 2 10; 
       text-align: right; }

.navText { font-weight: bold; 
	   color: #ffffff; }

#about { padding: 14 10 20 16;
         text-align: left; }

.aboutText { color: #ffffff; }

#content { padding: 14 14 30 16;
           text-align: left; }

.contentText { color: #005e6a; 
	       line-height: 15px; }
.newsText    { color: #005e6a;
               line-height: 15px; }
.heading     { color: #005e6a;
	       font-weight: bold; }
.mainHead    { color: #005e6a;
               font-weight: bold;
	       font-size: 15px;
	       font-family: trebuchet ms, MS Trebuchet, arial, helvetica, sans-serif; }
.tableHead   { color: #ffffff;
               font-weight: bold;
	       padding: 3;
	       font-size: 13px; }

#footer { padding: 2 10 2 16;
         text-align: left; }

.footerText { color: #ffffff; }

#info { padding: 2 0 2 2; }
#infoR { padding: 2 0 2 2; text-align: right; }

#info .contentText { font-size: 11px; }
#infoR .contentText { font-size: 11px; }

.tabPad { margin-bottom: 20px; }
.tabPad td { padding: 3 0 3 5; }

#newsList { list-style-type: none;
	    margin:0;
	    padding:0; }
p.space { line-height:6px }

#newsContent { padding: 10 0 2 6; }

.indent { padding: 0 28 0 28; }

.indent ul { list-style-image: url("/images/bullet.gif"); } 


/* Corio Norlane & Colac Information Pages */

.infosheet {
 	background: url(/images/grad.png) repeat-x;
	font-size: 1.02em;
	padding: 8px;
	border: 1px solid #CCC;
	-moz-border-radius: 6px;
}


/*//Fields//*/

.field {
color: #666666;
width: 300px;
}

td.post { padding-bottom: 6px; }

/*//Links//*/

a		{ text-decoration: none; }

a img { border: 0; }

.navText a:link    {color: #ffffff; }
.navText a:active  {color: #ffffff; }
.navText a:visited {color: #ffffff; }
.navText a:hover   {color: #ef7201; }

.contentText a:link    {color: #ef7201; }
.contentText a:active  {color: #ef7201; }
.contentText a:visited {color: #ef7201; }
.contentText a:hover   {color: #7faeb4; }

.newsText a:link    {color: #7faeb4; }
.newsText a:active  {color: #7faeb4; }
.newsText a:visited {color: #7faeb4; }
.newsText a:hover   {color: #ef7201; }

.aboutText a:link    {color: #ffffff; }
.aboutText a:active  {color: #ffffff; }
.aboutText a:visited {color: #ffffff; }
.aboutText a:hover   {color: #ef7201; }

.footerText a:link    {color: #ffffff; }
.footerText a:active  {color: #ffffff; }
.footerText a:visited {color: #ffffff; }
.footerText a:hover   {color: #ef7201;}
 

