body{
	background-image:url(images/navbgbody.gif);
	background-repeat:repeat-x;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
}

.bodye{
	background-image:url(images/navbgbodye.gif);
	background-repeat:repeat-x;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
}

.navbarMain {
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	font-weight:bold;
	height:28px;
	color:#FFFFFF;
	padding:5px 0px 0px 5px;
}

.navbar {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	height:28px;
	color:#FFFFFF;
	padding:5px 0px 0px 5px;
}

.umtable {
	font-size:85%;
	font-weight:bold;
}

.userleft {
	clear:both;
	margin-bottom:5px;
	text-align:center;
	text-decoration:none;
}

.userleft a:link, a:hover, a:visited {
	text-decoration:none;	 	
}

.dd70 {
	width:70px;
}

td {
	/*font-size:90%;*/
}

.error {
	color:#FF0000;
}

td.header {background-color:#DDDDDD;}

/* Icon Layout Stuff */
.float {
  float: left;
  border: 2px solid #FFFFFF;
  width: 140px;
  padding: 10px;
  text-align:center;
  margin: 2px;
}

.float_hover {
	border: 2px solid #08246b;
	float: left;
	width: 140px;
	padding: 10px;
	text-align:center;
	margin: 2px;
}
  
div.float p {
   text-align: center;
}


.navbar a {
	color:#FFFFFF;
	text-decoration:none;
}

.navbar a:hover {
	text-decoration:underline;
}

.navbarright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	height:18px;
	font-weight:bold;
	color:#FFFFFF;
}

.navbarMain a {
	color:#FFFFFF;
	text-decoration:none;
}

.navbarMain a:hover {
	text-decoration:underline;
}


.content {
	padding-top:2px;
	padding-left:5px;
	font-size:small;
}

.tablehome {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;	
}

#login {
	background-color:#5c88b4;
	width:190px;
	color:#FFFFFF;
	font-size:small;
}

#login input {
	font-size:small;
	border:1px solid black;
}

/*
#login span {
	margin-left:10px;
} */

#tools {
	margin-top:10px;
	font-size:small;
	color:#FFFFFF;
}

#tools span {
	background-color:#85c265;
	border-bottom:1px solid #FFFFFF;
	padding:5px 0px 5px 10px;
	display:block;
	width:180px;
}

#tools a {
	text-decoration:none;
	color:#FFFFFF;
}

#tools a:hover {
	text-decoration:underline;
}

a {
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1.home{
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	color:#FFFFFF;
	font-weight:lighter;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	color:#000000;
	font-weight:lighter;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:110%;
	color:#000000;
	font-weight:lighter;
}

h3{
}

h4{
}

/*
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}*/

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
	font-family: Arial,sans-serif;
	border: 1px solid #CCCCCC;
}
select{
	font-family: Arial,sans-serif;
	border: 1px solid #CCCCCC;
}
	/* Turn off list bullets */
	ul.mktree  li { list-style: none; } 
	/* Control how "spaced out" the tree is */
	ul.mktree, ul.mktree ul , ul.mktree li { margin-left:10px; padding:0px; }
	/* Provide space for our own "bullet" inside the LI */
	ul.mktree  li           .bullet { padding-left: 15px; }
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(images/treeminus.gif)  center left no-repeat; }
	ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(images/treeplus.gif)   center left no-repeat; }
	ul.mktree  li.liBullet  .bullet { cursor: default; background: url(images/treebullet.gif) center left no-repeat; }
	/* Sublists are visible or not based on class of parent LI */
	ul.mktree  li.liOpen    ul { display: block; }
	ul.mktree  li.liClosed  ul { display: none; }
	/* Format menu items differently depending on what level of the tree they are in */
	ul.mktree  li { font-size: 12pt; }
	ul.mktree  li ul li { font-size: 10pt; }
	ul.mktree  li ul li ul li { font-size: 8pt; }
	ul.mktree  li ul li ul li ul li { font-size: 6pt; }