@charset "utf-8";

/* CSS Document */



#navcontainer

{

	font-family: georgia, serif;

	text-transform: lowercase;

	background-color: #FFC;

	height: auto;

	width: auto;

	margin-top: 0;

	margin-right: 5px;

	margin-bottom: 0;

	margin-left: 5px;

	padding-top: 1em;

	padding-right: 0;

	padding-bottom: 0;

	padding-left: 0;

}



/* to stretch the container div to contain floated list */

#navcontainer:after

{

content: ".";

display: block;

line-height: 1px;

font-size: 1px;

clear: both;

}



ul#navlist

{
	list-style: none;
	padding: 0;
	font-size: 0.8em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 25px;
	width: auto;
	height: auto;
}



ul#navlist li

{

	display: block;

	float: left;

	width: 220px;

	height: 550px;

	margin-top: 0;

	margin-right: 0;

	margin-bottom: 0;

	padding-top: 0;

	padding-right: 0;

	padding-bottom: 0;

	padding-left: 30px;

}



ul#navlist li a

{

	display: block;

	padding: 0.5em;

	color: #000;

	text-decoration: none;

	border-top-width: 1px;

	border-right-width: 3px;

	border-bottom-width: 1px;

	border-left-width: 3px;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: solid;

	border-left-style: solid;

	border-top-color: #ffe;

	border-right-color: #003;

	border-bottom-color: #ccc;

	border-left-color: #033;

	background-color: #FFC;

}



#navcontainer>ul#navlist li a { width: auto; }



ul#navlist li#active a

{

	color: #800000;

	background-color: #0F0;

}



ul#navlist li a:hover, ul#navlist li#active a:hover

{

	color: #000;

	border-color: #aaab9c #fff #fff #ccc;

	background-color: transparent;

}



p1 {

	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */

	padding-right: 15px;

	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 14px;

	width: 200px;

	color: #000;

	text-align: justify;

}



p2 {

	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */

	padding-right: 15px;

	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 18px;

	width: 200px;

	font-weight: bold;

	color: #000;

}
