body {
	background:#6fa4e5;
	font-family:Arial, Helvetica, sans-serif;
}

/* Header Master */
div#headmaster {
	width:100%;
	margin-bottom:2%;
}

/* Header */
div#header {
	margin-top:5px;
	text-align:center;
	height:100px;
}

img#logo {
	border:0;
	margin-top:7px;
}

span#headnote {
	font:italic small "Times New Roman", Times, serif;
}


/* Oh boy.  Here's the left menu. */
div#menu {
	float:left;
	margin-left:1%;
	width:22.5%;
	/*margin-right:2%;*/
	background-color:#EA374C;
	text-align:center;
	padding:2px;
}

/* And the main body! */
div#main {
	float: right;
	margin-right:1%;
	width:73.5%;
	background-color:#FFFFFF;
	padding:2px;
}

/* Footer */
div#footer {
	margin-left:2%;
	width:96%;
	float:left;
	margin-top:2%;
	text-align:center;
	padding:4px;
	background-color:#6A8CAD;
	font-size:small;
}

.bold {
	font-weight:bold;
}

.it {
	font-style:italic;
}

.ul {
	text-decoration:underline;
}

.big {
	font-size:large;
}

.small {
	font-size:small;
}

p.headline {
	font-size:xx-large;
	font-weight:bold;
	text-align:center;
}

.update {
	font-style:italic;
	font-size:small;
}

/* The XHTML and CSS Validation Images in the footer. */
img.valid {
	border:0;
	width:88px;
	height:31px;
	margin-right:3px;
}

.small {
	font-size:small;
}

span#quote {
	font-size:smaller;
	text-align:left;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
}

img#one {
	border:0;
	width:150px;
	height:175px;
}

table#pp {
	border:0;
	width:75%;
}

.large {
	font-size:150%;
}