body{
	
	font:12px Arial, Helvetica, sans-serif;
	color:#4f261c;
}

.smallheader
{
		color:#622e05;
		font: 20px "Lucida Handwriting", Georgia, Times, serif;
}

#header { 		
		padding:30px 30px;
		height:120px;
}

	#logo{
		background-image:url("../images/logo.jpg");
		width:200px;
		height:112px;
	}
		
	h1{
		color:#622e05;
		font: 40px "Lucida Handwriting", Georgia, Times, serif;
		padding-top:20px;
		position:absolute;
		top:25px;
		left:165px;
	}
	
	
#leftcontainer {
	background-color:#faf8f8;
	border:#575730 2px solid;
	padding:15px;	
	width:220px;
	margin:0px 40px 40px 5px;
	float:left;
}

	#leftheader{
		width:185px;
		font-size:14px;
		font: 18px "Lucida Handwriting", Georgia, Times, serif;
		padding:20px 0 10px 15px;
		color:#0093cd;
	}
	
	#linklist{
		margin-bottom:10px;
	}
	#linklist ul {
		margin:5px auto 5px auto;
		list-style:none;  /* removes bullets in firefox and netscape */
		padding:0px;	/* removes indent in firefox and netscape */
	}
	
	#linklist li {
		border:#0093cd 1px solid;
		background-color:#FFFFFF;
		font-size:14px;	
		margin:5px 0px 5px 0px;
	}
	
	#linklist a {
		text-decoration:none;
		color:#4f261c;
		display: block;	
		padding:5px;
	}
	
	#linklist li:hover {
		background: #819480;	
	}
	
	#linklist li:hover a{ 
		color: #faf8f8;
	}
	
	#lefttext{
		width:200px;
		margin:5px auto 5px auto;
	
	}
	
#rightcontainer {
	padding:0px 120px 40px 40px;
	
	/*background-color:#faf8f8;
	border:#0093cd 2px solid;
	padding:15px;
	width:400px; */
}
	
	#subheader{
		color:#622e05;
		font: 18px "Lucida Handwriting", Georgia, Times, serif;
		border-bottom:#993333 1px solid;
		display:inline;	
	}

/* Fixed position elements hidden from IE 5 with complex tags, as IE 5 doesn't support fixed position */

html>body #purpleflowers{	
	background:url("../images/purpleflowers.jpg") no-repeat;
	height:502px;
	width:109px;
	position:fixed;
	right:20px;
	bottom:10px;	

}

html>body #left{
	top:0px;
	left:0px;
	width:20px;
	background-color:#597258;
	height:100%;  
	z-index:10;
	position:fixed;

}

html>body #right{
	top:0px;
	right:0px;
	width:20px;
	background-color:#597258;
	height:100%;  
	z-index:10;
	position:fixed;

}

html>body #top{
	top:0px;
	left:0px;
	height:20px;
	background-color:#597258;
	width:100%;
	z-index:10;
	position:fixed;

}

html>body #bottom{
	bottom:0px;
	left:0px;
	height:20px;
	background-color:#597258;
	width:100%;
	z-index:10;
	position:fixed;

}
.footerlink
{
	color: #622e05;
    FONT-WEIGHT: bolder;
    FONT-SIZE: 9pt;
    FONT-FAMILY: Trebuchet MS;
    TEXT-ALIGN: center;
    TEXT-DECORATION: none
}
A.footerlink:link
{
	color: #622e05;
    FONT-FAMILY: Trebuchet MS;
    TEXT-ALIGN: center;
    TEXT-DECORATION: none
}
A.footer:hover
{
	color: #622e05;
    FONT-FAMILY: Trebuchet MS;
    TEXT-ALIGN: center;
    TEXT-DECORATION: none
}
.footertext
{
	FONT-FAMILY: Trebuchet MS;
	color: #622e05;
	font-size: 9pt;
}
.evidialinks
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 8pt;
    COLOR: blue;
    FONT-FAMILY: Tahoma;
    TEXT-ALIGN: left;
    TEXT-DECORATION: none
}
A.evidialinks:active
{
    FONT-SIZE: 8pt;
    COLOR: blue;
    FONT-STYLE: italic;
    FONT-FAMILY: Tahoma;
    TEXT-ALIGN: center;
    TEXT-DECORATION: none
}
A.evidialinks:link
{
    FONT-SIZE: 8pt;
    COLOR: blue;
    FONT-FAMILY: Tahoma;
    TEXT-ALIGN: center;
    TEXT-DECORATION: none
}
A.evidialinks:visited
{
    FONT-SIZE: 8pt;
    COLOR: blue;
    FONT-FAMILY: Tahoma;
    TEXT-ALIGN: center;
    TEXT-DECORATION: none
}
A.evidialinks:hover
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Tahoma;
    TEXT-ALIGN: center;
    TEXT-DECORATION: none
}
.evidiatd
{
    FONT-SIZE: 8pt;
}