/* Start of CMSMS style sheet 'Main Styles' */
/* CSS definition file containing sitestyle stylesheets */

BODY {
      font-family:  Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
  	margin: 0px;
  	padding: 0px;
  	top: 0px;
	background-color: #b3c4db;
	line-height: 17px;
  	background-image: url("images/bod-back.jpg");
  	background-repeat: repeat-x;
  	background-position: top left;
}

li {
       font-size: 12px;
       padding: 0px;
       margin: 0px;
}


p { 
	padding: 5px;
	margin: 0px;
}

.clearBoth {
	clear: both;
	}

.clearleft {
	clear: left;
	}

.clearright {
	clear: right;
	}

A:link {text-decoration: underline; color: #e1174b;}
A:visited {text-decoration: underline; color: #e1174b;}
A:active {text-decoration: underline; color: #e1174b;}
A:hover {text-decoration: none; color: #e1174b;}

A.top:link {text-decoration: none; color: #ffcc00;}
A.top:visited {text-decoration: none; color: #ffcc00;}
A.top:active {text-decoration: none; color: #ffcc00;}
A.top:hover {text-decoration: none; color: #ffffff;}

A.lefty:link {text-decoration: none; color: #3b4d5e;}
A.lefty:visited {text-decoration: none; color: #3b4d5e;}
A.lefty:active {text-decoration: none; color: #3b4d5e;}
A.lefty:hover {text-decoration: none; color: #3b4d5e;}

.topnav {
	height: 34px;
	width: 835px;
	text-align: right;
  	background-image: url("images/top-nav.jpg");
  	background-repeat: no-repeat;
  	background-position: top left;
	color: #ffffff;
	font-size: 11px;
	padding: 16px 15px 0 0;
        margin-top: 15px;
        font-weight: bold;
}

.mainshell {
	width: 850px;
  	background-image: url("images/main-back.gif");
  	background-repeat: repeat;
  	background-position: top left;
	text-align: left;
}
.leftnav {
	width: 181px;
	text-align: left;
  	background-image: url("images/left-nav.jpg");
  	background-repeat: no-repeat;
  	background-position: top left;
	float: left;
	display: inline;
}

.contentarea {
	width: 638px;
	text-align: left;
  	background-image: url("images/photo-back-in.jpg");
  	background-repeat: no-repeat;
  	background-position: top right;
	float: right;
	display: inline;
	padding: 100px 15px 15px 15px;
}

.homecontentarea {
	width: 668px;
	text-align: left;
  	background-image: url("images/backs/photo-back2.jpg");
  	background-repeat: no-repeat;
  	background-position: top right;
	float: right;
	display: inline;
	padding-top: 95px;
}

.homeleft {
	width: 402px;
	text-align: left;
	float: left;
	display: inline;
	padding: 15px;
}

.homeright {
	width: 203px;
	text-align: left;
	float: left;
	display: inline;
}

.notices {
	width: 190px;
	height: 189px;
	text-align: left;
  	background-image: url("images/notices-back.jpg");
  	background-repeat: no-repeat;
  	background-position: top left;
	font-size: 11px;
        color: #fff;
        padding: 15px;
}

.report {
	width: 220px;
	text-align: left;
	font-size: 11px;
}

.cal {
	width: 180px;
	height: 183px;
	text-align: left;
  	background-image: url("images/calendar-back.jpg");
  	background-repeat: no-repeat;
  	background-position: top left;
	font-size: 11px;
	margin-bottom: 15px;
        padding: 15px 15px 0px 25px;
}

.footer {
	width: 850px;
	height: 50px;
	text-align: center;
  	background-image: url("images/footer-back.jpg");
  	background-repeat: no-repeat;
  	background-position: top left;
	padding-top: 55px;
	font-size: 10px;
}


/* HEADINGS */

	h1 {
		font-size: 16px;
		color: #e1174b;
		letter-spacing: 1px;
		padding: 0px;
		margin: 10px 0 10px 0;
	}

	h2 {
		font-size: 14px;
		color: #8a4477;
		letter-spacing: 1px;
		margin: 10px 0 0 0;
		border-bottom: 1px solid #333333;
	}

	h3 {
		font-size: 14px;
		color: #8a4477;
		letter-spacing: 1px;
		margin: 10px 0 0 0;
	}

	h4 {
		font-size: 14px;
		color: #333333;
		letter-spacing: 1px;
		margin: 10px 0 0 0;
	}

	h5 {
		font-size: 12px;
		color: #ffcc00;
		margin: 0 0 5px 0;
		letter-spacing: 1px;
	}

/* tables */


.lighttable td {
	border: 1px #999999 dotted;
}

.lighttable {
	border: 0px;
}

caption {
  font-size: 14px;
  font-weight: bold;
}

table.rates {
	border-width: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: #666666;
}

table.rates td {
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
	border-color: #666666;
}

/* news */

.NewsSummaryContent {
	border-bottom: 1px #999999 dotted;
        padding: 10px;
}

.NewsSummaryLink {
  font-size: 14px;
  font-weight: bold;
}
/* End of 'Main Styles' */

