/* parastyle.css */
/* T R B L */

div#header {
	margin: -8px -8px 0 -8px;
	POSITION: absolute; 
	height: 100px;
	min-width: 750px;
	background: #CBE9E8;
}

div#page
{	padding-left: 2em; 
	padding-right: 2em;
}	

#LeftMenu
{
	POSITION: absolute;
	width: 120px; 
	/*background: transparent;*/
	background: #CBE9E8;
	TOP: 60px; /* left: 20px; */
	border: none;
	text-align:right;
	line-height:22px;
	MARGIN: 0px 0px 0px 0px; 
	PADDING: 0px 40px 0px 0px;
	z-index: 1
	
}

.LM_Text
{
	font-family: Verdana, Arial, SansSerif, Sans-Serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	color:#000000;
	background-color: transparent;
	PADDING: 0px 0px 0px 3px;
}

h1
{
	font-family: Verdana, Arial, SansSerif, Sans-Serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	color:#000000;
	background-color: transparent;
	PADDING: 0px 0px 0px 3px;
}
	
a 
{
	text-decoration: none;
	color: #000000;
}
	
a:hover 
{
	text-decoration: underline;
	color: #020202;
}

.LI_Text
{
	font-family: Verdana, Arial, SansSerif, Sans-Serif;
	/* font-weight: bolder; */
	text-align: right;
	text-decoration: none;
	font-size: 12px;
	color:#000000;
	background-color: transparent;
	PADDING: 0px 0px px 3px;
}

.Index_text
{
	font-family: Times, Serif;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	color: #4F128F;
	background-color: transparent;
}

.Copy_Text
{
	position: absolute;
	left:40px;
	font-family: Verdana, Arial, SansSerif, Sans-Serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	background-color: transparent;
	margin: 0px, 0px, 0px, 20px;
	width: 260px; 
}

/* do we need this? */
#Project_image_box
{
	POSITION: absolute;
	width: 320px;
	height: 462px;
	TOP: 0px; left: 1px;
	border: none;
	background: #737077; 
	text-align: left;
	MARGIN: 0px 0px 0px 0px; 
	PADDING: 0px 0px 0px 0px;
	z-index: 2
}

/* from http://rjohara.net/server/css-figures-captions/ */

div.figure {
padding: 10px;
margin: 0.67em auto; /* needed to support centering of almost-full-width figures */
border: thin solid silver;
}

div.figure img { width: 100%; }

div.figure p { /* the default "legend" style, as opposed to "caption" */
font-family: verdana, arial, sans-serif;
font-size: smaller;
padding-left: 1%;
padding-right: 1%;
line-height: 1.1;
margin: 0.25em auto 0 auto;
}
div.figure p.caption { text-align: center; }
/* "caption" for short phrases; "legend" (default) is for continuous prose */

.full { width: 90%; padding: 10px; margin: 0.67em auto; }
/* "full" should be unnecessary, but this responds to the box model bugs in IE */
.half { width: 50%; padding: 10px; margin: 0.5em 0.67em; }
.third { width: 33%; padding: 10px; margin: 0.5em 0.67em; }
.quarter { width: 25%; border: none; padding: 5px; margin: 0.25em 0.5em; }
.fifth { width: 20%; border: none; padding: 5px; margin: 0.25em 1%; }

.right { float: right; margin-left: 2%; }
.left { float: left; margin-right: 2%; }

/* end figure-divs */

