body { font-family: Arial, sans-serif;
	color: black;
	font-size: 14;
	}

h1 { color: gray;
	font-size: 24;
	}

h3 { color: black;
	text-decoration: underline;
	font-size: 20;
	}

a { font-weight: bold;
	color: #C80223;
	text-decoration: none;
	}

p a { font-weight: bolder;
	color: black;
	background-color: white;
	text-decoration: underline;
	line-height: 100%;
	padding-left: 0;
	}

a:hover { color: black; }

p a:hover { color: #C80223; }

#logo { position: absolute;
	background-image: url(images/logo.jpg); 
	background-repeat: no-repeat; 
	height: 100px;
	width: 200px;
	right: 2em;
	cursor: hand;
	}

#topbar { position: absolute;
	background-color: #C80223;
	height: 1em;
	width: 100%;
	top: 3em;
	right: 240px;
	}

#sidenav { position: absolute;
	width: 10em;
	top: 5em;
	left: 1em;
	padding-top: 2.5em;
	padding-right: 1.5em;
	border-right: 3px dashed #C80223;
	line-height: 125%;
	text-align: right;
	}

#content { position: absolute;
	top: 50px;
	left: 10.5em;
	padding-right: 5em;
	padding-bottom: 3em;
	margin: 5%;
	}