/* Structural Styles */

/* Logo */

img.jspclogo
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
/* End Logo */



/* Menu */

img.index07
{
	position: absolute;
	top: 144px;
	left: 0px;
	z-index: 1;
}

.menu 
{
	position: absolute;
	top: 180px;
	left: 0px;
	z-index: 2;
}

/* End Menu */

 /* Last Update */
.lastupdate
{
	position: absolute;
	/* top: 140px; */
	top: 550px;
	left: 15px;
	height: 60px;
	width: 129px;
	font-family: Tahoma;
	font-size: 7pt;
	z-index: 2;
}

/* End Last Update */



/* Main Content */
img.slogan
{
	position: absolute;
	top: 144px;
	left: 129px;
	z-index: 1;
}


div.maincontent
{
	position: absolute;
	top: 169px;
	left: 129px;
	z-index: 2;
	width: 617px;
	max-width: 625px;
	min-height: 360px;
	clear: both;
	background-image: url(/images/content_tile.jpg);

}

/* End Main Content */


/* End Structural Styles */

/* Text Styles */

BODY  {
	font-weight : normal;
	font-style  : normal;
	color : black;
        background-image: url(/images/back.jpg);
}

H1  {
	text-align  : left;
	font-size : 16pt;
	font-weight : bold;
	font-style  : normal;
	color : #006B9F;
}


H2  {
	font-size : 14pt;
	font-weight : bold;
	font-style  : normal;
	color : black;
}


H3  {
	font-size : 12pt;
	font-weight : bold;
	font-style  : italic;
	color : black;
}


H6  {
	font-weight : bold;
	font-style  : normal;
	color : black;
}

P  {
	font-weight : normal;
	font-style  : normal;
	color : black;
	margin-left : 1em;
	margin-right: 1em;
}


LI {
	margin-right: 1em;
}


LI.marg {
	margin-bottom: 1em;
	margin-right: 1em;
}


A:link  {
	font-weight : normal;
	font-style  : normal;
	color : blue;
}


A:hover  {
	font-weight : normal;
	font-style  : normal;
	color : Navy;
}


A:visited  {
	font-weight : normal;
	font-style  : normal;
	color : #3D99F5;
}


UL.LI  {
	list-style-image: url("images/blueball.gif");
}

/* End Text Styles */

