/* ----- Typography ----- */

html,body {
	background-color:#D3E9D0;
	font-family:'Trebuchet MS',Verdana,Arial,sans-serif;
	font-size:10pt;
	text-align:center;
	color:#444444;
}

h1 {
	font-size:14pt;
	margin:0%;
	color:#422100;
}

h2 {
	font-size:12pt;
	font-style:italic;
	margin:0%;
	color:#422100;
	}

/* ----- Links ----- */

a {
	color:#6CAB54;
	}

a:visited {
	color:#422100;
	}

a:hover {
	color:#422100;
	}

/*---------------*/

acronym {
	cursor:help;
}

pre {
	margin:0%;
}

/* this is the editing of the big box in which you put text*/
div.upperleft {
	width:700px; /* width of the box, you want it to match div.header width below */
	margin-left:auto;
	margin-right:auto;

	background-color:#AED7A8;
	background-image:url('upperleft.png');
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
}

div.upperright {
	background-image:url('upperright.png');
	background-repeat:no-repeat;
	background-position:top right;
}

div.lowerleft {
	background-image:url('lowerleft.png');
	background-repeat:no-repeat;
	background-position:bottom left;
}

div.lowerright {
	background-image:url('lowerright.png');
	background-repeat:no-repeat;
	background-position:bottom right;
	padding: 3% 3% 3% 3%;
}

div.header {
	width:700px; /* width of the header */
	height:250px; /* height of the header, not the image from the top */
	margin-left:auto;
	margin-right:auto;
	background-image:url(header1.jpg);
	margin-bottom:20px;
}

div.header h1 {
	font-size:30px;
	color:#FFFFFF;
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	text-align:right;
	padding-top:10px;
	padding-right:5px;
}

div.nav {
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:180px; /* height of the nav bar, it has to be calibrated on the header image that you use */
	padding-left:15px;
	text-align:left;
}

.nav a, .nav a:hover, .nav a:visited {
	color:#FFFFFF;
	text-decoration:none;
	margin-right:10px;
	border-top:3px solid #6CAB54;
}

/*this gives the nice effect of white enlightment of the upper bar */
.nav a:hover {
	border-top:3px solid #FFFFFF;
}

div.footer {
	background-image:url(footer.png);
	text-align:center;
	width:480px;
	height:23px;
	margin-left:auto;
	margin-right:auto;
}


