/* This is a CSS Comment */

/* The following rule sets the page background to white - NB try expressing white as an rgb value */

body {background-color: #ffffff; font-family: verdana, sans-serif;}
	
/* Styles the h1 within the banner element - NB try specifying a font-family */

h1 {text-align: center;
	color:#00c000;
	font-size: 2em;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: solid 5px #00c000
}
h2
	{margin-bottom:.0001pt;
	text-align:left;
	page-break-after:avoid;
	punctuation-wrap:simple;
	text-autospace:none;
	font-size:14.0pt;
	font-family:Verdana;
	color:#00c000;
	margin-left:0cm; margin-right:0cm; margin-top:0cm}
h3
	{margin-top:12.0pt;
	margin-right:0cm;
	margin-bottom:3.0pt;
	margin-left:0cm;
	page-break-after:avoid;
	font-size:14.0pt;
	font-family:Verdana;
	color:#00c000}
/*p {line-height: 120%; padding : 2em;}*/


/* The links element */

div.links {background-color: ;
	align: top;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	padding-left: 20px;
        padding-right: 20px;	
	 padding-top: 50px;
    	padding-bottom: 50px;
}




/* The contact element */

div.contact {
	text-align: center;
	font-weight: bold;
	font-size: 16pt;
	padding-left: 1.5em;
        padding-right: 20px;
	
}

/* Floats the image in the maintext division */

img {float: left; margin-right: 20px;}