
 
#leftnav
{
	float: left;
	width: 120px;
	margin: 0 0%;
			
	}


#content
{
	margin-left: 0px;
	border-left: 0px;
	margin-right: 0px;
	border-right: 0px;
	padding: 1em;	
}


p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	font-weight: normal;
	font-size: 80%;
	margin-left: 10px;
	margin-right: 50px;
}

p.special { 
margin-left: 500px;
}


a:link {
	color: Purple;
	font-size: 95%;
	font-weight: bold;
	text-decoration: none;
}

.fixed_menu {
	position: fixed; /*set the position type for non IE systems*/
	top: 110px /*set the top of the menu to be ~15 lines down the screen. You need to specify the location in some way, I'm putting it in the top right.*/
	left: 10px; /*set the right hand edge of the menu to be slightly in from the edge*/
	width: 120px; /*the menu is as wide as it needs to be for the text we put in it*/
	margin: 1px; /*optional : I just find a small margin makes things look a bit better*/
}

ul#navlist
{
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
		
}


ul#navlist li a
{
	display: block;
	width: 100%;
	padding: 0.2em 0 0.2em 0.1em;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: Purple;
	text-decoration: none;
	background: #f7f2ea;
	font-weight: bold;
}


ul#navlist li a:hover, ul#navlist li#active a:hover
{
	color: #C80000;
	background: #F0E68C;
	border-color: #aaab9c #fff #fff #ccc;
	
}

  .centeredImage
 {
   margin-left:200px;
	margin-right:0px;
    margin-top:25px;
    margin-bottom:0px;
    padding:0px;	
    }



 
#pagewidth{
	width: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
} 
 
#header{
	height: 115px;
	background-color: #FEFF6E;
	width: 100%;
	float: none;
} 
 
#leftcol{
	width: 16%;
	float: left;
	
} 
 
#maincol{
	float: left;
	display: block;
	width: 84%;
	background: url(images/Cnv00007x.jpg) fixed;
}
 

 
 
.clearfix:after {
	display: block;
	height: 0;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
 
h1 {
	font-family: "Lucida Calligraphy", verdana, sans-serif;
	color: #006400;
	font-size: 220%;
	text-align: center;
}

h2 {font-family: verdana,sans-serif;
color: #800000;
font-size: 115%}

h3 {font-family: verdana,sans-serif;
color: #808000;
font-size: 100%}

p.sansserif {font-family: sans-serif}
p.small {
	font-family: sans-serif;
	font-size: 78%;
	color: #864728;
}

a:link {
	color: Blue;
	text-decoration: none;
}
a:visited {
	color: Blue;
	text-decoration: none;
}
a:hover {color: #FFCC00; text-decoration: underline}
a:active {
	color: Blue;
	text-decoration: none;
}
p.highlight {font-family: "Century Gothic", Verdana, sans-serif; font-size: 90%; color: #DE9203; font-weight: bold}
 
