﻿	
	/*
 
    Colours:

    Thin borders: #378c76 (Dark Green) 
    Thin shadows: #E2E2E2 (Grey)
    Button text: #003366 (Blue)

    Button default: #E1F0EC (Light Green)
    Button rollover: #CDE7E0 (Light medium green)
    Button on: #B1D9CF (Medium green)
    Button bottom 1px border: #A7BFC9 (Dk Grey)
    Button top 1px border: #FFFFFF (White)

    Navigation Boxes title background: #CDE7E0 (Light medium green) 

	Light Green title background colour: #E1F0EC (Light Green)

    Height of main navigation bar: 239px 
	
	*/
	
	body {
		margin:20px 20px 20px 20px;
		padding:0px;
	}
	
	.top
    {
    
    }
	    
		
	.logo {
		position:absolute;
		width:174px;
		left:20px;
		top:20px;
		border:solid #378c76 1px;
		text-align:center;
	}
	
	.logoshadow {
	    position:absolute;
	    width:172px;
	    height:2px;
	    left:20px;
	    top:84px;
	    background-color:#E2E2E2;
	    background-image: url(images/shadow.gif);
	    background-repeat: repeat-x;
	}
	
	.header 
	{
		height:62px;
		margin-left:184px;
		top:20px;
		border:solid #378c76 1px;
		background-image: url(images/header1.jpg);
		background-repeat: no-repeat;
	}
	
	.headershadow {
		margin-left:184px;
		height:2px;
		top:84px;
		background-color:#E2E2E2;
		background-image: url(images/shadow.gif);
		background-repeat: repeat-x;
	}
	
	
	.centercontent {

   		margin-left: 184px;
   		margin-right:180px;
		margin-top:2px;
		margin-bottom:20px;
		height:auto;
		min-width:50px;
		/* border:solid #378c76 1px;
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;

		}
		
	.leftcontent {
		float:left;
		margin-top:8px;
		width:176px;
	}
		
	.rightcontent {
		float:right;
		margin-top:8px;
		width:172px;
		}
	
	
	.boxshadow {
		height:2px;
		background-color:#E2E2E2;
		background-image: url(images/shadow.gif);
		background-repeat: repeat-x;
	}
	
	.navboxtop {
		height:100px;
		border:solid #378c76 1px;
	}
	
	.navboxlower, .navboxtopright {
    height:auto;
    min-height:50px;
	border:solid #378c76 1px;
	background:#E1F0EC;
	}
	
	.navboxlower {
	margin-top:6px;
	}
	
	.navboxlowertitle {
	
	border-bottom:solid #378c76 1px;
    color: #003366; 
    text-decoration:none; 
    font-size:11px; 
    font-family: Verdana, sans-serif;
    line-height:22px;
    padding-left:4px;
    background:#CDE7E0; /* colour of the title bar of menus */
	}
	
	
		
	.navboxtop {
		height:auto; /* height of main navigation bar */
		background:#E1F0EC;
	}
	

	
	div.menu {
	position:relative;
	top:0; 
	left:0;

} 

	table.menu a.mlink { 
	width:147px; /* width of the navigation button */
	display: block;
	}
	
	table.menu a.mlinksubnav { 
	width:147px; /* width of the navigation button */
	display: block; 
	}
	
	table.menu a.mlinkrightsubnav { 
	width:166px; /* width of the right navigation button */
	display: block; 
	}

	table.menu a.mlinkon {
	width:147px; /* width of the navigation button */
	display: block; 
	background:#B1D9CF; /* colour of the navigation button mouse over */
	font-weight:bold;
	}
	
	
	table.menu a.mlinksubnavon {
	width:147px; /* width of the navigation button */
	display: block; 
	background:#D2E9E3; /* colour of the navigation button mouse over */
	border-bottom:solid #E1F0EC 1px;
	}
	
	table.menu a.mlinkrightsubnavon {
	width:166px; /* width of the right navigation button */
	display: block; 
	background:#D2E9E3; /* colour of the navigation button mouse over */
	border-bottom:solid #E1F0EC 1px;
	}
	
	
	table.menu a.micon { 
	width:23px; 
	display: block;
	
	}

	table.menu a.miconsubnav { 
	width:23px; 
	display: block;
	} 

    div.menu a.mlink {
    /* border-bottom:1px solid #A7BFC9; */
    color: #003366; 
    text-decoration:none; 
    font-size:11px; 
    font-family: Verdana, sans-serif;
    line-height:20px; /* width of the navigation button */
    padding-left:4px;
	padding-bottom:2px;
    }

    div.menu a.mlinksubnav, a.mlinkrightsubnav, a.mlinkrightsubnavon, div.menu a.mlinksubnavon {
    color: #003366; 
    text-decoration:none; 
    font-size:11px; 
    font-family: Verdana, sans-serif;
    line-height:14px; /* width of the navigation button */
    padding-left:4px;
    padding-top:3px;
    padding-bottom:3px;
    border-bottom: solid #E1F0EC 1px;
    }


    div.menu a.mlinksubnavlast {
    padding-bottom:3px;
    }

	    li.subnav 
	    {
	    list-style:square;
	    margin-bottom:-9px;
	    }

    div.menu a.mlinkon {
    /*border-bottom:1px solid #A7BFC9;*/
    color: #003366; 
    text-decoration:none; 
    font-size:11px; 
    font-family: Verdana, sans-serif;
    line-height:20px; /* width of the navigation button */
    padding-left:4px;
	padding-bottom:2px;
    }

    td.micon {
    /*border-bottom:1px solid #A7BFC9;   */
    }

    td.miconsubnav {

    }

    div.menu a.mlink:link {
    color: #003366; 
    }

    div.menu a.mlinkon:link {
    color: #003366; 
    }


    td.gap {
	    border-bottom:1px solid #FFFFFF; 
	    border-top:1px solid #A7BFC9; 
	    height:1px;
    }

    td.gapSubNav {
	    /*border-top:1px solid #A7BFC9; */
	    height:1px;
    }

    .topTitle {
        /*background-color:#E1F0EC;|*/
        margin:6px 0px 0px 0px;
        height:23px;
        background-image:url(images/title_bg.gif);
        border-top:solid #378c76 1px;
    }

    .sectionTitle {
        color: #003366; 
        font-size:12px; 
        font-family: Verdana, sans-serif;
        margin:4px 0px 5px 3px; 
        float:left;
        font-weight:bold;
    }

 .resourceTitle {
        color: #003366; 
        font-size:18px; 
        font-family: Verdana, sans-serif;
        margin:44px 0px 5px 3px; 
        float:left;
    }
    .sectionIcon {
        float:right;
    }

    .contentText {
        font-family: Verdana, Arial, Helvetica, sans-serif;
	    font-size: 80%;
	    color: #003366;
	    margin-top:6px;
	    margin-left:6px;
	    padding-right:6px;
    }
    
    .contentTextUnderline {
        font-family: Verdana, Arial, Helvetica, sans-serif;
	    font-size: 80%;
	    color: #003366;
	    margin-top:16px;
	    margin-left:6px;
	    padding-right:6px;
	    border-bottom: solid 1px #378c76;
    }
    
    .contentText_sml {
        font-family: Verdana, Arial, Helvetica, sans-serif;
	    font-size: 60%;
	    color: #003366;
    }
    
    .Form_warning {
        font-family: Verdana, Arial, Helvetica, sans-serif;
	    font-size: 60%;
	    color: #FF0000;
	    margin-top:0px;
	    margin-left:6px;
    }
    
    
    
    
    td.FAQAnswer 
    {
        font-family: Verdana, Arial, Helvetica, sans-serif;
	    font-size: 80%;
	    color: #003366;
	    margin-top:6px;
	    margin-bottom:16px;
	    padding:16px;
	    padding-top:5px;
	    border-bottom: solid 1px #378c76;
    }
    
     .contentTextSmall {
        font-family: Verdana, Arial, Helvetica, sans-serif;
	    font-size: 60%;
	    color: #003366;
    }

	
	.contentText p, .contentText ul
	{
	    margin-top:9px;
	    margin-bottom:14px;
	}
	
	.contentText a:link, .contentText a:visited
	{
	    color:#378c76;
	}
	
	a:link.link , a:visited.link
	{
	    color:#378c76;
	}
	
	hr.greenline 
	{   
	    border: 0;
        width:100%;
	    height:1px;
	    background-color:#C8E4DA;   
	    color:#C8E4DA;
	}

.footer {
    clear:both;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #003366;
	margin:30px 0px 0px 0px; 
	height:30px;
	/*border:solid #378c76 1px;*/
	background-image:url(images/copyright_bg.gif);
	background-color:#E1F0EC;
	border-bottom:solid #378c76 1px;
}

.small 
{
    margin-top:2px;
    font-size:10px;
}

table.photo 
{
    background-color:#EAF3F0;
    margin-left:16px;
}

.photoborder
{
    border:solid 1px #A6CDC3;
}

p.network_project_title {
    margin-top:0px;
    margin-bottom:5px;
}

p.network_project {
    margin-top:0px;
    margin-bottom:12px;
}

td.news_item {
    height:20px;
	border-bottom: solid 1px #378c76;
}

table.resource_link {
    border-bottom: solid 1px #378c76;
}

table.resource_link_top {
    border-top: solid 1px #378c76;
	border-bottom: solid 1px #378c76;
}

td.diary_item {
    height:27px;
    border-bottom: solid 1px #378c76;
     font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #003366;
}

a.news_link, a:visited.news_link  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color:#378c76;
	text-decoration:none;
}

table.news_table 
{
    width:95%;
    margin-left:5px;
    margin-top:8px;
}

td.news_title 
{
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color:#003366;
	font-weight:bold;
	border-bottom: solid 1px #378c76;
}

td.news_item_publish_date 
{
    width:130px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #003366;
	border-bottom: solid 1px #378c76;
}

td.news_item_title 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #003366;
	border-bottom: solid 1px #378c76;
}

.small 
{
    font-size: 80%;
}

table.form 
{
    background-color:#E7F3EF;
    border: solid 1px #378c76;
}

.formRadioButs
{
   margin-right:15px;
}

