@charset "utf-8";
/* CSS Document */

body {
	background-color: #014B8F;
}
a:link {
	color: #FF3;
	}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#F90;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:1px;
	width: 800px;
	background-color: ;
}

#header {
	margin: 0 0 5px 0;
	width : 800px;
	height : 145px;
	background-image: url(images/header.gif);
	margin-bottom: 0px;
}

#headerespanol {
	margin: 0 0 5px 0;
	width : 800px;
	height : 145px;
	background-image: url(images/header-espanol.gif);
	margin-bottom: 0px;
}

#line {
	width : 800px;
	height : 3px;
	background-color: #0f240a;

}

#side-a {
	float: left;
	width: 178px;
}

#menubg {
	width: 178px;
	height: 312px;
	background-color: #030;
	background-image: url(images/menu/menubg.gif);
}



#side-b {
	float: left;
	width: 162px;

}


#side-b-contact {
	width: 160px;
	text-align: center;
	font-size:12px;
	color: #FFF;
	font: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;

}

#side-b-credit {
	width: 170px;
	text-align: center;
	font-size:10px;
	vertical-align: baseline;
	height: 330px;
	bottom: 300px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #EFEFEF;
}

#h1 {

	color: #FFF;
	font-family: Papyrus, "Times New Roman", Times, serif;
	font-size:24px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#text {

	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top: 5px;
	margin-bottom: 5px;
}


#biggertext {

	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top: 5px;
	margin-bottom: 5px;
}


#content {
	float: left;
	width: 440px;
	height: 100%;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;

}

#librarybuttons {
	
	width: 173px;
	height: 43px;
	margin: 0 auto;
	margin-top: 8px;
	text-align: center;
	background-color: #6793bc;
	background-image: url(images/library-button.gif);
}

#librarybuttonslong {
	
	width: 350px;
	height: 43px;
	margin: 0 auto;
	margin-top: 8px;
	text-align: center;
	background-color: #6793bc;
	background-image: url(images/library-button-long.gif);
}

#footer {
	clear: both;
	background: ;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCC;
	text-align:center;
}




#center {
	text-align: center;
}



#txtyellow {
	color: #FFFF33;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#headtxtblk {
	color: #000000;
	font-size: 30px;
	text-align: center;
	text-decoration: none;
	padding: 10px;
	font-family: Papyrus;
}
#headtxtsmall {
	color: #000000;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
}
