html { height: 100%; }
body 
{
	min-height: 100%; 
	height: 100%; 
	font-family:Arial;
	font-size:small;
	margin-top:0px;
	background-repeat:repeat-x;
	background-image:url('../images/bg_orange.jpg');
	text-align:center;
	}

p
{
	font-family:Arial;
	font-size:small;
}
ul
{
	list-style-position:outside;
	list-style-type:none;
	list-style-image:url("../images/arrow.gif");
	vertical-align:top;
	margin: 0 0 0 0;
	padding: 2px 2px 2px 2px;

}
li
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
img
{
	border: 0;
}

.bodyText
{
	font-family:Tahoma;
	font-size:small;
}
.header
{
   color:Maroon;
   font-size:medium;
   font-family:Arial;
   font-weight:bold;
}
.headerSample
{
   color:Maroon;
   font-size:small;
   font-weight:bold;
}
.headerSample:hover
{
	color:Black;
}
.legal
{
	font-size:smaller;
	font-family:Arial;
	font-style:italic;
}
.title
{
	font-size:medium;
	font-weight:bold;
}
.titleWhite
{
	font-size:small;
	font-weight:bold;
	color:White;
}
a
{
	text-decoration:none;
	font-size:small;
	color:Black;
	font-weight:bold;

}
a:hover
{
	color:Maroon;
}
#keepCenter
{
		margin: 0 20% 0 5%;
		height:100%;
		width:100%;
}
#border
{
	width:820px;
	min-height:650px;
	background-image:url('../images/background_shadow.gif');
	background-repeat:repeat-y;
	
	margin-bottom:4px;
}
#bottomImage
{	
	width:820px;
	min-height:650px;
	background-image: url(../images/backgroundbottom_shadow.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
#footer
{
    padding-top:0;
    font-size:smaller;
    margin: 0px 0px 0px 200px;
    text-align: center;
}
#leftside
{
    text-align:left;
    float:left;
    width:150px;    

}
#rightside
{
	margin: 15px 10px 10px 5px;
    float:right;
    vertical-align:top;
    width:200px;
    text-align:left;

}
#center
{
	margin: 10px 5px 0 20px;
	padding: 0 10px 20px 10px;
    float:left;
    text-align:left;

    width:550px;
   
}
#menu
{
    padding-bottom:0px;

}


imgLeft
{


}
#container
{

}
#listingMainDiv
{

	height:100px;
    margin: 0 auto;
	margin: 10px 100px 10px 100px;
	border-width:1px;
	border-style:dashed;
	
}
.menuTitle
{
   color:Maroon;
   font-size:small;
   font-weight:bold;

   border-bottom: solid 1px Maroon;
   width: 80px;
   margin-left:15px;
   margin-top:10px;
}
.menuItem
{
   margin-left:18px;
   margin-top:2px;
}
div.thumb
{
	border: solid 1px #b7c1c3; 
	padding: 5px 5px 5px 5px; 
	float:left; 
	margin: 0 5px 5px 0px; 
	height:55px; 
	width: 75px;
}
.imageBorder
{
	border: solid 1px #b7c1c3; 
	padding: 5px 5px 5px 5px;
}
div.projectPage
{
	float:left;
	margin: 0 20px 20px 20px;
	text-align:center;
	width:200px;
	height: 150px;
	border: solid 1px #b7c1c3; 
	padding: 5px 5px 5px 5px;
}
div.listingDiv
{
	margin: 0 20px 20px 20px;
	text-align:left;
	width:500px;
	height: 125px;
	border: solid 1px #b7c1c3; 
	padding: 5px 5px 5px 5px;
	vertical-align:top;
}
div.biosImage
{

	float:left;
	margin: 15px 200px 5px 10px;
	border: solid 1px #b7c1c3; 
	padding: 5px 5px 5px 5px;
}