body {
	topmargin: 0;
	marginwidth:0;
	marginheight: 0;
	leftmargin: 0;
	background-color: #FFF;
	background-color: #526ba5;
	background-color: #526BA5;
	background-image: url("/fx/bk.png");
	/* background-repeat: no-repeat; */
	background-attachment: fixed;
}

#page-title {
	position:absolute;
	top: 115px;
	left: 170px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 150%;
	color: #FFFFFF;
}


#headerfx-left {
	position:absolute;
	top: 0%;
	left: 3px;
}

#headerfx-left2 {
	position:absolute;
	top: 0%;
	left: 163px;
}

#headerfx-right {
	position:absolute;
	top: 0%;
	right: 3px;
}


p {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000;
	font-size: 100%;
}

td {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000;
	font-size: 100%;
}

li {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000;
	font-size: 90%;
}

h1 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000;
	font-size: 175%;
}
h2 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000;
	font-size: 120%;
	font-style: italic;
}
h3 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000;
	font-size: 110%;
	/* font-style: italic; */
}

#text {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000;
	font-size: 90%;
}


/***********************************************************
*	Link Style
************************************************************/
/*
a { font-weight: bold; }
a:link { color: #C06000; text-decoration: none; }
a:active { color: #B03000; text-decoration: none; }
a:visited { color: #C06000; text-decoration: none; }
a:hover { color: #B03000; text-decoration: underline; }
*/

a { text-decoration: underline; }
a:link { color: #369; }
a:visited { color: #369; }
a:active { color: white; background-color: #369; }
a:hover { color: #036; text-decoration: underline; }
/* a:hover { color: white; background-color: #526BA5; }*/

/* background="/fx/bk.png" TEXT="#000000" LINK="#5872A8" VLINK="#30506B" */


/***********************************************************
*	Navigation Menu Style
************************************************************/
#navcontainer { 
	width: 160px; 
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 90%;
	/* font-weight: bold; */
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 150px;
	/* border-bottom: 1px solid #eee; */
}

#navcontainer a:link, #navlist a:visited
{
	/* color: #DEE7EF; */
	/* background-color: #526BA5; */
	color: #DEE7EF;
	text-decoration: none;
}

#navcontainer a:hover
{
	/* background-color: #369; */
	/* background-color: #CCC; */
	background-color: #FFF;
	color: #526BA5;
}

/*
#navcontainer #active, #current
{
	background-color: #C90;
	color: #000;
}
*/

#quickbar { position: absolute; left: 4px; text-decoration: none; font-size: 90%;}

#topcite { position: absolute; right: 4px; text-decoration: none; font-size: 90%;}

/***********************************************************
*	Horizontal Menu Style
************************************************************/
#horiz-menu { 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 90%;
	font-weight: bold;
}

