body {
   background: white;
   font-family: Arial, Verdana, sans-serif;
   color: #202020;
   font-size: 11pt;
line-height: 130%;}
#nav, #access_buttons, #headerleader, #sidebar, #sidebar-2,#footer, #footereflect {
   display: none;
   }
#path{height: 33px;float: none !important;}

p, li, div, td {margin: 0 0 4px; float: none !important;}
p {font-family: Arial, Verdana, sans-serif;
   color: #202020;
   font-size: 11pt;
line-height: 130%;}
ul {
	list-style-type: disc;
	list-style-position: outside;
	padding:0 8px 0 20px; 
	margin: 0 0 4px;
}

ol {list-style: decimal outside; margin-left: 10px; padding: 0 30px;}

a.contentpagetitle:link, a.contentpagetitle:visited {	
padding:2px 0 ;color:#122B58;width:99%;text-decoration:none; font:bold 1.3em Arial, Helvetica, sans-serif;text-align:left;margin: 0 0 4px;}
.componentheading {color:#000040;font:bold 1.25em/1.35em Arial, Helvetica, sans-serif;}
a.contentpagetitle:hover {color: #000040;text-decoration:underline;}


h1 {
	font-size: 14pt;
	text-transform: none;
	text-transform: none;
}
h2 {
	font-size: 14pt;
	font-weight: bold;
	text-transform: none;
	color:#000040;
	margin: 0 0 4px;
}
h3 {
	font-size: 13pt;
	font-weight: bold;
	text-transform: none;
	color:#000;
}
h4 {
	font-size: 12pt;
	font-weight: bold;
	text-transform: none;
	color:#222
}
h5 {
	font-size: 12pt;
	font-weight: bold;
	text-transform: none;
	color:#000020;
}
h6 {
	font-size: 12pt;
	font-weight: bold;
	text-transform: none;
	color:#333;
}
a:link, a:visited {
   color: #0000CC;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
.addressblock {margin: 0;}
.small {color:#404040;font-size:.9em;}
.createdate,.modifydate {padding-top: 1.2em; color:#404040;font-size:.9em;text-transform: uppercase;}
.inputbox {
         color:#ccc;
         background:#fff;
         color:#333; 
         border: 1px solid #999;
         margin-left: 2px;
         font-family: Arial, Helvetica, sans-serif;      
         line-height: 100%;
         font-size: 1em;
         padding: 2px 1px 0px;
}
.button {
         background:#99cc00;
         border: 1px ridge #669900;
         color:#000;
         line-height: 100%;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 1em;
         margin-left: 4px;
         padding: 2px 1px 0px;
}
.article_seperator {
         width:100%;height:16px;
}
#contact_text {
         width:300px;
}
table.contentpaneopen, table.contentpane, table.blog {
         border-collapse: collapse;
         padding: 0;
         margin: 0px;
         width: 100%;
}
td.sectiontableheader {color: #FFF;font-weight: bold; background:#729900;padding: 6px;border-width: 1px 0; border-style: solid; border-color: #4c6600;}
tr.sectiontableentry1 td {padding: 4px;background-color: #F8f8f8;}
tr.sectiontableentry2 td {padding: 4px;background-color: #F2f2f2;}
td.sectiontableentry1 {padding: 4px;background-color: #f8f8f8;}
td.sectiontableentry2{padding: 4px;background-color: #F2f2f2;}
.sectiontableentry2 a, .sectiontableentry1 a  {padding-left:5px;}

/*Read More Link Styles*/
a.readon, a.readon:hover{margin-top: 0px; display: block;
}
/*Keeps the blog tables from crowding*/
/*Article Index*/
table.contenttoc {margin:5px;padding:5px;}
table.contenttoc td {padding: 0 7px;}
table.contenttoc th {padding: 0px 7px;font-size: 1em;color: #ccc;background: #333;}



/*Some bonus custom styles*/


#headercontainer {
	height: 150px;
	width: 100%;/*inner element*/
	margin: 0px;
	padding: 0px;
	margin:0px;
	background-image: url(http://companioncard.act.gov.au/templates/js_lightfast_green/images/headerbg.png);
	background-repeat: repeat-x;
}
#header {
	height:90px;
	width: 100%;/*inner element*/
	margin: 0px;
	padding: 0px;
	margin:0 auto;
}
.designer, .designer a, .designer a:link, .designer a:visited, .designer a:active, .designer a:hover {text-align:center; text-decoration:none; margin-bottom:10px; font:0.9em normal Arial, Helvetica, sans-serif; color:#202020;
}
/* list styles*/
ol.decimal {list-style-type: decimal}
ol.lroman {list-style-type: lower-roman}
ol.uroman {list-style-type: upper-roman}
ol.lalpha {list-style-type: lower-alpha}
ol.ualpha {list-style-type: upper-alpha}

/*misc styles*/
.red  {color: #8B0000; }

/*chronoform Form styling required fields*/
.formrequired  {color: #404040; }
strong.required {color: red;} /* form field input required */
.validation-advice {background-color: #FFFF40; display:inline; font-family: Arial, Verdana, sans-serif;}
.deanform label{margin-right: 0.5em;}
input.validation-failed {border: 1px solid #FF3300;color: #333; }
/*form layout set width in form, not fieldset (still takes up more room w/fieldset width */
form { 
    margin: 0;
    padding: 0;
    min-width: 500px;
    max-width: 600px;
    width: 550px;
}
fieldset  { /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
    border: 1px solid;
    padding: 5px 10px;        /* padding in fieldset support spotty in IE */
    margin-left: 5px;
}
legend {
	color: #1B1D81; /* Sets the text color for the Legend*/
   	font-weight: bold; /*Set Font weight here. It could be bold, italics and so forth */
  	padding: 0.5em;   /* We use padding to create spacing */
 	margin-left:0;   
}

/*form layout label on left and input on right - no need for tables*/
.twocol label {
    display: block;  /* block float the labels to left column, set a width */
    float: left;
    width: 110px;
    padding: 0;
    margin-left: 5px;
    margin-right: 5px; 
    text-align: right;
}
.twocolwide label {
    display: block;  /* block float the labels to left column, set a width */
    float: left;
    width: 250px;
    padding: 0;
    margin-left: 5px;
    margin-right: 5px; 
    text-align: right;
}
/* To add image to denote an external hyperlink*/

a.external, a.external:link, a.external:visited, a.external:hover {
    background:url(../images/external_link.gif) no-repeat 100% 0%; padding: 0 24px 0 0;}

/*This centres text for RSS and logo left modules*/
.lmid {text-align: center;}
.lmid a:link, .lmid a:visited {color:#0000C0; text-decoration:underline;}
.lmid a:hover {color: #0000C0; text-decoration:none;}

p.idea {
    background: #EFFFFF url(../images/idea.png) center no-repeat;
    background-position: 22px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 55px;
    border: 2px solid #000060;
    font-size: 1em; margin: 0 0 1em; color: #202020;
}
p.alert {
    background: #FDFCD9 url(../images/alert.png) center no-repeat;
    background-position: 16px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 9px 20px 9px 75px;
    border: 2px solid #F7D229;
    font-size: 1em; margin: 0 0 1em; color: #202020;
}
p.info {
    background: #F8FFFF url(../images/info.png) center no-repeat;
    background-position: 16px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 9px 20px 9px 75px;
    border: 1px solid #000060;
    font-size: 1em; margin: 0 0 1em; color: #202020;
}
.faq h3 {font-size: 12pt;font-weight: bold; margin: 1em 0 0 0; color:#202080;line-height: 130%;}
.date {
    color: #800000; 
}
p.date {
    color: #800000; 
}
p.source {
    font-size: 0.8em; margin: 0 0 1em; color: #444;
}
p.addressblock {margin:0; }
/* For Contact Details and address blocks*/
blockquote.address {
         padding:5px; border: 1px solid #99CC00; background: #ECECEC; margin:3px; font-size:1em;
}
.jce_doclink_size, .jce_doclink_date {text-transform: uppercase;}
/*Content Links*/
.contentheading, h2.contentheading {
	width:99%;
	
	color:#000;
	text-align: left;
      margin-top: 6px; 
	margin-bottom: 6px;
	padding-bottom: 20px; 

}


/*************** Readspeaker *************/
.speaker{
    padding: 0 0 0px 0px; 
    text-align:right;
    font-weight:bold;
    color:#003366;
    margin-top:0px;
    margin-bottom:5px;
}
.speaker a {
    font-weight:bold;
    color:#003366;
    text-decoration:none;
    }
.speaker a:hover {
    text-decoration:underline;
}
.listen {
    vertical-align:right;
    margin-left:5px;
    width:30px;
    height:10px;
    border:none;
    }


