a  { color: maroon; font-weight: bold; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
p { color: black; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
li { color: black; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

.medmaroon {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: maroon;
	}
	
.smmaroon {
	font-size: 16px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: maroon;
	}

.largeitalics {
	color: black;
	font-size: 24pt;
	font-family: "Times New Roman", Georgia, Times;
	font-style: italic;
	font-weight: bold;
}

.meditalics  {
	font-size: 18pt;
	font-family: "Times New Roman", Georgia, Times;
	font-style: italic;
	font-weight: bold;
}

.smallitalics  {
	font-size: 14pt;
	font-family: "Times New Roman", Georgia, Times;
	font-style: italic;
	font-weight: bold;
}
.blborder  { border-style: solid; border-width: 1pt 2pt 2pt 1pt; border-color: black }

body {
	background-color:#FFFFFF;
	background-image:url(images/Paperbg.jpg);
	text-align: center;	
	}



#header {
	width:700px;
	margin:auto;
	
	}
	
#container {
	width:800px;
	margin-top: 18px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;	
	}
	
	
#nav {
	float:left;
	width:180px;
	text-align: left;
	}
	
#content {
	margin-left:200px;
	background-color:#FFFFFF;
	text-align: left;
	padding: 10px;
	}
	
	
.boldheading {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
