
body { 
	background-image: url("/navback3.gif"); 
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #fcf7dc; 
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 12px;
	margin:0;
	}

.minipage { 
/*	background-image: url("/navback3.gif"); 
	background-repeat: repeat-y;
	background-position: top left;*/
	background-color: #fcf7dc; 
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 12px;
	margin:0;
	}


td   {  }

ul {
	font-family: Georgia, 'Times New Roman', serif;
	list-style-image: url(/Bullet.gif);
}

li {
	font-family: Georgia, 'Times New Roman', serif;
	margin-top: 20px;
}

form   {  
	font-size: 12px;
	padding-top: 30px;
	padding-left: 30px;
}

#sidebar {
	width: 175px;
}

#sidebarcontent {
	width: 147px;
}

#maincontent {
	margin: 5px;
}

#contentheader {
	width: 95%;
	font-size: 1.5em;
	padding: 20px 20px 20px 20px;
}

a {
	color: #990F0C;
}

a:hover {
	color: #CE1010;
}

h2 {
	color: #CE1010;
	font-size: 1.3em;
	padding: 5px 0 2px 0;
	margin: 0;
}

h3 {
	color: #CE1010;
	font-size: 1.2em;
	font-variant: small-caps;
	padding: 0;
	margin: 0;
}

small {
	font-size: .9em;
	font-style: italic;
	color: #404040;
}

#projectheader {
	color: #CE1010;
	font-size: 1.3em;
	padding: 5px 0 2px 0;
	margin: 0;
	font-weight: bold;
	font-variant: small-caps;
}

#projecturl {
	font-weight: bold;
	font-size: .7em;
	padding: 0 0 5px 20px;
}

.workreq {
	float:left;
	background-image:url(/images/WorkReqOn.gif);
	background-repeat:no-repeat;
	background-position:top right;
	width:180px;
	height:48px;
}

a .workreq {
	background-image:url(/images/WorkReqOff.gif);
	cursor:pointer;
}

a:hover .workreq {
	background-image:url(/images/WorkReqOver.gif);
}

.disc {
	float:left;
	background-image:url("/images/DiscussionOn.gif");
	background-repeat:no-repeat;
	width:166px;
	height:48px;
}

a .disc {
	background-image:url("/images/DiscussionOff.gif");
	cursor:pointer;
}

a:hover .disc {
	background-image:url("/images/DiscussionOver.gif");
}

.invoices {
	float:left;
	background-image:url(/images/InvoicesOn.gif);
	background-repeat:no-repeat;
	width:166px;
	height:48px;
}

a .invoices {
	background-image:url(/images/InvoicesOff.gif);
	cursor:pointer;
}

a:hover .invoices {
	background-image:url(/images/InvoicesOver.gif);
}

.defrow {
	border-top: solid black 3px;
}

.defheader {
	background-color: #F0F3BA;
	padding: 2px 2px 2px 4px;
	font-weight: bold;
}

.notes {
	margin: 2px 5px 0 5px;
}

.leeway {
	color: #CE1010;
	font-weight: bold;
	padding: 2px 2px 0 8px;
}

.project {
	padding: 4px;
	background-image: url("/navback3.gif"); 
	background-repeat: repeat-y;
	background-position: top left;
}

a .project {
	text-decoration: none;
}

a:hover .project {
	background-image: url("/navback4.gif"); 
	background-repeat: repeat-y;
	background-position: top left;
}

.active {
	background-image: url("/navback4.gif"); 
	background-repeat: repeat-y;
	background-position: top left;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.definitions {
	width: 95%;
	height: 150px;
	border: 2px solid black;
}

.tips {
	width: 95%;
	padding-bottom: 3px;
	font-size: .9em;
}

.definition {
/*	width: 100%; */
/*	padding: 2px 2px 2px 4px; */
	padding-bottom: 15px;
}

.full {
	overflow: auto;
}

.empty {
	height: 20px;
	padding: 2px 0 0 5px;
}

#content {
	vertical-align:top;
}



