body {
	background-color: #eef0e1;
	font-family:Arial, Helvetica, sans-serif;
}
/* logo, login, search, home myprefs sitemap */
#container {
	background-color: #d7dbb0;
}
#utilitycontainer p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#333333;
	margin:0 3px 0 0;
}
#utilitycontainer a{
	text-decoration: underline;
	color:#333333;
}
#utilitycontainer td{
	align: left;
	color:#333333;
}
#errormsg {
	background-color:#fceba5;
	text-align: right;
	padding: 2px;
	
}


/* topnav */
#navcontainer {
	background-color: #fceba5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#navcontainer a:link {
	color: #5c749a;
	font-weight: bold;
	font-size: 85%;
	text-decoration: none;
	
}
#navcontainer a:visited {
	color: #5c749a;
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;

}
#navcontainer a:hover {
	color: #003399;
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;

}
/* left navigation  */

#leftnavcontainer {
	background-color: #fef9e5;
	padding: 4px 0 3px 0;
	text-align:left;
}
#leftnavcontainer ul{
	list-style-type: none;
	list-style-image: none;
	margin-left: .7em;
	padding-left: .4em;
	margin-right: .7em;
	padding-right: .4em;
	
}
#leftnavcontainer li{
	padding-top: .4em;
}

/* right navigation  */ 
#rightnavcontainer {
	background-color: #f6f6f1;
	padding: 4px 0 3px 0;
	text-align:left;
}
#rightnavcontainer ul{
	list-style-type: none;
	list-style-image: none;
	margin-left: .7em;
	padding-left: .7em;
	
}
#rightnavcontainer li{
	padding-top: .4em;
} 
#rightnavcontainer img{
	padding-right: 4px;
} 
/* wrapper div to set styles for links in both left & right nav sections */
#sidenavlinks a:link{
	text-decoration: underline;
	color:#5c749a;
}
#sidenavlinks a:visited {
	text-decoration: underline;
	color: #990066;
}
#sidenavlinks a:hover {
	text-decoration: none;
	color:#5c749a;
	background-color:#fceba5;
}
/* Copyright footer  */
#copyright {
	width:82%;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.65em;
	color:#777777;
	padding-top: 30px;
	clear:both;
}
/* publish permissions  */
.publish {
	width:82%;
	text-align:right;
	color:#333333;
}

/* html tag styles */
h1 {
	font-family: verdana, Times, serif;
	font-size: 1.2em;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	margin-left: 0em;
	margin-bottom:8px;
	margin-top:12px;
	margin-right:10px;
	color: #333399;

}
h2 {
	font-size:1.1em;
	martin-top:12px 10px 6px .45em;
	color:#bd8205;
	border-bottom:thin solid #bd8205;
}
h3 {
	font-size: .95em;
	color: #000080;
	margin-left: .45em;
	margin-bottom:5px;
	margin-top:12px;
	margin-right:10px;
}
h4 {
	font-size:.75em;
	margin-bottom:2px;
	margin-left: .65em;
	}
ul {
	font-size: .75em;
	list-style-type: square;
	margin-top: -0.2em;
	list-style-image: url(../images_intranet/bullets/sm_arrow.gif);
	list-style-position: outside;
}
ol {
	font-size: .75em;
	margin-top: -0.2em;
	list-style-position: outside;
}
ol ol {
	font-size:1em;
	margin-top:.45em;
}
ol ul {
	font-size:1em;
	margin-top:.45em;
}
ul ul {
	font-size:1em;
	margin-top:.45em;
}
ul ol {
	font-size:1em;
	margin-top:.45em;
}
p {
	font-size: .75em;
	margin-left: 0.65em;
	margin-top:0px;
	margin-bottom:6px;
	margin-right:10px;
}
blockquote {
	font-size: .75em;
}
hr {
	color:#d7dbb0;
	margin-right:10px;
}
/* Special classes */
.listgray {
	list-style-type: square;
	margin-top: -0.2em;
	list-style-image: url(../images_intranet/bullets/sm_arrow_purp.gif);
	list-style-position: outside;
}
.listorange {
	list-style-type: square;
	margin-top: -0.2em;
	list-style-image: url(../images_intranet/bullets/sm_arrow_bgo.gif);
	list-style-position: outside;
}

.listtexty {
	padding-bottom: .65em;
	padding-right: .65em;
}
.listtextypurp {
	padding-bottom: .65em;
	padding-right: .65em;
	list-style-image: url(../images_intranet/bullets/sm_arrow_purp.gif);
}
.listtextyorange {
	padding-bottom: .65em;
	padding-right: .65em;
	list-style-image: url(../images_intranet/bullets/sm_arrow_bgo.gif);
}
.listmap {
	padding-bottom: 0.4em;
	list-style-image: url(../images_intranet/bullets/sm_arrow_purp.gif);
}
.listsecondarynav {
	margin-left: 1em;
	padding-left: 1em;
}
.cushymargin {
	padding-right: 1em;
	padding-left: 1em;
}
.skiplink {
	display:none;
}
.highlight {
	background-color:#fceba5;
	padding:2px;
	margin-right:20px;
}
/* apply this class to submit buttons to pass people_code_id as posted form variable but look like link*/
  .submitLink {
   color: #5c749a;
   background-color: transparent;
   text-decoration: underline;
   border: none;
   cursor: pointer;
   cursor: hand;
  }
#tablebordered {
	width:90%;
}

#tablebordered td{
	border:1px solid #d7dbb0;
	border-collapse:collapse;
	empty-cells:show;
}
#tablebordered th{
	background-color:#d7dbb0;
	font-weight:bold;
}

/* Class for H3 links to keep style and add underline */
a.heading:link {
	color: #000080;
	font-size: 95%;
	text-decoration: underline;
	
}
a.heading:visited {
	color: #000080;
	text-decoration: underline;
	font-size: 95%;

}
a.heading:hover {
	color: #000080;
	text-decoration: underline;
	font-size: 95%;
}
#content td {
	vertical-align:top;
	border:1px solid #d7dbb0;
}
#pagecontent img {
	padding-right: 4px;
}
#bookmark a:link{
	text-decoration: none;
	border:0;
}
#bookmark a:visited{
	text-decoration: none;
	border:0;
}
#bookmark a:active{
	text-decoration: none;
	border:0;
}
#bookmark a:hover{
	text-decoration: none;
	border:0;
}
.moveleft{
	clear:left;
	padding-top:12px;
}