html, body, form {
	height:100%;
}
body 
{
	background:#cdff4b url(images/greenBkgnd.jpg) repeat-x 0 0;
	font-family: Tahoma, Sans-Serif;
	font-size: 12px;
	color: White;	
	padding:0;
	margin:0;
}

#container 
{
	min-height:100%;
	width:100%;
}

#innercontainer
{
	position:relative;
	min-height:100%;
	width:950px;
	margin:0 auto 0 auto;
	padding:0px 10px 48px;	
}

* html #innercontainer
{
	height:100%;
}

#navigation
{
	float:left;
	width: 200px;
}

#content
{
	float:right;
	background-color:#ecfebc;
	border:solid 3px #0061ab;
	margin: 0 0 15px 10px;
	padding: 15px;
	color: Black;
	width: 690px;
}

#footer 
{
	background:transparent url(images/footerBkgnd.png) repeat-x 0px 83px;
	bottom:0pt;
	position:relative;
	width:100%;
	height:120px;
}

.floatRight
{
	float:right;	
}

.center
{
text-align:center;
display:block;
}

.RadCalendar_Simple .rcRow td
{
    width:75px;  
    vertical-align:top !important;
    border:solid 1px #BBB !important;
    padding:3px !important; 
    height:150px;
    text-align:left !important;
}

.RadCalendar_Simple .rcWeekend, .RadCalendar_Simple .rcOtherMonth
{
    display:none;
}

.dateDay
{
    font-weight:bold;
    font-size: 15px;   
}

.red, .red a
{
    color:Red !important;
}

.green, .green a
{
    color:Green !important;   
}


/*----- Twitter Gadget Override ------*/
.twtr-join-conv
{
    display:none !important;
}

.twtr-widget 
{
    clear:both; 
    padding-top:5px; 
}