*{
  margin:0;
  padding:0;
}

body{
  background-color:#ccc;
  min-width:826px;
}

#wrapper{
  width:826px;
  margin:0 auto;
  background-color:#fff;
  background-image:url(images/mockup_15.gif);
  background-repeat:repeat-y
}

h1{
  font-weight:bold;
  font-size:18px;
}

h2{
  font-weight:bold;
  font-size:16px;
  color:#0D4E1F;
}

h3{
  font-weight:bold;
  font-size:12px;
}

a{color:#148A36; text-decoration:underline;}
a:hover{color:#148A36; text-decoration:underline;}

#content{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  text-align:left;
  background-color:#fff;
  padding:16px 20px;
  min-height:570px;
}

#foot{
  background-color:#000;
  color:#fff;
  height:40px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
}

#foot a{color:#fff;}
#foot a:hover{color:#CCFF00;}

#newsHome{
  float:right;
  background-color:#148a36;
  padding:6px 15px;
  color:#fff;
}

#newsHome a{color:#fff; text-decoration:none;}
#newsHome a:hover{color:#bdff41; text-decoration:underline;}

#newsHome li{list-style:none;}

p{
  margin:10px 0px;
  line-height:18px;
}

.block{
  /*border-bottom:#c1d333 solid 2px;*/
  padding-left:10px;
}

.caption {
  background-color:#ffffff;
  color:#106829;
  width:180px;
  font-size:11px;
  margin-bottom:12px;
  padding:5px 10px;
}

.caption1 {
  background-color:#106829;
  color:#ffffff;
  width:180px;
  font-size:11px;
  margin-bottom:12px;
  padding:5px 10px;
}

ul{margin-bottom:15px;}

ul li{
  list-style-image:url(images/arrow.gif);
  margin-left:15px;
  line-height:26px;
}

ul a{
  color:#000;
  text-decoration:underline;
}

ul a:hover{
  color:#148A36;
  text-decoration:underline;
}

.odd{background-color:#dcffd5;}
.even{background-color:#fff;}






/*Styles below are for the small calendar on left-hand side*/
/*Entire table style*/
.calendarTable {
	background-color:#ffffff;
	border:#CCCCCC solid 1px;
	color:#494949;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:16px;
	width:175px;
}

/*Default date style*/
.calendarTable td {
	height:20px;
	line-height:11pt;
	text-align:center;
	vertical-align:middle;
}

/*For the month link arrows*/
.PreviousMonthLink, .NextMonthLink {
	background:none;
}

/*Month and year at top of calendar*/
.monthTitle {
	background:none;
	color:#fff;
	font-size:13px;
	font-weight:bold;
}

/*For Mon, Tue, Wed...*/
th {
	background-color:#f4da63;
	line-height:11pt;
	text-align:center;
	vertical-align:middle;
}

.normal {
	background-color:#E0E0E0;
}

/*If an event falls on this day, do this...*/
.eventTrue {
	font-weight:bold;
	background-color:#ccff00;
}

/*Extra boxes for days on other months*/
.noDay {
	background-color:#eeeeee;
}

.calendarTable a {
	text-decoration:none;
	color:#433D27;
}

.PreviousMonthLink a, .NextMonthLink a {
	color:#fff;
}
