body {
	color: #000;
	background-color: #f6f7f9;
	font-family: Arial ;
	margin: 0;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
}


#mainpagetd {
	width: 605px;
}
ul#menu {  
    margin: 0px 0px 0px 0px; 
    padding: 7px 0px 0px 0px;  
    background-image: url(menubar.jpg);
    width: 890px;
    height: 30px;
    text-align: left;
} 
ul#menu li {  
    margin:0px; padding:0px;  
    list-style:none;  
    margin-right:10px;  
    font-size:13px;  
    font-weight: bold;
    text-transform:uppercase;  
    display:inline;  
}

ul#menu li a {  
    text-decoration:none;  
    color:#ffffff;  
}  
ul#menu li a:hover {  
    text-decoration:none;  
    color:#ffffff;  
} 
#calendar {
	width: 241px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #A2ADBC;
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	text-align: center;
	background-color: #fff;
}
#calendar1 {
	width: 541px;
	height: 350px;
	padding: 0;
	margin: 0;
	border: 1px solid #A2ADBC;
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	text-align: center;
	background-color: #fff;
}
#calendar1 td {
	width: 77px;
	height: 70px;
	font-size: 8pt;
	border-bottom: 1px solid #A2ADBC;
	border-right: 1px solid #A2ADBC;
}
#calendar1 td a {
	color: #616B76;
}
#calendar1 th {
	border-bottom: 1px solid #A2ADBC;
}
caption {
	margin: 0;
	padding: 0;
	width: 241px;
	background: #A2ADBC;
	color: #fff;	 
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.event {
	background: #ffd700;
}
.event1 {
	background: #770000;
}
.event2 {
	background: #007700;
}
hr {border: none 0; 
	border-top: 1px dotted #000;

	width: 95%;
	height: 2px;
	margin: 0px 0px 0px 15px;
	text-align: center;
	}
.date
{
	float: left;
	height: 52px;
	width: 52px;
	background: url(date.png) no-repeat;
	margin-right: 10px;
	padding-top: 0px;
	line-height: normal;
}
 
.date .month
{
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 11px;
	padding-top: 4px;
	text-transform: uppercase;
}
 
.date .day
{
	display: block;
	text-align: center;
	padding-top: 5px;
	color: #222;
	font-size: 18px;
	font-weight: bold;
}
 
.meta
{
	display: block;
	font-size: 11px;
	color: #666;
}
.calendarpost {
	margin: 0px 10px 0px 65px;
	font-size: 11pt;
}

a.boldbuttons{
background: transparent url('/assets/images/roundedge-blue-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; 
line-height: 22px; 
height: 30px; 
padding-left: 8px; 
text-decoration: none;

}
a.boldbuttons1{
background: transparent url('/assets/images/roundedge-red-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; 
line-height: 22px; 
height: 30px; 
padding-left: 8px; 
text-decoration: none;

}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; 
}

a:link.boldbuttons1, a:visited.boldbuttons1, a:hover.boldbuttons1, a:active.boldbuttons1{
color: white; 
}

a.boldbuttons span{
background: transparent url('/assets/images/roundedge-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; 
}

a.boldbuttons1 span{
background: transparent url('/assets/images/roundedge-red-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; 
}

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

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

.buttonwrapper{ 
overflow: hidden; 
width: 100%;
text-align: right;
}
/*
 * jQuery Nivo Slider v2.0
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
#slider {
	font-size:16pt;
	font-family: Arial;
	position:relative;
	margin:30px 30px 60px 30px;
	background:#202834 url(assets/images/loading.gif) no-repeat 50% 50%;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
}
.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}
#slider a{
	display:block;
}