.container { text-align: left; margin-left: 5px; }

.content { margin-right: 165px; }

.ads { float: right; width: 160px; position: absolute; position: fixed; top: 69px; right: 0; }

.center { text-align: center;}

html {}

body {
	/*background: url('images/green-gradient.png') repeat-x fixed; background-position: left top;*/
	font-family: "Verdana", "Tahoma", "Vera", "Lucida", sans-serif;
	margin: 0px;
	text-align: center; 
}

.home-comments {
	overflow-x: hidden;
	font-size: 70%;
	list-style-type:none; 
	color: #6a6a6a;
}

.home-comments a{
	color: black;
}

.home-comments h2 a{
	color: #16873a;	
	text-decoration: underline;
}

#frontpages {
	margin-left: auto;
	margin-right: auto;
	width: 755px;
	float: left;
	border-right: dotted 1px #c0c0c0;
}

.frontpage {
	/*border: solid 1px white;*/
	width: 200px;
	height: 310px;
	margin: 5px;
	float: left;
	position: relative;
	text-align: center;

	font-size: 75%;
}

.frontpage h3 {
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	font-size: small;
	text-decoration: underline;
	color: #26579a; /* Blue */
}

.frontpage img
{
	border: 1px solid gray;
}

br {
	clear: both;
}

a
{
	text-decoration: none;
}

img {
	border: none;
}


img.transparent {
	/* Thank you Explorer */
	behavior: url("images/transparent-png.htc");
}

h1 {
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	font-size: 100%;
	color: #16873a; 
}

h1 a, a:visited{
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	font-size: 100%;
	color: #16573a; 
}

h2 {
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	font-size: 80%;
	color: #26579a; /* Blue */
}

h3 {
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	font-size: 75%;
}

.clst1 {
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	font-size: 120%;
	color: #26579a; /* Blue */
}

.clst2 a {
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	font-size: 70%;
	color: #999999;
}

.clst2 a:hover {
	text-decoration: underline;
}

.admin table {
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	font-size: small;
	color: #26579a; /* Blue */
}

.admin tr {
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	font-size: small;
	color: #99579a; /* Blue */
}

#dpCalendar {
  display: none;          /* Important, do not change */
  position: absolute;        /* Important, do not change */
  background-color: #eeeeee;
  color: black;
  font-size: xx-small;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  width: 150px;
}
/* The table of the Calendar */
#dpCalendar table {
  border: 1px solid black;
  background-color: #eeffee;
  color: black;
  font-size: xx-small;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  width: 100%;
}
/* The Next/Previous buttons */
#dpCalendar .cellButton {
  background-color: #ded;
  color: black;
}
/* The Month/Year title cell */
#dpCalendar .cellMonth {
  background-color: #ded;
  color: black;
  text-align: center;
}
/* Any regular day of the month cell */
#dpCalendar .cellDay {
  background-color: #ded;
  color: black;
  text-align: center;
}
/* The day of the month cell that is selected */
#dpCalendar .cellSelected {
  border: 1px solid red;
  background-color: #ffdddd;
  color: black;
  text-align: center;
}
/* The day of the month cell that is Today */
#dpCalendar .cellToday {
  background-color: #ddffdd;
  color: black;
  text-align: center;
}
/* Any cell in a month that is unused (ie: Not a Day in that month) */
#dpCalendar .unused {
  background-color: transparent;
  color: black;
}
/* The cancel button */
#dpCalendar .cellCancel {
  background-color: #cccccc;
  color: black;
  border: 1px solid black;
  text-align: center;
}
/* The clickable text inside the calendar */
#dpCalendar a {
  text-decoration: none;
  background-color: transparent;
  color: green;
}  

