/* Start of CMSMS style sheet 'Main Styles' */
/* CSS definition file containing sitestyle stylesheets */

BODY {
	font-family: "Verdana", Arial, sans-serif;
	color: #333;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	background: #5b5b5b;
	line-height: 16px;
  	background-image: url("images/back.jpg");
  	background-repeat: repeat-x;
  	background-position: top left;
}

li {
	font-size: 11px;
}

p { 
	padding: 5px;
	margin: 0px;
}

.clearBoth {
	clear: both;
	}

A:link {text-decoration: underline; color: #a01532;}
A:visited {text-decoration: underline; color: #a01532;}
A:active {text-decoration: underline; color: #a01532;}
A:hover {text-decoration: none; color: #a01532;}

A.whitelink:link {text-decoration: underline; color: #ffffff;}
A.whitelink:visited {text-decoration: underline; color: #ffffff;}
A.whitelink:active {text-decoration: underline; color: #ffffff;}
A.whitelink:hover {text-decoration: none; color: #ffffff;}

.header {
	height: 81px;
	width: 850px;
}

.homeheadershell {
	height: 296px;
	width: 850px;
}

.insideheadershell {
	height: 74px;
	width: 850px;
}

.homeheaderleft {
	width: 444px;
	height: 296px;
	padding: 0px;
	float: left;
	display: inline;
}

.homeheaderright {
	width: 366px;
	height: 256px;
	text-align: left;
  	background-image: url("images/headerbackright.jpg");
  	background-repeat: no-repeat;
  	background-position: top left;
	padding: 20px;
	color: #ffffff;
	float: left;
	display: inline;
}

.insideheaderleft {
	width: 444px;
	height: 74px;
	padding: 0px;
	float: left;
	display: inline;
}

.insideheaderright {
	width: 366px;
	height: 34px;
	text-align: left;
  	background-image: url("images/headerbackright-inside.jpg");
  	background-repeat: no-repeat;
  	background-position: top left;
	padding: 20px;
	color: #ffffff;
	float: left;
	display: inline;
}

.theshell {
	width: 850px;
  	background-image: url("images/dup.jpg");
  	background-repeat: repeat;
  	background-position: top left;
}

.thenav {
	width: 170px;
	text-align: left;
	color: #ffffff;
	font-size: 11px;
	font-style: normal;
	float: left;
	display: inline;
        padding: 10px;
}

.homemain {
	width: 600px;
	text-align: left;
	float: left;
	display: inline;
	color: #333;
	padding: 20px 30px 20px 30px;
}

.footer {
	padding-top: 10px;
	width: 850px;
	color: #ffffff;
}

/* HEADINGS */
	h1 {
		font-size: 16px;
		line-height: 1em;
		margin: 0;
		padding: 10px 0 5px 0px;
		color: #666666;
	}
	h2 {
		font-size: 14px;
		line-height: 1em;
		margin: 0;
		padding: 10px 0 5px 0px;
		color: #666666;
	}
	h3 {
		font-size: 16px;
		line-height: 1em;
		margin: 0;
		padding: 10px 0 5px 0px;
		color: #a01532;
	}
	h4 {
		font-size: 14px;
		line-height: 1em;
		margin: 0;
		padding: 10px 0 5px 0px;
		color: #a01532;
	}
	h5 {
		font-size: 18px;
                color: #000000;
		margin: 0 0 10px 0;
		padding: 0 0 0 0;
	}
/* End of 'Main Styles' */

