/** start of colour coding for sections **/
/** Default: green **/
/** Start page heading **/
#content div.pageheading
{
	background-image: url(/media/glass/news-heading.gif);
	background-color:#00703c;

}      

    
/** End page heading **/
a
{
     color:#00703c;
     font-weight:bold;
}    
#submenu div.submenuselected a
{
    font-weight:bold;
    color:#00703c;
} 


/** Start Table **/
table.contenttable 
{
    clear:both;
    border-top:solid 1px #E6E6E6;
    border-right:solid 1px #E6E6E6;
    border-left:solid 1px #E6E6E6;
    border-bottom:solid 2px #17734C;
    margin-top:10px;

}   
table.contenttable td.body
{
    min-height:150px;
    _height:150px;
}    
table.contenttable td.header
{
    vertical-align:middle;
    background-image: url(/media/glass/news-heading.png);
    background-color:#00703C;
    height:32px;
    background-repeat:repeat-x;
    text-indent:10px;
    width:100%;
} 
#content table.contenttable td div.text
{
 	margin:10px 0px 0px 8px;
 	padding-left:5px;
}    
#content table.contenttable td div.text,
#content table.contenttable  p
{
    font-family:Arial;
	font-size:11px;


}
	
#boxtitle,
#regtitle
{
    clear:both;
    vertical-align:middle;
    background-image: url(/media/glass/news-heading.gif);
     background-color:#00703C;
    height:32px;
    background-repeat:repeat-x;
    text-indent:10px;
    width:100%;
    color:White;
    
} 
#boxtitle
{
    text-indent:15px;
}    
#regtitle
{
        background-image: url(/media/glass/register-bg.gif);
         background-color:#00703C;
        height:35px;
    
}    
#boxtitle h3.title,
#regtitle h3.title
{
    padding-top:6px;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:White;
}   
#regtitle h3.title
{
    font-size:16px;
    margin-left:10px;
        padding-top:8px;
    font-family:Verdana;
}    
    
table.contenttable td.header span.boxtitle
{	
	font-family:Arial;
	height:32px;
	font-size:16px;
	font-weight:bold;
	color:White;
}    

/** End table **/

