/* screen.css
   Last revision: 1/14/08 Mark Dahmke, Information Analytics.
*/



body
{
	margin: 0;
	padding: 0;
	font: 85% arial, helvetica, sans-serif;
	text-align: left;
	color: black;
	background-color: white;
	}

/* default settings */

{
	color: #ffffff;
	background-color: #000000;
}

/* ********** the following styles are used on content pages ************ */

.sidebar
{
	margin: 5px;
	padding: 5px;
	font: 85% arial, helvetica, sans-serif;
	text-align: center;
	left: 0px;
	top: 170px;
	position: absolute;
	color: black;
	background-color: white;

}
.bodytext
{
	background-color: white; 
	color: black;  
	padding: 5px;
	width:600px;  
	z-index:99;
	left:175px;
	top:170px;
	position: absolute;
}
.bodytext a { color: black; }
.bodytext a:link { color: blue; }
.bodytext a:visited { color: #lightblue; }
.bodytext a:hover, a:active { background-color: white; }
.bodytext td  { color: black; }
.bodytext p { color: black; }
.description
{
	padding: 5px;
	position: absolute; 
	top:600px; 
	left:100px; 
	width:600px;  
	z-index:99;
}

.text-menu
{
	padding: 5px;
	position: absolute; 
	top:750px; 
	left:100px; 
	width:600px;  
	z-index:99;
}

.page-footer
{
	padding: 5px;
	position: relative; 
	top:750px; 
	left:100px; 
	width:600px;  
	z-index:99;
}

.boldtitle
{
	color: black;
	font-family: georgia, times, "times new roman", serif;
	font-weight: bold;
	font-size: 15pt;
}

.block
{
	color: black;
	font-family: georgia, times, "times new roman", serif;
	font-weight: normal;
	font-size: 12pt;
}

.boldcenter 
{ 	font-size: 100%; 
	text-align: center;
	font-weight: bold;
}

.small 
{ font-size: 70%; 
	text-align: center;
	font-weight: normal;
	line-height: 20%;
}

/* **********************************
	styles for home page
*/

.icons-home
{
	position: absolute; 
	left: 635px; 
	top:120px;  
	width:220px; 
	z-index:90;
}



.contactus { font-size: 110%; 
	display: inline; 
	text-align: center;
	font-weight: bold;
	margin: 0 0 2px 0;
}

.enlarge { font-size: 70%; 
	text-align: center;
	font-weight: normal;
	line-height: 20%;
	display: inline;
}



.body-text ul
{
	list-style-type: none;
	text-align: right;
	margin: 1em 0;
	padding: 0;
	font-size: 95%;
}

.body-text li
{
	list-style-type: circle;
	text-align: left;
	margin: 0  0  0 50px;
	display: list-item;
	padding: 0;
	font-size: 95%;
}



.home {
color: #FFFFFF;
text-decoration: none;
background-color: transparent;
}
.home:hover
{
color: #e0e0e0;
background-color: transparent;
} 


.hovermenu ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
margin-top: 0;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 7px 8px;
margin: 0 0 0 0px;
text-decoration: none;
float: left;
color: black;
background-color: #e1e1e1;
border: 0.1px solid grey;
}

.hovermenu ul li a:hover{
background-color: #c0c0c0; 
border: 0.1px solid grey;
}

#topmenu {
        width: 810px;
	height: 20px;
}
#header {
        width: 800px;
}


