@charset "utf-8";
/* CSS Document */

html {
	height:100%;
}

body {
	background-image: url(images/tile_manuscriptW.gif);
	background-repeat: repeat;
	background-color:#FFFF66;
	padding:0px;
	margin:0px;
	height:100%;
}

.header{
	width:100%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	height:110px;
	background-image:url(images/LogoTileSplash.png);
	background-repeat:repeat-x;
	background-color:#333333;
	margin: 0px;
}

.depthdark{
	width:100%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	height:1px;
	background-color:#666666;
	margin:0px;	
}
.depthlight{
	width:100%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	height:1px;
	background-color:#FFFFFF;
	margin:0px;	
}

/*FOOTER*/
.footer{
	width:100%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	height:100%;
	background-color:#000000;
	margin: 0px;
	}
/*END FOOTER*/

/*TEXT*/
h2{
font-family:Arial, Helvetica, sans-serif;
font-size:15pt;
color:#000000;
padding:12px 0px 12px 0px;
margin:0px;
}
p{
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#000000;
font-size:12pt;
line-height:123%;
letter-spacing:.25px;
margin:0px;
padding:0px 0px 8px 0px;
font-weight:570;
}

a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #333333;
}


p.nav{
	font-family:Arial, Helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 175px;
	color:#FFFFFF;
	font-size:13pt;
	font-weight:bold;
	letter-spacing:1px;
	}
	
/*END TEXT*/