body {
        margin: 0;
		margin-left: 2%;
		margin-top: 2%;
		margin-bottom: 2%;
        padding: 0;
        border: 0;			/* This removes the border around the viewport in old versions of IE */
        width: 800px;
        background:  #fff;
		background-color: #CCCCCC;
      /*  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 */
		font-size: 90%;
		font-family: Arial,Helvetica, Sans-serif;
		/* border: 5px solid #009900;
		border-style: double; */
    }
	a {
		color:  #009900; 
		text-decoration: none;
		font-weight:normal;
		font-size:14px;
	}
	a:hover {
		color: #0099FF; /* changes the text color on hover */
		background: none; /* if you need a background color to your link */
	}
    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
		color:  #009900;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
		color:#000;
		
    }
	 .normalText {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:10px 9px 5px;
	}
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:800px;
		background-image:url(/images/header.jpg);
		background-repeat: no-repeat;
		background-color:#FFFFFF;
		height:200px;
    }
	#header {
		border-top:0px solid #000;
	}
	
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	
	#header ul li a span {
	    display:block;
	}
	
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:0px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	
	/* column container */
	.colmask {
	    position:relative;		/* This fixes the IE7 overflow hidden bug */
	    clear:both;
	    float:left;
        width:800px;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;				/* width of page */
		position:relative;
	}
	
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	    /* no left and right padding on columns, we just make them narrower instead 
								only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	
	/* 3 Column settings */
	.threecol {
		background:#fff;		/* right column background colour */
	}
	
	.threecol .colmid {
		right:28%;				/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	
	.threecol .colleft {
		right:45%;				/* width of the middle column */
		background:#fff;		/* left column background colour */
		border-right: 2px dotted  #009900;
	}
	
	.threecol .col1 {
		width:57%;				/* width of center column content (column width minus padding on either side) */
		left:102%;				/* 100% plus left padding of center column */
	}
	
	.threecol .col2 {
		width:28%;				/* Width of left column content (column width minus padding on either side) */
		left:17%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	
	.threecol .col3 {
		width:0%;				/* Width of right column content (column width minus padding on either side) */
		left:52%;				/* Please make note of the brackets here:
								(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:800px;
		background-color:#FFFFFF;
       	background-image:url(/images/footer.jpg);
		background-repeat: no-repeat;
		height: 150px;
    }
	
    #footer p {
        padding:10px;
        margin:0;
    }
	
.imgborder { 
    margin: 0px;
    border-bottom: 5px solid;
    border-top: 5px solid; 
    border-left: 5px solid;
    border-right: 5px solid;
	border-style: double;
	border-color: #009900; 
}
	
	/*Float to the hills*/
	img.floatLeft { 
    float: left; 
    border-bottom: 5px solid;
    border-top: 5px solid; 
    border-left: 5px solid;
    border-right: 5px solid;
	border-style: double;
	border-color: #009900; 
       }
	
	img { 
    
    border-bottom: 5px solid;
    border-top: 5px solid; 
    border-left: 5px solid;
    border-right: 5px solid;
	border-style: double;
	border-color: #009900; 
    	}
	
img.floatRight { 
    float: right; 
    border-bottom: 5px solid;
    border-top: 5px solid; 
    border-left: 5px solid;
    border-right: 5px solid;
	border-style: double;
	border-color: #009900; 
    	}
	/*end of the floaty bits */	
	
	/* Styles for the Diary Page */
	
.contentcenter {
  	text-align: center;
	height: auto;}
	.contentright {
  	text-align:right;
	height: auto;
	
}
.contentleft {
  	text-align:left;
	height: auto;
	
}
   .Normal { color: #000000; font-family: Verdana,Arial,Helvetica; font-size: 9pt}
   .Heading2 { color: #000099; font-family: Tahoma, Arial, Helvetica; font-size: 13pt; font-weight: bold}
   .Heading3 { color: #000099; font-family: Tahoma, Arial, Helvetica; font-size: 10pt; font-weight: bold}
   TD.diary { color: #000066; font-family: verdana; font-size: 8pt}
   div.diary { color: #000066; font-family: verdana; font-size: 8pt}
   .titlebar {color: #ffffff; background-color:Navy; text-align:center; font-family:Arial,helvetica; font-size:10pt; font-weight:bold}
   .maintble {background-color: #000000;}
   .cell {background-color: #A8B8FF; color:#000000}
   .cellToday {background-color: #6A75D5; color:#ffffff}
   TR.diary {background-color:  #ffffff;}
   TR.diaryTop {/*background-color: #;*/}

/* End of Diary styles */
    
	/* Form Elements */

input.green {
   background-color: #FFFFCC; 
   color: #000000; 
   font-family: Arial, Helvetica, sans-serif; 
   font-weight: normal; 
   font-size: 12px; 
   border: #009900 1px; 
   padding: 5px;
   }
   
input.GreenSub {
   background-color: #8eb73e; 
   font-family: Arial, Helvetica, sans-serif; 
   font-weight: bold; font-size: 12px; color: #000000; 
   padding: 5px; 
   background-image: url(/images/SubmitBtn.jpg);
	background-repeat: repeat-x;}
	
textarea.green {
background-color: #FFFFCC; 
color: #000000; 
font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; border: #009900 1px; padding: 5px;}

.GreenForm
 {  
   font-family: Arial, Helvetica, sans-serif; 
   font-weight: normal; 
   color: #000000;
  /* background-color: none; */
  }
  
  /* This bit is needed for the scrolling message bit*/
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color:#000000;
	background-color: #ffffff;
	border: none;
}
/* Form Elements End */