body {
	font-family: Tahoma;
	font-size: 11px;
	margin: 0px;
}

a:link, a:visited{ color:#fe9d00; text-decoration:none}
a:hover{ color:#fe9d00; text-decoration:underline}

.fnav a:link, .fnav a:visited{ color:#545454; text-decoration:none; padding:0px 30px }
.fnav a:hover{ color:#545454; text-decoration:underline; padding:0px 30px}

.input1 {
	height: 23px;
	
	
}



.textgreen {
	color: #04A404;
}
.paddingc {
	
	padding-left: 13px;
}
.heading {
	font-size: 14px;
	color: #fe9d00;
	font-weight: bold;
}
.mainimage {
	float: left;
	height: 140px;
	width: 232px;
	padding-right:5px;
	padding-top:7px;
}
.text {
	color: #545454;
	text-align:justify;
	padding-left:6px;
	line-height:19px;
}
.paddingm {
	padding-left: 4px;
}
.paddingr {
	padding-left: 9px;
}
.dotted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}
.copyright {
	color: #804302;
}
.login
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
text-decoration:none;
}

/*Added on Date 14 November 2009 */
.rightCell
{
	text-align: right;
	vertical-align: top;
	width: 150px;
}

/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #DBCE6A;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}


.fieldname
{
	
	font-family: Tahoma;
	font-size: 11px;
	margin: 0px;
	}
	

	/* A full width block on the page */

.fullwidth, #loginbanner
{
   /* border: 1px solid #DBDB79; */
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    /*background: #FEFFAB url(images/background_fullwidth.jpg) repeat-y; */
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

/* for the login block
    picks up most of its properties from .fullwidth */

#loginbanner
{
  padding-bottom: 0px;
}
.sectionsubtitle
{
   font-weight: bold;
   padding-bottom: 4px;
}

/* Navigation strips */
#navtop
{
    background: url(images/bgnav.jpg) repeat-x;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
    height: 45px;
}

#navtop ul, #navbottom ul
{
    margin: 0px;
    padding-top: 9px;
    list-style-type: none;
    height: 19px;
    text-align: center;
}
#navtop ul li
{
    display: inline;
    color: #FFFFFF;
    margin-right: 50px;
}
#navtop a:link, #navtop a:visited
{
    color: #fe9d00;
    text-decoration: none;
}
#navtop a:hover
{
    text-decoration: underline;
}
#navtop a:active, #navbottom a:active
{
    color: #FEFFBD;
    text-decoration: none;
}

#navbottom
{
	background-color: #cacaca;
    margin-top: 15px;
    text-align: center;   
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
}
#navbottom a:link, #navbottom a:visited{ color:#545454; text-decoration:none; padding:0px 10px; text-transform: uppercase;}
#navbottom a:hover{ color:#545454; text-decoration:underline; padding:0px 10px}
#navbottom ul li
{
    display: inline;
    color: #FFFFFF;
    margin-right: 0px;
}

#footer
{
    width: 726px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 22px;
    color: #C89F3D;
}




/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* Surrounds the calendar */
.eventmonth
{
    /* border: 1px solid #DBDB79; */
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    /* background: #FEFFAB url(images/background_fullwidth.jpg) repeat-y; */ 
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    text-align: center;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #DBDB79;
    border-collapse:collapse;
}


.dayNumber
{
    float: right;
    border-bottom: 1px solid #C7C272;
    border-left: 1px solid #C7C272;
    clear: none;
    padding: 2px;
}


.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth
{
    background-color: #DCD78E;
}
.calcurrentday
{
    background-color: #FFFFC1;
}
.calweekend
{
    background-color: #FEEB95;
  /*  width: 15%; */
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    border: 2px solid #C7C272;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     
}


