@charset "utf-8";
/* CSS Document */

/*

backgroud grey/beige = cfcac7;
text grey = 5e5e5e;
head background = eeedeb;



*/


* {
	font-family:Arial, Helvetica, sans-serif;
	color:#404040;
	text-decoration:none;
	font-size:12px;
	margin:0px;
	padding:0px;
}

body {
	background-color:#9E9E9E;
}
img {
	border:0px;
}
#nav a {
	display:inline-block;
	height:100%;
	padding:0 5px;
	text-align:center;
	font-weight:bold;
	color:#404040;
}
#nav a:hover, #nav a:active {
	background-color:#eeeeee;
}
#nav a.current {
	background-color:#eeeeee;
}
#nav a.current:hover, #nav a.current:active {
	background-color:#555555;
	color:#eeeeee;
}
#footer, #footer * {
	font-size:10px;
}
.central h1, .central h2, .central h3, .central h4, .central h5, .central h6, .central p {
	text-align:center;
}
h1, h2, h3, h4, h5, h6, p {
	font-size:11.5px;
	margin:10px 15px;
	margin-top:5px;
}
h1 {
	font-size:13px;
}
.bordered {
	padding:10px;
	border:1px solid #cccccc;
}
.imgtxtright {
	float:right;
	margin-left:10px;
}
.imgtxtleft {
	float:left;
	margin-left:10px;
}

#image img {
	height:100%;
	width:100%;
}
a.popup {border:0px;}
a.popup img {border:0px;}
p a, p a strong, p strong a { color:#eb115f; }
