body{
 color: #333;
 background-color:  #F6F6F6;
 margin: 0;
 padding: 0;
 }
 body, p, ul, ol {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 line-height: 1.5em; 
 margin-top: 0;
 }
 h1, h2, h3, h4, h5 {	
 font-family: Geneva, Arial, Helvetica, san-serif;
 line-height: 1.6em;
 font-weight: bold;
 margin: 0;
 }
 h1 {
 font-size: 16px;
 color: #446688;
 }
 h2 {
 font-size: 14px;
 color: #446688;
 }
 h3 {
 font-size: 12px;
 }
 h4 {
 font-size: 11px; }
 h5 {
 font-size: 10px;
 }
 ul {
 margin-top: 0;
 list-style-type: square;
 }
 img {
 border: none;
 }
 .screenread {
 display: none;
 }
 h1.screenread {
 margin-bottom: 40em;
 background-color:#000000;
 border: 15px;}
 /* ------------------------------------------------------- */
 #container {
 white-space:nowrap;
 margin: 0;
 padding: 0;
 width: 1100px;
 background-color: #F6F6F6;
 border: 10px;
 /* position: relative;
 */
 /* clear: left;
 */
 /*
 display: block;
 */
 } 
#containerwide {
 white-space:nowrap;
 margin: 0;
 padding: 0;
 width: 1100px;
 background-color: #F6F6F6;
 border: 10px;
 } 
/* ------------------------------------------------------- */
/*
#head {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
  float: left;
  width: 100%;
  background-color: #336699;
  }
*/
#malatitle {	
  float: left;
  padding: 4px;
  width: 200px;
  height: 40px;}
/*
#headsize {
	width: 770px;
	padding: 0;
 	}
*/
/* ------------------------------------------------------- */
#searchhead {
	float: right;
	position: relative;
	padding: 7px 0 0 0;
	margin: 0;
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #DDDDDD;
	}
#searchhead a:link, #searchhead a:visited, #searchhead a:active {
	color: #DDDDDD;
	text-decoration: none;
}
#searchhead a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
#searchhead input {
	border: 0;
	background-color: #F6F6F6;
	color: #003366;
	font-size: 12px;
	}
/* ------------------------------------------------------- */
#navhead {
	background-color: #F3F3F3;
	margin: 8px 0 0 0;
	padding: 0;
	text-align: left;
	list-style: none;
	float: right;
	width: 485px; /*  Width of nav bar */
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 1px solid #999;
	}
#navhead p{
	padding: 0;
	margin: 0;
	font-size: 11px;
	text-decoration: none;
	color:#999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
.navheaditems {
	background-color: #F3F3F3;
	border-top: 1px solid #999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0;
	border-left: 0;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
#navhead a:link, #navhead a:visited, #navhead a:active {
	text-decoration: none;
	color: #666666;
}
#navhead a:hover {
	color: #444444;
	background-color: #FFFFFF;
	}
#navhead .foldertab{	
	color: #999900;
	background-color: #CCDDEE;	/* border: 2px solid #CCDDEE; */
}
#navhead a.foldertab:link, #navhead a.foldertab:visited, #navhead a.foldertab:active {
	text-decoration: none;
	color: #000000;
}
#navhead a.foldertab:hover {
	color: #000000;	/*  border: 2px solid #6699CC; */
	background-color: #AACCEE;
	}
/* ------------------------------------------------------- */
#subhead {
	margin: 0;
	padding: 1px 0 1px 0;
	text-align: left;
	list-style: none;
	float: left;
	width: 100%;	/* clear:both; */
	background-color: #FFFFFF;
	border-top: 1px solid #99BBCC;
	border-right: 0 solid;
	border-bottom: 1px solid #999;
	border-left: 0 solid;
	}
#subhead h2 {
	padding: 1px 1px 1px 5px;
	margin: 0;
	height: 18px;
 	background-color: #CCDDEE;
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
.breadcrumbs {
	text-decoration: none;
	color: #336699;
	}
#subhead h2 span {
	color: #AA6633;
	}
a.breadcrumbs:hover {
	background-color: #DDEEFF;
	}
/* ------------------------------------------------------- */
#contentphoto {
	float: left;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #999999;
	border-left-width: 0px;
	border-right-width: 0px;
	border-right-color: #CCCCCC;
}
#imgphoto {
	padding: 10px 0px 0px 0px;
}
#content {
	text-align: left;
	float: left;
	width: 800px;
	white-space:normal;
  	padding: 0 10px 25px 10px;
	border-top-style: none;
	border-right-style: solid;    /* not DASHED */
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #999999;
	border-left-width: 1px;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	background-color: #FFFFFF;
	overflow: hidden;	/*  clear: none;  */
}
#contentwide {
	display:inline-block;
	vertical-align:top;
	text-align: left;
	padding: 0 10px 25px 10px;
	width: 1025px;
	white-space:normal;
	border-top-style: none;
	border-right-style: solid;    /* not DASHED */
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #999999;
	border-left-width: 1px;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	background-color: #FFFFFF;
	overflow: hidden;
	}
#contentwide ul {
	  line-height: 1.7em; 
}
#contenth1 {
	padding: 10px 0 0 0;
}
#contenth1 h1{
	color: #AA6633;
	font-size: 24px;
	line-height: 1.5em;
 	font-weight: normal;
	padding:
	0;
}
#contenth1 h1 span.small {
	font-size: 18px;
	color: #AA6633;
	}
#contenth2 h1{
	color: #AA6633;
	font-size: 24px;
	line-height: 1.5em;
 	font-weight: normal;
	padding: 0;
}
#contenth2 h1 span.small {
	font-size: 18px;
	color: #AA6633;
}
#content hr{
	width: 100%;
	border-width: 1px 0 0 0;
	border-color: #CCCCCC;
	border-collapse: collapse;
	border-style: solid;
}
.imageright {
	float: right;
	margin: 0 0 5px 10px;
	padding: 0;
	position: relative;
}
.imageleft {
	float: left;
	margin: 0 10px 5px 0;
	padding: 0;
	position: relative;	
}
.SpaceAdd {
	margin-top: 1em;
}
/* IE Fix */
.spaceadd {
	margin-top: 1.5em;
}
.SpaceDrop {
	margin-top: -1em;
}
/* IE Fix */
.spacedrop {
	margin-top: -1.5em;
	}
.colorblue {	color: #003366;}
.red {	color: #003366;}
/* ------------------------------------------------------- */
#footer  {
	text-align: left;
	background-color: #336699;
	height: 44px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	clear:both;
	border-width: 1px 0 1px 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	}
#mainfooterright{
	width: 410px;
	}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	color: #EEEEEE;
	}
#footer a:link, #footer a:visited, #footer a:active {
	color: #EEEEEE;
	text-decoration: none;
	font-variant: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footerleft {
	margin: 0;
	text-align: left;
	float: left;
	width: 300px;
}
.footerright {
	margin: 0;
	text-align: right;
	float: right;
	width: 300px;
}
/* ------------------------------------------------------- */
.footcontainer {
    /* ALIGNS THE RIGHT FOOTER MARGIN */
	width: 750px;
	}
/* ------------ */
#subfooter  {
	height: 15px;
	margin: 0;
	padding: 1px 0;
	text-align: left;
	float: none;
	clear: left;
	background-color: #FFFFFF;
	border-top: 1px solid #999;
	border-right: 0 solid #999;
	border-bottom: 0 solid #999;
	border-left: 0 solid #999;
	}
#subfootline  {
	background-color: #CCDDEE;
	border: 0;
	padding: 1px 0 1px 10px;
	height: 13px;
}
#subfooter p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	color: #336699;
	width: 325px;
}
#subfooter a:link, #subfooter a:visited, #subfooter a:active {
	color: #225588;
	text-decoration: none;
}
#subfooter a:hover {
	color: #6699CC;
	text-decoration:
	underline;
}
#subfooter .right{
   /*left: 940px;*/
   position: relative;
}
#goback {
	padding-left: 145px;
}
.oldsitetext {
	color: #990000;
}