#container {
	width: 760px;
	\width: 780px;
	w\idth: 760px;
	border: 1px solid gray;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
border: 1px solid gray;
	
}

#banner {
	padding: 5px;
	margin-bottom: 5px;
	background-color: #FFFF00;
}

#content {
	padding: 5px;
	margin-left: 165px;
	margin-right: 165px;
	background-color: white;
/* border: 1px solid gray; FOR DEBUG - TO SEE BOUNDARIES */
	
}

#contentNoAds {
	padding: 5px;
	margin-left: 165px;
	margin-right: 5px;
	background-color: white;
/* border: 1px solid gray; FOR DEBUG - TO SEE BOUNDARIES */
	
}

/*#contentNoAds tr.resultrowodd 
{
	background-color: #E6FFCC;
}

#contentNoAds tr.resultroweven
{
	background-color: #CCFF99;
}
*/

tr.resultrowodd, textarea 
{
	background-color: #E6FFCC;
}

tr.resultroweven
{
	background-color: #CCFF99;
}

#sidebar_left {
	float: left;
	width: 150px;
	\width: 160px;
	w\idth: 150px;
	margin: 0;
	margin-right: 5px;
	padding: 5px;
/* border: 1px solid gray; FOR DEBUG - TO SEE BOUNDARIES */
	
}

#sidebar_right {
	float: right;
	width: 150px;
	\width: 160px;
	w\idth: 150px;
	margin: 0;
	margin-left: 5px;
	padding: 5px;
	background-color: white;
/* border: 1px solid gray; FOR DEBUG - TO SEE BOUNDARIES */
	
}

#footer {
	clear: both;
	padding: 5px;
	margin-top: 5px;
	background-color: #FFFF00;
/* border: 1px solid gray; FOR DEBUG - TO SEE BOUNDARIES */
	
}

#fieldset {
   border: none;
   margin: 0;
   padding: 0;
}

 /* left sidebar elements */


#sidebar_left ul
{
	text-align: center;
	margin-left: 5px;
	padding-left: 0;
	list-style-type: none;
	font: 10px/15px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
}

#sidebar_left a
{
	display: block;
	padding: 3px;
	width: 100px;
	background-color:  #FFFF00;;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
}

#sidebar_left a:link, #navlist a:visited
{
	color: #000;
	text-decoration: none;
}

#sidebar_left a:hover
{
	background-color: blue;
	color: #fff;
}

#sidebar_left a.currPage
{
	background-color: blue;
	color: #fff;
}


 /* text formatting elements */


h1 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color:blue;
	font-size:24px;
	font-weight:bold;
  	line-height:16px;
}

h2 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color:blue;
	font-size:16px;
	font-weight:bold;
  	line-height:16px;
}

h3 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color:blue;
	font-size:14px;
	font-weight:bold;
  	line-height:16px;
}

h4 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color:blue;
	font-size:12px;
	font-weight:bold;
  	line-height:12px;
}

h5 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color:blue;
	font-size:11px;
	font-weight:bold;
  	line-height:11px;
}

p, textarea, input, select  {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	font-weight:normal;
  	line-height:16px;
}


p.center {
	text-align: center;
}

p.footer {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	font-weight:normal;
}

ul {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	font-weight:normal;
  	line-height:16px;
}

li {
	margin:0;
}

#content_list ul {
  	line-height:12px;
}

#content_list ul li {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color:#000000;

	list-style-type: disc;
	font-size:11px;
  	line-height:16px;
}

 /* link formatting */
 
a:link { 
	color: blue; 
	text-decoration: none; 
	border-bottom: solid 1px blue;
	background-color: transparent;
}

a:visited { 
	color: black;
	text-decoration: none; 
	border-bottom: solid 1px black;
	background-color: transparent;
}

a:hover { 
	color: blue;
	text-decoration: none; 
	border-bottom: solid 1px blue;
	background-color: #FFFF00;
}

a.noborder	{
	border: 0px;
}

 /*tables*/
 
td {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	font-weight:normal;
  	line-height:16px;
}

th {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	font-weight:bold;
  	line-height:16px;
}

 /*wp*/

#sidebar_right form {
	margin: 0 0 0 13px;
}

#sidebar_right input {
	background: #eee;
	border: 1px solid #999;
	letter-spacing: -0.05em;
	width: 80%;
}

#sidebar_right ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	padding-left: 3px;
	text-transform: lowercase;
}

#sidebar_right ul li {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color:#99CC66;
	font-size:11px;
	font-weight:bold;
  	line-height:16px;
	padding-bottom: 3px;
}

#sidebar_right ul ul {
	list-style-type: none;
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}

#sidebar_right ul ul li {
	border: 0;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	font-weight:normal;
  	line-height:16px;
}

#wp-calendar caption {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	padding-top: 15px;
	color:#99CC66;
	font-size:11px;
	text-align:left;
}

#wp-calendar td {
	color: #000;
	font: normal 11px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

.meta {
	font-size: .75em;
}

.meta, .meta a {
	color: #000000;
	font-weight: normal;
	letter-spacing: 0;
}
.meta ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

.meta li {
	display: inline;
}

		

/*

body { color:#666666; 
       font-family: Ariel }
h1 { background:#FFFF00; color:blue }
h2 { }
h3 { }
p  { }
*/