#container {
	width:960px;
	margin:auto;
	background-color:white;
	}
 
#header {
	height:240px;
	text-align:center;
	margin-top:0;
}
 
#nav {
	float:left;
	width:240px;
	text-align:center;	
	height:660px;
    background-image:url(images/leftbg.jpg);
    background-repeat:no-repeat;
	background-size:240%;
	background-position:left top;
	}
 
#main {
	float:left;
	width:720px;
	height:660px;
	text-align:center;
	background-color:white;
	overflow:auto;
	margin-bottom:15;
	}
 
#footer {font-family:Contantia;
	clear:both;
	text-align:center;
	background-color: #99CC99;
	color:#003300;
	height:60px;
	border-left: 3px #003300 solid;
	border-right: 3px #003300 solid;
	border-bottom: 3px #003300 solid;

	}


p {font-family:Contantia;
	font-size:18px;
	color:#003300;
	font-weight:500;
	padding-right:55px;
	}

a:link {color:#003300;    /* unvisited link */
	text-decoration:none;
	}
a:visited {color:#006600;   /* visited link */
	}  
a:hover {color: #003366;    /* mouse over link */
		text-decoration:underline;
		}
a:active {color:#CC0000;}   /* selected link */ 

.bodylink:link {color:#003300;text-decoration:underline;}
.bodylink:visited {color:#003300;}
.bodylink:hover {color:#3366CC;font-size:102%;}
.bodylink:active {color:red;}

.extlink:link {color:#blue;text-decoration:underline;}
.extlink:visited {color:#003300;}
.extlink:hover {color:#3366CC;}
.extlink:active {color:red;}




	

h1 {font-family:font-family:Constantia;
	color:#003300;
	}

h2 {font-family:font-family:Constantia;
	color:#003300;
	padding-right:55px;

	}

h3 {font-family:Constantia;
	color:#003300;
	font-size:20px;
	letter-spacing:-1px;
	text-align:center;
	}


h4 {font-family:font-family:Constantia;
	color:#003300;
	font-size:18px;
	}

td {text-align:left;
	padding:0px;
	}