* html ul.nav a  {
    height: 1px;
}

body  {
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #9933cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #e5c8e5;
	display: block;
}

img.figure  {
	float: none;
	margin-left: 100px;
	margin-bottom: 10px;
	border: 1px solid black;
	padding: 5px;
	background-color: #ffffff;
	margin-top: 25px;
    
}
#portrait {
	background-color: #ffffff;
	margin: 10px;
	padding: 5px;
	float: right;
	height: 210px;
	width: 227px;
	border: 1px solid #000000;
}

p  {
	line-height: 1.4em;
	text-align: left;
	font-weight: 400;
	color: #000000;
}

p.last  {
    margin-bottom: 20px;
    
}

p.quoted  {
	margin-right: 40px;
	margin-left: 20px;
	line-height: 1.2em;
}

#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #dfbfdf;
	height: 105px;
	width: 100%;
	background-image: url(images/headerbar5.gif);
	background-repeat: no-repeat;
} 

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #dfbfdf;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	border-right-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #cc99ff;
		
} 

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px;
	height: 800px;
	background-image: url(sidebarbackground.gif);
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: repeat-y;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: 500;
	color: #990099;
	background-color: #dfbfdf;
}
q {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.3em;
	color: #000000;
	margin-right: 35px;
	margin-left: 35px;
	text-align: justify;
}


#mainContent {
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 185px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #dfbfdf;
	font-size: 90%;
} 
#footer {
	padding: 0 10px 0 20px;
	font-size: 80%;
	background-color: #996699;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color:#FFFFFF;
	line-height: 1.1em;
	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left on the page */
	float: left;
	margin-right: 8px;
}
.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;
}

.subpara  {
	margin-top: 40px;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 600;
	font-variant: normal;
	font-style: normal;
	color: #000000;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 600;
	line-height: 1.2em;
	color: #000000;
}

h2.extraline  {
	margin-top: 40px;
}

h2.hilite  {
	font-weight: 700;
	color:#FF9900;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.3em;
	font-weight: 500;
	color: #333333;
}


ul.nav  {
	list-style-type: none;
	margin-left: 0px;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: 400;
	font-variant: normal;
}

ul.nav a  {
	display: block;
	width: 13em;
	height: 2.2em;
	list-style-type: none;
	text-decoration: none;
   
}

ul.nav li  {
	text-decoration: none;
	display: inline;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
	
}
	
a:link {
	color: #000000;
	text-decoration: underline;	
}
a:visited {
	color: #6a4c76;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #6a4c76;
}


	
