/*
////////// GENERAL //////////
*/

body {
	margin: 0;
	padding: 0;
	background-image: url(bg.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	}

/*
////////// TYPOGRAPHY //////////
*/

p,ul,ol,li,dt,dl,dd,h1,h2,h3,h4,h5,h6 {margin: 0; padding: 0;}

p {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	color: #000000;
}

p {
	margin-bottom: 9px;
	font-family: "Courier New", Courier, mono;
}

a {
	color: #CC0000;
	text-decoration: none;
	}

a:active {
	color: #000;
	}

a:hover {
	}


a:visited {
	color: #666;
}

h1 {
	font-size: 18px;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Courier New", Courier, mono;
}

.p1,.p2,.p3,.p4,.p5 { padding: 0 30px 0 0px; }

#pageHeader h1 span, #pageHeader h2, #quickSummary p.p1, h3 span { display: none; visibility: hidden; }


/*
////////// CONTAINERS //////////
*/


#container {
	margin: 0 0 0 50;
	background: #fff;
	width: 500px;
	height: auto;
	position: absolute;
	}

#pageHeader {
	margin: 0 auto;
	background: #fff url(header.gif);
	height: 222px;
	background-repeat: no-repeat;
}

#footer {
	margin: 0 auto;
	background: #fff url(footer.gif);
	height: 122px;
	background-repeat: no-repeat;
}

#content {
	position: absolute;
	margin-left: 250px;
	margin-right: 250px;
	text-align: left;
	height: 100%;
	width: 500px;
}

/*
////////// LISTS //////////
*/


#linkList{
	position: absolute;
	top: 223px;
	margin-left: 20px;
	padding-top: 10px;
	width: 200px;
	background-image: url(list.gif);
}

#linkList2 {
	color: #000;
	width: 200px;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	padding-bottom: 15px;
}

#linkList ul { list-style: none; }

#linkList li {
	margin: 0 15px;
}

#linkList li a {
	display: inline;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	padding: 0;
	margin: 10;
	text-transform: none;
	}

#larchives li a, #lresources li a, #lold a {
	display: inline;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	padding: 0;
	margin: 10;
	text-transform: none;
}

#llinks h3, #larchives h3, #lcontact h3, #lresources h3, #lold h3 {
	width: 180px;
	height: 50px;
	margin: 0 3px -1px 3px;
	
}

#llinks h3 { background: transparent url(links.gif) no-repeat; }

#larchives h3 {	background: transparent url(archives.gif) no-repeat;
}

#lresources h3 { background: transparent url(contact.gif) no-repeat; }

#lold h3 { background: transparent url(2004.gif) no-repeat; }

/*#lresources h3 { background: transparent url(left_lresources.gif) no-repeat; }*/


/* IMAGES  */
.floatright
	{
	float: right;
	margin: 3px 0px 5px 10px;
	border: 1px solid #333333;
	padding: 1px;
	clear: none;
	width: 150px;
	height: 119px;
	}
	
.floatleft
	{
	float: left;
	margin: 7px 6px 10px 0px;
	border: 1px solid #333333;
	padding: 1px;
	clear: none;
	width: 102px;
	height: 129px;
	padding-bottom: 1px;
	}
	
.floatleft2
	{
	float: left;
	margin: 7px 6px 10px 0px;
	border: 1px solid #333333;
	padding: 1px;
	clear: none;
	width: 150px;
	height: 119px;
	padding-bottom: 1px;
	vertical-align: top;
	}
	
.floatleft3
	{
	float: left;
	margin: 7px 6px 10px 0px;
	border: 0;
	padding: 1px;
	clear: none;
	width: 114px;
	height: 191px;
	padding-bottom: 1px;
	vertical-align: top;
	}
	
.squareleft
	{
	float: left;
	margin: 7px 6px 10px 0px;
	border: 0;
	padding: 1px;
	clear: none;
	width: 120px;
	height: 120px;
	padding-bottom: 1px;
	vertical-align: top;
	}
	
.squareright
	{
	float: right;
	margin: 7px 6px 10px 0px;
	border: 0;
	padding: 1px;
	clear: none;
	width: 120px;
	height: 120px;
	padding-bottom: 1px;
	vertical-align: top;
	background-color: #FF66CC;
	}
	
.center
	{
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	}
img.curve {
	float: left;
	clear: left;
	margin: 0px 18px 0px 0px;	
	}

img.curve2 {
	float: right;
	clear: right;
	margin: 0 10 0 0;
	}
