@charset "utf-8";
/* CSS Document */

/* ------- LAYOUT ------- */

#container {
	/*background-color: #f1f0d3;*/
	background-color: #fff;
	width: 718px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #a1b63f;
}

#header {
	width: 718px;
	}

#inner {
	width: 688px;
	padding: 10px 15px 15px 15px;
	}

#footer {
	margin-top: 10px;
	font-size: 10px;
	}

/* ------- TAGS ------- */

body {
	background-color: #c9d787;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
}

a:link {
	text-decoration: none;
	color: #7f284f;
	}

a:visited { 
	text-decoration: none; 
	color: #7f284f;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #7f284f;
	}
	
#footer a:link {
	text-decoration: none;
	color: #000;
	}

#footer a:visited { 
	text-decoration: none; 
	color: #000;
	}

#footer a:hover, a:active { 
	text-decoration: underline; 
	color: #000;
	}

h1 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7f284f;
	}

h2 {
	font-family: "Century Gothic", Verdana;
	font-size: 14px;
	color: #5e663a;
	margin-bottom: 6px;
	}

h2.emph {
	font-family: "Century Gothic", Verdana;
	font-size: 16px;
	color: #7f284f;
	margin-bottom: 6px;
	}

h3 {
	font-size: 11px;
	color: #444;
	font-weight: bold;
	margin-top: -6px;
	}

img {
	border: none;
	}

p {
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 6px 0px;
	}

p.calendar {
	padding-top: 0px;
	margin-top: -4px;
	}


/* ------- CLASSES ------- */

.space1 {margin-top: 1px;}

.bold {font-weight:bold;}

.homelink {font-weight:bold;margin-top:12px;}