@charset "UTF-8";
/* CSS Document */

body{
	margin: 0px 0px 0px 0px;
	background-color: #FFF;
	background-image: url(images/pageelements/Paper0048_2_L.jpg);
	background-repeat: repeat;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}
pre{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
}

table td{
/*	background-image: url(images/tablebkgd.jpg);
	background-repeat:repeat-x;
	background-position: top;
	background-color: #ff0000;

*/
}

#container{
	min-height:100%;
	position: absolute;
}

#header{
	width: 800px;
	height: 250px;
	vertical-align: middle;
	background-image: url(images/pageelements/Paper0048_2_L.jpg);
	background-position: center;
}

#nav{
	width: 800px;
	height: 45px;
	background-image:url(images/navigation/nav_01.jpg);
	background-repeat:repeat-x;
}

#main{
	width: 860px;
	height: auto;
	background-image: url(images/pageelements/bkgd.png);
	background-repeat: repeat-y;
}

#marquee{
	height:30px;
	width: 800px;
	background-image:url(images/titles/welcome_01.jpg);
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
}

#title{
	height:auto;
	width: 800px;
}

#body{
	width: 800px;
	font-size:12px;
}


#footer{
	height: auto;
	width: 800px;
	background-image:url(images/pageelements/footer.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	color: #FFF;
	padding-top: 60px;
	margin-bottom: -10px;
}

#h-line{
	min-height: 2px;
	width: 800px;
	background-color: #600;
	
}

h1{
	font-size:18px;
	font-weight: bold;
	padding: 0px;
	color:  #FFF;
}

h3{
	font-size:15px;
}

h2{
	font-size: 10px;
}

h4{
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}

blockquote{
	
}

#marquee a:link, #marquee a:visited, #marquee a:active{
	color: #F96;
	text-decoration: none;
}

#marquee a:hover{
	color: #F99;
	text-decoration: underline;
}

#footer a:link{
	color:#C00;
	text-decoration:none;
}

#footer a:hover{
	color:#F63;
	text-decoration:underline;
}

#heading{
	font-size:18px;
	font-weight: bold;
	padding: 5px;
	color:  #FFF;
	width: 780px;
	height: auto;
	background-image: url(images/pageelements/tablebkgd.jpg);
	background-color: #ff0000;
	margin: 10px;
}

a:link, a:visited, a:active{
	color:#009900;
}

a:hover{
	color:#990000;
}