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

/* Define the fonts that will be used all over the website if specific ones aren't defined in the individual elements */
body {
	font-family: verdana, arial, 'Century Gothic', sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	color: fff
	}

/* This is the content of the master box in the top right under the header */

#pagedescription {
	font-size: 16px;
	font-weight: 500;
	}

#footer a, #footer a.visited {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	text-decoration: none;
	}

#footer a.active, #footer a:hover, #footer a.active:hover {
	color: #555;
	font-weight: 600;
	}

/* The fonts used in the side boxes */
.boxhead, #boxheadmaster {
	text-align: center;
	}

.boxhead h2, #boxheadmaster h2 {
	color: #fff;
	font-weight: 800; 
	font-size: 14px;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
	}

textarea.sidetextarea {
	text-align: left;
	font-size: 13px;
	font-weight: 400;
}

p.sideboxtext {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	}	

#sideboxmaster a {
	text-decoration: none;
	}
	
#sideboxmaster a:active, #sideboxmaster a:hover {
	text-decoration: underline;
	}


/* The text that goes in the rounded section at the top of each page underneath the footer in the central column */
#pagetitle h1 {
	color: #fff;
	font-size: 140%;
	font-weight: 800;
	text-align: center;
	}