/* Cascading Style Sheet */
/* $Id: basic.css,v 1.5 2003/08/19 05:49:42 pete Exp pete $ */


/* ******************************************************************************* */
/* heads */

.h1DEPRECATED {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 100%;
}

h2.event {
	margin: 10px 0 2px 0;
	padding: 1px;
	line-height: 100%;
}

p.event {
	margin: 2px 0 15px 3px;
	padding: 1px;
	line-height: 110%;
}


/* ******************************************************************************* */
/* main stuff */

p, blockquote, ul, ol, li, dt, dd, dl {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 125%;
	clear: both;
}

img {
        margin: 0;
        padding: 0;
        border-width: 0;
}

hr {
	border-width: 0 0 1px 0;
}


/* ******************************************************************************* */
/* fixed-width stuff */

pre, tt, code {
	font-family: Courier, "Courier New", Monaco, monospace;
}


/* ******************************************************************************* */
/* other stuff */

acronym, abbr {
	border-width: 0 0 1px 0;
	border-color: #333;
	border-style: dotted;
}


/* ******************************************************************************* */
/* links */ 

a:link { 
	color: #33c;
	text-decoration: underline;
}

a:visited { 
	color: #603; 
	text-decoration: underline;
}

a:active { 
	color: #f03; 
	text-decoration: none;
}

a:hover { 
	color: #c03; 
	text-decoration: none;
}


/* ******************************************************************************* */
/* This puts the links in the menu into real lists, without bullets... */

ul.linksDEPRECATED {
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style: none;
	line-height: 115%;
}



/* ******************************************************************************* */

body {
	margin: 0;
	color: #000;
	background-color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url("/images/background.gif");
	background-repeat: repeat-x;
}

.logo {
	position: absolute;
	top: 2px;
	left: 20px;
	background-image: url("/images/logo2background.gif");
	background-repeat: no-repeat;
	width: 239px;
	padding-top: 160px;
}

.logo img {
	display: none;
}


/* ******************************************************************************* */

.content {
	background-image: url("/images/yellow.gif");
	background-repeat: no-repeat;
	background-position: 0 10px; 
	width: 70%;
	position:absolute;
	top: 115px;
	left: 150px;
	padding-left: 5%;
	padding-bottom: 10px;
	z-index: 0;
}

.content p {
	color: #000000;
	background-color: transparent;
	line-height: 110%;
}

.content h1 {
	color: #900;
	background-color: transparent;
	margin-top: 20px;
}

.content img {
	padding: 2px;
	border: 4px double #900;
	margin: 5px;
}


/* ******************************************************************************* */

.footer {
	margin-top: 50px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	padding-bottom: 6px;
	border-top: 2px solid #900;
	width: 100%;
	text-align: center;
	clear: both;
}

/* 

	background-image: url(/images/yellow.gif);
	background-repeat: no-repeat;
	background-position: center;
	
*/


.footer img {
	border: 0;
	margin: 0;
	padding: 0;
	float: none;
}

.footer p {
	color: #600;
	background-color: #fff;
	font-size: 9pt;
}

.footer a {
	color: #600;
	background-color: #fff;
	text-decoration: none;
}

.footer a:hover {
	color: #600;
	background-color: #ffc;
	text-decoration: none;
}



/* ******************************************************************************* */
/* Form elements */

.formtxt {
	color: #000;
	background-color: #eee;
	padding: 1px;
}

.formbttn {
	color: #000;
	background-color: #ddd;
	padding: 3px;
	border-color: #000;
}



/* ******************************************************************************* */
/* Search form elements */

.searchformtxt {
	color: #000;
	background-color: #eee;
	padding: 1px;
}

.searchformbttn {
	color: #000;
	background-color: #ddd;
	padding: 3px;
	border-color: #000;
}



/* ******************************************************************************* */

#navigation {
	color: #000;
	background-color: transparent;
	margin: 0;
	padding: 0;
	width: 760px;
	font-size: 10pt;
	position: absolute;
	top: 60px;
	right: 5%;
	left: 225px;
	z-index: 1;
}

#menulist {
	margin: 0;
	padding: 0;
}

li.menubar {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
}

.menu, .submenu {
	margin: 0;
	padding: 0;
}

.menu li, .submenu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	display: inline;
}

a.actuator {
	color: #600;
	background-color: #fff;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
	border: 1px solid #000;
}

a.actuator:hover {
	background-color: #ff9;
	border: 1px solid  #ff0;
	padding: 2px 2px 2px 2px;
}

#submenu1 {
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-size: 9pt;
	line-height: 200%;
}

/* submenu2 is DEPRECATED */
#submenu2 {
	padding-left: 5px;
	margin: 0;
	text-decoration: none;
	font-size: 9pt;
	line-height: 150%
}

.menu a {
	text-decoration: none;
	padding-right: 2px;
}











#navigation ul li {
	display: inline;
	line-style-type: none;
	padding: 0;
	margin: 0;
}

#navigation ul {
	padding: 4px;
}

#navigation a {
	color: #600;
	background-color: #fff;
	border: 1px solid #eee;
	text-decoration: none;
	margin: 0; 
	padding: 2px 7px;

}

#navigation a:hover {
	color: #300;
	background-color: #ffc;
	border: 1px solid #ff6;
	margin: 0; 
	padding: 2px 7px;
}

#navigation li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}






