/* Start of CMSMS style sheet 'Main' */
/* CSS definition file containing sitestyle stylesheets */

BODY {
      font-family:  "Verdana", Arial, sans-serif;
	color: #2a2318;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
  	margin: 0px;
  	padding: 0px;
  	top: 0px;
	background-color: #cac19a;
	line-height: 17px;
  	background-image: url("images/bodback.jpg");
  	background-repeat: repeat-x;
  	background-position: top left;
}

.covid {
padding: 20px;
margin: 20px;
border: 1px solid red;
font-weight: bold;
text-align: center;
background: rgba(255, 0, 0, 0.1);
}

.thecontent li {
        list-style: disc;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

.thecontent ul {
	padding: 6px 0px 6px 40px;
	margin: 0px;
}

li {	
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

ul {
	padding: 6px 0px 6px 40px;
	margin: 0px;
}

p { 
	padding: 5px;
	margin: 0px;
}

.clearBoth {
	clear: both;
}

A:link {text-decoration: underline; color: #415f7d;}
A:visited {text-decoration: underline; color: #415f7d;}
A:active {text-decoration: underline; color: #415f7d;}
A:hover {text-decoration: none; color: #415f7d;}

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;}

.bodshell {
	width: 917px;
	text-align: left;
}

.thelogo {
	width: 917px;
	height: 87px;
	text-align: left;
}

.headershell {
	width: 917px;
	height: 280px;
	text-align: left;
}

.headerleft {
	width: 193px;
	height: 250px;
	text-align: left;
  	background-image: url("images/leftheader.gif");
  	background-repeat: no-repeat;
  	background-position: top left;
	float: left;
	display: inline;
	padding: 15px;
	text-align: left;
}

.headerright {
	width: 654px;
	height: 250px;
	text-align: left;
  	background-image: url("images/headerright.gif");
  	background-repeat: no-repeat;
  	background-position: top left;
	float: left;
	display: inline;
	text-align: left;
	padding: 15px 25px 15px 15px;
}

.mainshell {
	width: 917px;
	text-align: left;
  	background-image: url("images/mainback.gif");
  	background-repeat: repeat-y;
  	background-position: top left;
}

.thenav {
	width: 193px;
	text-align: left;
	float: left;
	display: inline;
	padding: 15px;
	color: #cac19a;
}

.thecontent {
	width: 461px;
	text-align: left;
	float: left;
	display: inline;
	padding: 20px;
}


.rightnav {
	width: 153px;
	text-align: left;
	float: left;
	display: inline;
	padding: 15px 25px 15px 15px;
	font-size: 11px;
}


.footer {
	width: 917px;
	text-align: center;
	color: #4e4538;
	font-size: 10px;
}



/* HEADINGS */

	h1 {
		font-size: 18px;
		color: #4e4538;
		padding: 0px;
		margin: 0px;
	}

	h2 {
		font-size: 14px;
		color: #5e7a96;
		padding-bottom: 10px;
		margin: 0px;
	}

	h3 {
		font-size: 16px;
		color: #5e7a96;
		padding: 0px;
		margin: 10px 0 10px 0;
		border-bottom: 1px solid #5e7a96;
	}

	h4 {
		font-size: 14px;
		color: #4e4538;
		padding: 0px;
		margin: 10px 0 10px 0;
	}


form {margin:0px;} 
/* End of 'Main' */

