/* stylesheet copyright lazycam 2005 */

body
{
	text-align: center;
	padding: 0; margin: 0;
	background-color: #ffffff;
	color: #222222;
	font-family: Tahoma, helvetica, sans-serif;
	font-size: 11px;
}

h1
{
	font-family: Tahoma, helvetica, sans-serif;
	font-size: 11px;
}
a:link 
{
	color: #808080;
	text-decoration: none;
	font-family: verdana, arial;
	font-size: 10px;
}

a:visited 
{
	color: #808080;
	text-decoration: none;
	font-family: verdana, arial;
	font-size: 10px;
}

a:hover 
{
	text-align: center;
	color: #000000;
	text-decoration: underline;
	font-family: verdana, arial;
	font-size: 10px;

}

#pageframe
{
	width: 800px;	
	margin: 5px auto;
	height: 660px;
	border: solid 1px #000000;
	background-color: #f9fcfe;
}

#topborder
{
	background-color: #2222aa;
	height:25px;	
	margin: 3px;
}

#topborderunderline
{

	margin: 3px;
	border: solid 1px #006600;
	
}

#underborderunderline1
{
  background-color: #006600;
	height:25px;	
	margin: 3px;
	text-align: left;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	
	padding-left: 20px;
	padding-top: 3px;
	border-bottom: solid 2px #000000;
	color: #ffffff;
}



#toptitletext
{
	font-family: 'Century gothic', Arial;
	font-size: 30px;
	font-weight: bold;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
	
	background-image: url( images/headline.jpg );
	height: 98px;
	width: 400px;
	background-repeat: no-repeat;
	margin-left: 10px;

}

#description
{
	font-family:  Arial;
	font-size: 12px;
	margin: 0;
}

#searchtable
{

	text-align: right;
	vertical-align: top;
}

img
{
	border: solid 1px #000000;
}


#firstrow
{
	text-align: left;
	font-family: Arial;
	font-size: 10px;	
	margin-top: 10px;
}

#firstrow img
{
  margin-left: 15px;
	margin-right: 20px;
}

#firstrow a:hover
{
	text-decoration: underline;
	color: #008800;
}
#firstrow a:link, a:active, a:visited
{
	text-decoration: none;
	color: #008800;
}


#footer
{
	font-family: tahoma, arial;
	font-size: 12px;

	padding: 5px 5px;
	margin: 10px 0 0 0;
	background-color: #fafafa;
	color: #333333;
	font-size: 12px;
	border-bottom: solid 1px #e4e4e4;
}