<style type="text/css">
body {
	text-align: center;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font,  ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: trebuchet ms, verdana, arial;
	vertical-align: baseline;
	text-align:left;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.3;
	color: black;
	background: black url('images/background.gif');
	text-align: center;
}
ol, ul {
	margin-left:20px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* content */

#wrapper {
	text-align:left;
	width:900px;
	padding: 0px;
	margin: 10px auto;
	border: 0px solid red;
	font-size:95%;
	background: url('images/midback.gif') repeat-y;
	}

#header {
	background:#BB62AB;
	padding:0px;
	margin:0px;
	color:#FFF;
	height:125px;
	width:900px;
	background: url('images/banner.jpg');
	}
	
#title {
	position:relative;
	font-family:trebuchet ms, verdana, arial;
	font-size:22pt;
	font-weight:bold;
	top: 70px;
	left:50px;
	width:280px;
	height:30px;
	padding:10px;
	color:#FFF;
	border: 0px solid red;
	line-height: 1;
	}

#title a:link, #title a:visited	{
	color:#FFF;
	text-decoration:none;
	}
	
#title a:hover {
	color:#5d6c50;
	}
	
#leftcol { 
	float:left;
	left:0px;
	width:140px;
	padding:5px;
	background: #bababa;
	}
	
#leftcol ul
	{
	list-style: none;	
	margin-left:10px;
	}
	
#leftcol a:link, #leftcol a:active, #leftcol a:visited, #leftcol a:hover
	{
	text-decoration:none;
	color: #344801;
	
	}
#leftcol  a:hover
	{
	text-decoration:underline;
	
	}

#leftcol p
	{
	font-weight:bold;
	}
	
	
#rightcol {
	float:left;
	width:140px; /*should be 140px */
	padding:5px;
	background: #bababa;
	}
#centercol {
	float:left;
	width:580px;
	padding:10px;
	padding-bottom:30px;
	background: #fff;
	}
#centercol h1{
	margin: 10px 0px;
	font-weight:bold;
	}
#centercol p{
	margin: 10px 0px;
	}
	
#footer {
	background:#6d6d6d;
	width:880px;
	clear:both;
	margin:0px;
	padding:10px;
	text-align:center;
	color:#CCC;
	}
/* ajax search */	
	
#ajaxSearch_input
	{
	width:130px;
	}
	
#ajaxSearch_form
	{
	width:135px;
	overflow:hidden;
	font-size:8pt;
	}
	
#ajaxSearch_sumbit
	{
	display:none;
	}
	
#ajaxSearch_output
	{
	width:135px;
	overflow:hidden;
	font-size:8pt;
	}

#searchClose
	{
	display:none;
	}

/* end ajax search */		

#rightads
	{
	padding: 20px 0px 0px 10px;
	clear:both;
	}
	
.footermenu	{
	position:relative;
	padding:0px;
	height:30px;
	margin: 0px 325px;
	text-align:center;
	}
		
.footermenu li	{
	list-style-type:none;
	float:left;
	display:block;
	padding:0px 8px 0px 8px;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	text-transform: uppercase;
	font-size:8pt;
	text-align:center;
	color:#ddd;
	border-right: 1px solid #ddd;
	white-space:nowrap;
	}
		
.footermenu a, .footermenu a:link, .footermenu a:visited, .footermenu a:active {
	text-decoration:none;
	color:#ddd;
	}
.footermenu a:hover  {
	text-decoration:none;
	color:#fff;
	}
	
.footermenu li.footermenulast {
	border: none;
	}

.screen {}
.print { display : none}
			
</style>
