/* Start of CMSMS style sheet 'main styles' */
/* CSS definition file containing sitestyle stylesheets */

BODY {
	/*font-family: "Verdana", Arial, sans-serif;*/
        font-family:  Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
  	margin: 0px;
  	padding: 0px;
  	top: 0px;
	background-color: #a81f24;
	line-height: 18px;
  	background-image: url("images/bodback.jpg");
  	background-repeat: repeat-x;
  	background-position: top left;
}

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: none; color: #a81f24;}
A:visited {text-decoration: none; color: #a81f24;}
A:active {text-decoration: none; color: #a81f24;}
A:hover {text-decoration: underline; color: #000000;}

A.navtop:link {text-decoration: none; color: #a81f24; font-size: 13px; font-weight: bold;}
A.navtop:visited {text-decoration: none; color: #a81f24; font-size: 13px; font-weight: bold;}
A.navtop:active {text-decoration: none; color: #a81f24; font-size: 13px; font-weight: bold;}
A.navtop:hover {text-decoration: underline; color: #a81f24; font-size: 13px; font-weight: bold;}

.elheader {
	width: 853px;
	height: 208px;
	text-align: left;
}

.elheaderleft {
	height: 208px;
	width: 169px;
	float: left;
	display: inline;
	text-align: left;
}

.elheaderright {
	height: 198px;
	width: 684px;
	float: left;
	display: inline;
  	background-image: url("images/headerback.jpg");
  	background-repeat: no-repeat;
  	background-position: top left;
	text-align: right;
        padding-top: 10px;
}

.elshell {
	width: 853px;
	text-align: left;
  	background-image: url("images/mainback.gif");
  	background-repeat: no-repeat;
  	background-position: bottom right;
	background-color: #ffffff;
}

.elleft {
	width: 169px;
	float: left;
	display: inline;
	text-align: left;
  	background-image: url("images/navback.jpg");
  	background-repeat: repeat-y;
  	background-position: top left;
}

.elmid {
	width: 435px;
	float: left;
	display: inline;
	text-align: left;
        padding: 15px;
}

.elmidcal {
	width: 643px;
	float: left;
	display: inline;
	text-align: left;
        padding: 20px;
}


.elright {
	width: 198px;
	float: left;
	display: inline;
	text-align: left;
        padding: 10px;
}

.elfoot {
	width: 853px;
	text-align: center;
	color: #ffffff;
	font-size: 10px;
}

/* HEADINGS */

	h1 {
		font-size: 16px;
		color: #333333;
		letter-spacing: 1px;
		padding: 0px;
		margin: 10px 0px 10px 0px;
	}

	h2 {
		font-size: 16px;
		color: #a81f24;
		letter-spacing: 1px;
		margin: 10px 0px 10px 0px;
	}
	h3 {
		font-size: 14px;
		color: #333333;
		letter-spacing: 1px;
		margin: 10px 0px 10px 0px;
	}
	h4 {
		font-size: 14px;
		color: #a81f24;
		letter-spacing: 1px;
	}
	h5 {
		font-size: 12px;
		color: #333333;
		letter-spacing: 1px;
		margin: 10px 0px 10px 0px;
	}

form {
     margin: 0px;
}
/* End of 'main styles' */

