/* 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-top: 10px;
	background-color: #1b2030;
	line-height: 18px;
  	background-position: top left;
  	background-image: url("images/back.jpg");
  	background-repeat: repeat-x;
}

li {
       font-size: 12px;
       padding: 0px;
       margin: 0px;
}

ul {
       padding: 6px 0px 6px 30px;
       margin: 0px;
}

p { 
	padding: 5px;
	margin: 0px;
}

.clearBoth {
	clear: both;
	}

A:link {text-decoration: underline; color: #3468cc;}
A:visited {text-decoration: underline; color: #3468cc;}
A:active {text-decoration: underline; color: #3468cc;}
A:hover {text-decoration: none; color: #3468cc;}

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;}

.theheader {
	width: 768px;
	height: 73px;
	text-align: right;
  	background-position: top left;
  	background-image: url("images/header.jpg");
  	background-repeat: no-repeat;
	padding: 20px 20px 0 0;
	color: #fff;
}

.thenav {
	width: 788px;
	height: 30px;
  	background-position: top left;
  	background-image: url("images/nav.jpg");
  	background-repeat: no-repeat;
	text-align: left;
}

.highlight {
	width: 788px;
	height: 26px;
  	background-position: top left;
  	background-image: url("images/highlight.jpg");
  	background-repeat: no-repeat;
	text-align: center;
	color: #999999;
	font-size: 11px;
        padding-top: 8px;
}

.mainbod {
	width: 788px;
  	background-position: top left;
  	background-image: url("images/duplicate.jpg");
  	background-repeat: repeat;
	text-align: left;
        padding-bottom: 20px;
}


.theleft {
	width: 184px;
	text-align: left;
	float: left;
	display: inline;
	font-size: 11px;
}

.leftpad{
	padding: 15px 20px 20px 20px;
        width: 144px;
}

.themid {
	width: 423px;
	text-align: left;
	float: left;
	display: inline;
}

.theright {
	width: 141px;
	text-align: left;
	float: left;
	display: inline;
	color: #666666;
	font-size: 11px;
        padding: 15px 20px 20px 20px;
}

.theright ul {
       padding: 6px 0px 6px 15px;
       margin: 0px;
}

.theright li {
       font-size: 11px;
       padding: 0px;
       margin: 0px;
}

.footone {
	width: 788px;
	height: 43px;
  	background-position: top left;
  	background-image: url("images/footer.jpg");
  	background-repeat: repeat-x;
	text-align: center;
	color: #5c5c5c;
	padding-top: 20px;
	font-size: 11px;
}

.footone A:link {text-decoration: none; color: #5c5c5c;}
.footone A:visited {text-decoration: none; color: #5c5c5c;}
.footone A:active {text-decoration: none; color: #5c5c5c;}
.footone A:hover {text-decoration: underline; color: #5c5c5c;}

.foottwo {
	width: 788px;
	text-align: center;
	color: #486271;
	padding-top: 10px;
}


/* HEADINGS */

h1 {
	font-size: 16px;
	color: #4c6992;
	padding: 0px;
	margin: 10px 0 10px 0;
}

h2 {
	color: #4c6992;
	font-size: 13px;
	margin: 10px 0 10px 0;
}

h3 {
	font-size: 18px;
	color: #333333;
	margin: 10px 0 10px 0;
}

h4 {
	font-size: 14px;
	color: #333333;
	margin: 10px 0 10px 0;
}

h5 {
	font-size: 16px;
	color: #ffffff;
	padding: 0px;
	margin: 10px 0 10px 20px;
}
/* End of 'Main Styles' */

