@charset "UTF-8";
body {
	background-image: url(/images/backa.png);
	margin:0px;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
#lfgheadline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}	
#lfgbody {
	text-align: center;
}

/* Header */

#header {
	background-image:url(/images/lfgbanner.gif);
	width:930px;
	height: 170px;
}
.homeclass {
	color: #FFFFFF;
	padding-bottom:5px;
	padding-right:5px;
}
.homeclass a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.homeclass a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.homeclass a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.homeclass a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* End Header */


/* Navigation */

#navigation {
	width:930px;
	height:35px;
}
.navigationClass {
	width:155px;
	height:35px;
	background-image:url(/psfiles/buttona.gif);
	background-repeat:no-repeat;
	text-align:center;
	color: #FFFFFF;
	text-decoration: none;
}
.navigationClassHover {
	width:155px;
	height:35px;
	background-image:url(/psfiles/buttona.gif);
	background-repeat:no-repeat;
	text-align:center;
	color: #FFFFFF;
	text-decoration: none;
	font-style:italic;
}
.navigationClass a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.navigationClass a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.navigationClass a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-style:italic;
}
.navigationClass a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.navigationClassHover a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.navigationClassHover a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.navigationClassHover a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-style:italic;
}
.navigationClassHover a:active {
	color: #FFFFFF;
	text-decoration: none;
}
/* End Navigation */

/* Content */
#content{
	width:910px;	
	background-color:#FFF;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	line-height: 20px;
}
/* End Content */

/* Footer */
.footer{
	width:910px;	
	color:#000;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}
.footer a:link {
	color: #000;
	text-decoration: none;
}
.footer a:visited {
	color: #000;
	text-decoration: none;
}
.footer a:hover {
	color: #000;
	text-decoration: underline;
}
.footer a:active {
	color: #000;
	text-decoration: none;
}
/* End Footer */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

ul {
   list-style-type: square;
}


select{
width:200px;	
}
input{
width: 200px;	
}
fieldset{
	padding-top:5px;
	padding-left:5px;
	padding-right:10px;
	padding-bottom:5px;
}