body
{
	font-family: Verdana, Bookman Old Style, sans-serif;
        /*position: absolute;*/
        /*background-color:#333399;*/
}


span#pupweek{font-size: 12px;}
span
{
 font-family: Verdana, Bookman Old Style, sans-serif;
 color:blue;
 font-size: 18px;


}

div#header
{
	position: absolute;
	background-color: #CCCCCC;
	top:0px;
	left: 0px;
	width: 100%; /*990px;*/
	height: 75px;
	z-index: 1;

}


div#title
{
	position: absolute;

	width: 400px;
	height:75px;
	top: 14px;
	text-align: center;
        /*left: 115px ;*/

	font-family: Verdana, Bookman Old Style, sans-serif;
	font-size: 29px;
	/*color: #26294A;*/
	color: BLUE;
	z-index: 2;


}
div#subtitle
{
	position: absolute;

	width: 400px;
	height:75px;
	top: 42px;
	text-align: center;
        /*left: 115px ;*/

	font-family: Verdana, Bookman Old Style, sans-serif;
	font-size: 15px;
	/*color: #26294A;*/
	color: BLUE;
	z-index: 2;


}
div#main
{
	position: absolute;
	/*background-color: #333399;*/

	top:75px;
	left: 0px;
	width: 990px;
	height: 621px;
	z-index: 1;

}

div#hor_bar
{
	position: absolute;
	top: 82px;
	left: 3px;
	width: 800px;
	height: 30px;
	z-index: 2;


}
div#ver_bar
{
	position: absolute;
	background-color: #FFCC66;
        top: 00px;
	left: 0px;
	width: 150px;
	height: 621px;
	z-index: 1;

}

div#text
{

	font-family: Verdana,Bookman Old Style, sans-serif;
	font-size: 12px;
	font-weight: bold;

        color: #000099;
	position: absolute;
	z-index: 1;
	top: 110px;
	left: 271px;
	width: 719px;
	/*height: 600px;*/
	/*overflow: scroll;*/
}

/*div#footer
{
	position: absolute;
	background-color: #FFCC66;
	top: 721px;
	left: 0px;
	width: 990px;
	height: 29px;
	z-index: 0;
}

div#contact
{
	position: absolute;
	top: 721px;
	left: 3px;
	width: 200px;
	height: 31px;
	z-index: 1;
}

div#copyright
{
	position: absolute;
	top: 721px;
	left: 840px;
	width: 150px;
	height: 31px;
	z-index: 1;
}*/

a:hover
{
	font-family: Verdana,Bookman Old Style, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000062;
	text-decoration: underline;
}	

a:link
{
	font-family: Verdana,Bookman Old Style, sans-serif;
	font-size: 12px;
	color: #000062;
	text-decoration: none;
}

a:visited
{
	font-family: Verdana,Bookman Old Style, sans-serif;
	font-size: 12px;
	color: #000062;
	text-decoration: none;
}

a:active
{
	font-family: Verdana,Bookman Old Style, sans-serif;
	font-size: 12px;
	color: #000062;
	text-decoration: none;
}

