    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#fff;
        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
    	color:#303030;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 12px;
		}

	

	
	a {
    	color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
    h1, h2 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }

	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;

     }

	#header p,
	#header h1,
	#header h2{
position: relative;
font-size: 30px;
background-image: none;
color: green;
font-family: Times, "Times New Roman", serif;
}

#header h3{
position: relative;
font-size: 40px;
background-image: none;
color: red;
font-family: Times, "Times New Roman", serif;
}


	#header ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin:10px 0 0 0;
	    padding:0;
	}
	#header ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	
	#header img{
position: relative;
left: +1em;
background-color: #8efff7;
}

	#header ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:3px 10px;
	    text-align:center;
	    background:#eee;
	    color:#000;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
	    background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#header ul li a span {
	    display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */


	}
	/* ISIMD 3 column settings */
	.Screen {
	    background: #ffffff;    	/* Right column background colour */
}
    .Screen .colmid {
        float:left;
        width:200%;
        margin-left:-250px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */
        border-right: 4px #f5f5f5 solid;	    
        }
    .Screen .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:400px;         	/* Left column width + right column width */
        background: #fff;    	/* Left column background colour */
        border-right: 4px #f5f5f5 solid;
}
    .Screen .MainContentWrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:200px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}
	.Screen .MainContent {
        margin:0 215px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	    line-height:1.6em;
	    	}
    .Screen .MainNavBar {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:15px;         	/* Width of the left-had side padding on the left column */

    }
    .Screen .SecondaryContent {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
        }
        
     #MainNavBar ul{	
list-style:none;
width:170px;
margin:0 0 0 0;
padding:0;
font-size:1.1em;
}	

 .Screen .MainNavBar li{
margin-bottom:4px;
}

 .Screen .MainNavBar a{
font-weight:bold;
height:20px;
text-decoration:none;
color:#505050;
display:block;
padding:6px 0 0 10px;
background: #a7da9d;
border-left: 4px #3e3e3d solid
}
	
	
 .Screen .MainNavBar li a:hover{
background:#eaeaea;
color:#286ea0;
border-left: 4px #029f0f solid
}
    
    
  #Top-menu {
background: #cccccc;
padding: 0;
height: 40px;
top: 0em;
left: 0em;
border: #10a30b ridge;
position: relative;
}

#Top-menu ul {
float: left;
height: 2px;
font-weight:bold;
text-align: center;
margin: 0;
color:#505050;
display:block;
padding: 0;
border: 0;
list-style-type: none;
font-size:1.1em;
}

#Top-menu ul li {
font-size: .9em;
display: block;
float: left;
height: 25px;
width: 125px;
padding: 0;
margin: 0;
border: 0;
}

#Top-menu ul li a {
display: block;
text-align: center;
text-decoration: none;
color: #55411c;
height: 20px;
margin: 0;
border: 0;
border-right: 1px #55411c dotted;
background-color: #ccc;}

#Top-menu li a.current {
text-decoration: underline;
color: #286ea0;
height: 20px;
font-weight: bold;}

#Top-menu li a:hover {
background: #eaeaea;
height: 20px;
text-decoration: underline;
}
  
    
    
    
    
    
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
border-top: 4px #eeeeea solid;
text-align: right;
background-color: #a7da9d;}
    #footer p {
        padding:10px;
        margin:0;
    }
#button a{
position: relative;
display: block;
width: 10em;
padding: 0.3em;
line-height: 1.4;
background-color: #a7da9d;
border: 1px solid black;
color: #000;
text-decoration: none;
text-align: center;
left: 2em;}

#button a:hover{
background-color: #369;
color: #fff;

