body {
	background-image: url(../../images/cnvbkgnd.jpg);
	font-family: Arial;
	font-size: small;
} 

.layout {
	margin-left: 5%;
	margin-right: 5%;
	background-color: #F5F6E8;
	border: 1px solid #DFDFDF;
}

a:link, a:visited {
	color: #336633;
}

a:hover {
	text-decoration: none;
}

a.nav, a.nav:visited  {
color: #663333;
display: block;
font-weight:bold;
background-color: tranparent; 
font-family: Verdana, Arial, sans-serif; 
border-right: 1px solid #336633;
width: 120px; 
padding: 2px; 
font-size: .9em;
text-decoration:none;
}
a.nav:hover {
background-color: transparent;
color: #663333;
border: 1px dotted #336633;
}

.menuborder {
	border-top: 1px solid #336633;
	padding: 5px;
	margin-top: 125px;
}
.left {
	vertical-align: top;
	width: 15%;
}

.content {
	vertical-align: top;
	padding-left: 15px;
	width: 85%;
}

.bborder {
	border-top: 1px solid #336633;
	width: 100%;
	font-size: 80%;
	padding: 3px;
}

.tborder {
	border-bottom: 1px solid #336633;
	width: 100%;
	padding: 5px;
}

h3 {
	color: #336633;
	background-color: #B2CCB2;
	padding-left: 5px;
}

h2 {
	color: #336633;
	padding-left: 5px;
	font-size: 110%;
	font-style: italic;
}

.bk {
	color: #336633;
	background-color: #B2CCB2;
	padding: 3px;
}

.smallfont {
	font-size: 85%;
	}
	
img {
	border: #336633;
	}
	
.bottom {
	color: #336633;
	background-color: #B2CCB2;
	padding-left: 5px;
	text-align: left;
	font-size: 80%;
}
	
