@charset "utf-8";
/* This is the main style sheet for every section of LIO except the message board. */
a:link { 
	text-decoration:none; font-weight:600; font-family:georgia, times new roman; }
	a:link {color:#590000;}
	a:visited {
		color:#590000;
		text-decoration: none;
	}
body {
	background-color:#debe72;
	background-image:url(../graphics/background.jpg);
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	margin-left:0;
	margin-top:0;
	color:#000000;
} 

#logo {
	position:absolute;
	left:50px;
	top:20px;
	width:310px;
	height:140px;
	z-index:1;
}


#header {
	position:absolute;
	left:0px;
	top:0px;
	width:1050px;
	height:256px;
	z-index:1;
}


#logo2 {
	position:absolute;
	left:455px;
	top:22px;
	width:745px;
	height:190px;
	z-index:2;
	background-image:url(../graphics/fadedli.png);
	background-repeat:no-repeat;
	overflow: hidden;
}

.style1 {
	font-size: xx-large
}


#subsites {
	position:absolute;
	left:14px;
	top:173px;
	width:513px;
	height:67px;
	z-index:3;
}


#speciallinks {
	position:absolute;
	left:529px;
	top:209px;
	width:495px;
	height:31px;
	z-index:4;
}


#content {
	position:absolute;
	left:2px;
	top:261px;
	width:1050px;
	z-index:3;
	height: 600px;
}

#message {
	padding:5px;
	border-style:solid;
	border-width:1px;
	position:absolute;
	left:240px;
	top:0px;
	width:600px;
	height:14px;
	z-index:4;
}

div.figure {
  float: left;
  padding:0px;
  border:-10px;
}
div.figure p {
  text-align: center;
  font-style: italic;
  text-indent: 0;
  padding:0px;
  border:-35px;
}

img.right
{
	float: right;
	padding-left: 10px;
}

img.left
{
	float: left;
	padding-right: 10px;
}