/* Start of CMSMS style sheet 'Main Styles' */
/* CSS definition file containing sitestyle stylesheets */

BODY {
	font-family: "Verdana", Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
  	margin: 0px;
  	padding: 0px;
  	top: 0px;
	background: #a82d09;
	line-height: 17px;
  	background-image: url("images/back.jpg");
  	background-repeat: repeat-x;
  	background-position: top right;
}

li {
	font-size: 12px;
}

p { 
	padding: 5px;
	margin: 0px;
}

.clearBoth {
	clear: both;
	}

A:link {text-decoration: underline; color: #a82d09;}
A:visited {text-decoration: underline; color: #a82d09;}
A:active {text-decoration: underline; color: #a82d09;}
A:hover {text-decoration: none; color: #a82d09;}

A.lefty:link {text-decoration: none; color: #000000;}
A.lefty:visited {text-decoration: none; color: #000000;}
A.lefty:active {text-decoration: none; color: #000000;}
A.lefty:hover {text-decoration: none; color: #000000;}

.headerone {
	width: 843px;
	height: 74px;
	text-align: left;
  	background-image: url("images/header1.jpg");
  	background-repeat: no-repeat;
  	background-position: top left;
	margin-top: 23px;
}

.headertwo {
	width: 543px;
	height: 53px;
	text-align: center;
  	background-image: url("images/header2.jpg");
  	background-repeat: no-repeat;
  	background-position: top left;
	padding: 35px 0 0 300px;
	font-style: italic;
	font-size: 20px;
	color: #fff;
	margin: 0px;
}

.headerthree {
	width: 620px;
	height: 75px;
	text-align: left;
  	background-image: url("images/header3.jpg");
  	background-repeat: no-repeat;
  	background-position: top left;
	padding: 0 0 0 223px;
	margin: 0px;
}

.breadcrumbs {
	width: 615px;
	margin: 0 5px 10px 0;
	text-align: right;
	border-bottom: 1px dotted #cccccc;
	padding: 5px 0 5px 0;
	font-size: 10px;
	color: #666;
}

.theshell {
	width: 843px;
	text-align: left;
  	background-image: url("images/main-back.gif");
  	background-repeat: repeat;
  	background-position: top left;
}

.navigate {
	width: 190px;
	text-align: left;
	float: left;
	display: inline;
	padding: 10px 0 10px 27px;
}

.searchbox {
	width: 191px;
	text-align: center;
	padding: 10px 0 10px 0;
  	background-image: url("images/searchback.jpg");
  	background-repeat: no-repeat;
  	background-position: top left;
        color: #fff;
        font-weight: bold;
        margin-top: 30px;
}

.mainarea {
	width: 585px;
	text-align: left;
	float: left;
	display: inline;
	padding: 0 20px 10px 20px;
}

.homeboxone {
	width: 266px;
	height: 187px;
	text-align: left;
	float: left;
	display: inline;
	padding: 10px;
  	background-image: url("images/notices.jpg");
  	background-repeat: no-repeat;
  	background-position: top left;
}

.homeboxtwo {
	width: 266px;
	height: 187px;
	text-align: left;
	float: left;
	display: inline;
	padding: 10px;
  	background-image: url("images/calendar.jpg");
  	background-repeat: no-repeat;
  	background-position: top left;
	margin-left: 13px;
}

.footer {
	width: 843px;
	padding-top: 10px;
  	background-image: url("images/footer.gif");
  	background-repeat: no-repeat;
  	background-position: top left;
	text-align: center;
        font-size: 10px;
	color: #e7763a;
}

.footer a {
	color: #ebcf16;
}

/* HEADINGS */

	h1 {
		font-size: 18px;
		color: #e7763a;
		letter-spacing: 1px;
		padding: 0 0 0 20px;
		margin: 0px;
	}

	h2 {
		font-size: 14px;
		color: #e7763a;
		letter-spacing: 1px;
	}

	h3 {
		font-size: 14px;
		color: #000;
		letter-spacing: 1px;
		padding: 0 0 3px 10px;
		margin: 0px;
                border-bottom: 1px solid #999;
	}

.heads {
		font-size: 16px;
		font-weight: bold;
		color: #000;
		letter-spacing: 2px;
}
/* End of 'Main Styles' */

