 
body  {
	font:Arial;
	background: #EEF6FA;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size:12px;
}

.oneColLiqCtrHdr #container {
	width: 95%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background:#0093D7; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font:Verdana;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	min-height:400px;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f2f2f2;
}
.oneColLiqCtrHdr #footer { 
	padding: 10px 10px;
	background:#0093D7;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
-->
#headerlinks a:link, #headerlinks a:visited {
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#headerlinks a:hover {
	font-size:10px;
	font-weight:bold;
	color:#CFF;
	text-decoration:none;
}

#menuitem {
	width: 250px;
	padding: 0px 0px 0px 0px; 
	margin:0px; 
	clear: both; 
	display:inline-block; 
	margin: 0 0 0px 0;
}

#menuitem a {
	margin: 0px 1px 0px 1px; 
	padding: 15px 0px 15px 15px; 
	background-color: #0093D7; 	
	border: solid #FFFFFF; 
	border-width: 1px 1px 0px 1px;  
	color: #FFFFFF; 
	text-decoration: none; 
	display:block; 
	width:auto;

}
#menuitem a:hover {
	color: #FFF; 
	background-color:#36C; 	
	text-decoration:none; 
	display:block; 
	width:auto;

}

#sitenav {
	width:100%;
	border:thin;
	border-color:#333;
	margin: 5px 10px 0px 1px; 	
	font-size:10px;
	top:10px;
	background:#CFF;
	padding:2px;
}
#sitenav option {
	font-family: Arial;
	font-size: 10px;

}

#catdesc {
	text-align:center;
}

option {
	font-family: Arial;
	font-size: 12px;

}


#tableborder {


}

table {
	border-width: 1px;
    border-style : solid ;
    border-color : black ;
	font: Arial;
	font-size:11px;
}

#footer {
	color:#FFF;
}
#footer a{
	text-decoration:none;
	color:#FFF;
}

#footer a:hover {
	text-decoration:none;	
	color:#FFF;
}
.form_item_width {
	width:350px;
}
.form_item_heading {
	background:#0093D7;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
}

.table_no_border {
	border-width: 0px;
	font:Arial;
	font-size:11px;
}
a {
	color:#09C;
	text-decoration:none;
}
   SPAN.TreeviewSpanArea A {
        font-size:8pt; 
        font-family: Arial; 
        text-decoration: none;
        color: black
   }
   SPAN.TreeviewSpanArea A:hover {
        color: '#820082';
   }
   /* rest of the document */
   BODY {background-color: white}
   TD {
        font-size: 8pt; 
        font-family: Arial; 
   }
form.inplaceeditor-form { /* The form */
}

form.inplaceeditor-form input[type="text"] { /* Input box */
	font-size:10px;
	border:solid thin;
	border-color:#666;
}

form.inplaceeditor-form textarea { /* Textarea, if multiple columns */
}

form.inplaceeditor-form input[type="submit"] { /* The submit button */
  margin-left:1em;
}

form.inplaceeditor-form a { /* The cancel link */
  margin-left:1em;
}

