@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}

h1{
	font-size:1.4em;
	font-weight:bold;
	margin-top:-1px;
	}
	
h2{
	font-size:1.2em;
	font-weight:bold;
	}

#wrapper{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#nav{
	text-align:center;
	}

#middle{
	background-color:#f2ede4;
	}
	
#footer{
	background-color:#9999cc;
	}
	
.sidebar01{
	color:#000000;
	font-weight:bold;
	font-size:1.4em;
	margin-left:2em;
	margin-bottom:2em;
	}


#sidebar a:link{
	color:#000;
	text-decoration:none;
}

#sidebar a:visited{
	color:#000;
	text-decoration:none;	
}

#sidebar a:hover{
	color:#fff;
	text-decoration:none;	
}

#middle{
	clear:both;
	background-image:url(images/backgrounds/cyprbk.png);
}

#content{
	padding-left:20px;
/*	background-image: url(images/backgrounds/Gray_Textured7193.png);*/
	}
	
#content a:link{
	color:#000;
	text-decoration:none;
}

#content a:visited{
	color:#000;
	text-decoration:none;	
}

#content a:hover{
	color:#83466D;
	text-decoration:underline;	
	}

#footer a:link{
	color:#83466D;
	text-decoration:none;
}

#footer a:visited{
	color:#83466D;
	text-decoration:none;	
}

#footer a:hover{
	color:#000;
	text-decoration:none;	
	}
	
.image-right{
	margin-left:1em;
	}
	
.image-left{
	margin-right:1em;
	}
	
	