﻿div.projectlist {
	margin: 0em 2em 1em 0em;
	padding: 0 1em 0 0;
	float: left;
	border-right: solid thin Gray;
}

div.projectmenuheader {
	font-weight: bold;
}

div.projectmenuitem {
	margin-left: 1em;
	padding: .15em 0 .15em 0;
	border-bottom: dotted thin LightGray; 
}



div.projectheader {
	margin-left: 1em;
	border-bottom: solid thin Gray;
	margin-bottom: .5em;
	margin-top: 1.5em;
}

div.quickprojectlinks {
	font-size: small;
	text-align: right;
	float: right;
}

span.projectname {
	font-size: medium;
	font-weight: bold;
	font-variant: small-caps;
}

div.projectname {
	margin-left: 1em;
	margin-bottom: .5em;
	margin-top: 1.5em;
	font-size: medium;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom: solid thin Gray;
}

div.projectdescription {
	margin-left: 3em;
}

a.projectmenuitem {
	text-decoration: none; 
	color: #000000;
}

a.projectmenuitem:hover {
	text-decoration: underline; 
	color: red;
}

div.projects {
	width: 70%;
	float: right;
	padding-top: 1em;
}




