body {
	margin: 0 0 0 0;
}

a {
	text-decoration: underline;
	color: #000080;
}

a:hover {
	text-decoration:underline;
	color:#800000;
}


.mainTable {
	background: #FFFFFF;
	text-align: left;
}

.topRow {
}

.contentTableTopRow{
	color:#555555;
	font-size:8pt;
}

#contentCell {
	padding:0 17 10 10;
}

.bottomRow {
	text-align: center;
	color: #555555;
	font-size: 8pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	padding-bottom:8;
}


/* Box Styles Begin */

.boxTable {
	width: 190;
	height: 128;	
}

#topBox{
	width:190;
	height:130;
	background-image: url(/images/bluebox.gif);
	background-repeat: no-repeat;
	border-width:1;
}

#bottomBox{
	width:190;
	height:130;
	background-image: url(/images/graybox.gif);
	background-repeat: no-repeat;
}

.boxHeadLine {
	height:65;
	text-align:right;
	padding:5 10 0 0;
	color:#FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-weight:normal;
	font-size: 19px;
	letter-spacing: 1px;
}
.boxPunchLine {
	height:20;
	padding:0 10 0 0;
	color:#FFFFFF;
	text-align:right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

.boxLink {
	padding: 0 10 0 0;
	color: #FFFFFF;
	text-align: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	padding: 5 10 0 0;
	vertical-align: middle;
	letter-spacing: 1px;
}

.boxImage{
	background-color: yellow;
	width:30;
}

.boxLinkLink {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0px;
}

.boxLinkLink:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	letter-spacing: 0px;
}

/* Box Styles End */

.breadCrumLink {
	text-decoration:none;
	color:#000080;
}

.languageLink {
	text-decoration:none;
	color:#000080;
}
.languageLink:hover {
	text-decoration:underline;
}


.bottomLink {
	text-decoration:none;
	color:#555555;
}


.frontpageBoxCell {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
.frontpageBoxCellLink {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#909090;
	text-decoration:none;
}

.frontpageBoxCellLink:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#909090;
	text-decoration:underline;
}

.newsDate
{
	font-weight:bold;
}

.newsBoxLink {
	margin:0 0 10 10;
}

.newsBoxHeader {
	margin:10 0 10 10;
}

.frontpageNewsBox {
	margin:10 10 10 10;
}
.frontpageLatestNews {
	margin:10 10 10 10;
}

.searchButton {
	font-size:12;
}

.bottomLine {
	margin-left: 10; 
	margin-right: 10; 
	color: #C2C2C8; 
	height: 1;
}

.calendarInfoTable {
	margin-top:10;
	margin-bottom:10;
	background-color:#DaDaDa;
	width:100%;
}


.calendarInfoHeader{
	font-weight:bold;
	padding: 3 5 0 5;
	vertical-align:top;
}

.calendarInfoText {
	padding-top:3;
	vertical-align:top;
}


/* Autoform style */

#umbracoAutoForm fieldset {border:none;}
#umbracoAutoForm legend {display:none;}
#umbracoAutoForm label {float: left; width: 15em;}
.umbracoAutoFormAlert {color: red;margin-left: 15em;}
#umbracoAutoForm input, textarea {width: 17em;}
.umbracoAutoFormValidationSummary {display: none;}
.umbracoAutoFormRowDescription {
font-weight: normal;
font-size: 80%;
color: #999;
}


