html, body {
 font-family: arial;
 font-size: 10pt;
 background-color: white;
background-position: top left;
 background-image: url(images/background.gif);
 background-repeat: repeat-both;
 height: 100%;
 margin: 0;
 }
 
 p,td,th,li {
 font-family: arial;
 font-size: 9pt; 	
 }
 
 .bannerh2 h2 {
 	display: none;
 }

 
 .content {
 	background-color: white;
	background-image: url(images/sidebar3.gif);
	background-position: top right;
	background-repeat: no-repeat;
 }
 
 .content p {
 	padding-left: 15px;
	padding-right: 15px;
	font-size: 11pt;
 }
 
 .content h2 {
 	
 }

 .content a {
 	color: blue;
	text-decoration: none;
 }
 
 .content a:hover {
 	text-decoration: underline;
 }
  

.content ul
{
list-style-type: none;
text-align: left;
}

.content li
{
background: transparent url(images/list.gif) left center no-repeat;
background-position: top left;
padding-left: 15px;
text-align: left;
text-decoration: none;
color: black;
font-size: 11pt;
}

#adminmenunav {
	color: black;
}

#adminmenunavlist {
	text-align: left;
	list-style-type: decimal
}

#adminmenunavlist li {
	color: black;
	background: none;
	font-weight: normal;
}
 
 
 .content h1 {
 	font-size: 15pt;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	/*color: #383ec8;*/
	color: #234825;
	background-image: url(images/hr1_back.gif);
	background-position: bottom;
	background-repeat: no-repeat;
 }
 
 
 .footer {
 	background-color: white;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
 }
 
 .footer p {
 	color: silver;
	font-size: 9pt;
	padding-right: 20px;
 }
 
 .footer a {
 	color: silver;
	text-decoration: underline;
 }
 
 .footer a:hover {
 	color: black;
 	text-decoration: none;
 }
 
  .quiet a {
 	color: silver;
	text-decoration: none;
 }
 
 .quiet a:hover {
 	color: silver;
 	text-decoration: none;
 }
 
 
 
 
 .shadowleft {
 background-repeat: repeat-y;
 background-image: url(images/shadow_left.gif); 
 /*background-color: #576987;*/
 }
 
.shadowright {
 background-repeat: repeat-y;
 background-image: url(images/shadow_right.gif); 
 /*background-color: #576987;*/
 } 
 
 .navigation {
 	background-color: #8CC08D;
 }
 
 /*.navigation li {
  	padding-left: 15px;
	padding-right: 15px;
	font-size: 11pt;
}*/
 
#navcontainer { width: 187px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

#navcontainer li {
	padding-bottom: 10px;
	font-size: 10pt;
}


#navcontainer a
{
display: block;
padding-left: 10px;
padding-top: 3px;
padding-bottom: 3px;
padding-right: 10px;
width: 187px;
/*text-decoration: none;*/
color: #3836ca;
	border: 1px solid #8CC08D;
}


#navcontainer a:hover {
	background-color: #8CA5C0;
	color: white;
	border-left: 1px solid #8CC08D;
	border-right: 1px solid #8CC08D;	
	border-top: 1px solid #435664;	
	border-bottom: 1px solid #435664;	
	text-decoration: none;
}


.sidebar_container {
	width: 160;
	margin: 0;
}

.sidebar_top {
	height: 12px;
	background-image: url(images/sidebar_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0;
}

.sidebar_title {
	background-image: url(images/sidebar_title.jpg);
	background-repeat: repeat-y;
	margin:0;
}

.sidebar_title p {
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	color: white;
	padding-top: 3px;
	padding-bottom: 0;
}

.sidebar_content {
	background-image: url(images/sidebar_back.jpg);
	background-repeat: repeat-y;
	margin:0;
}

.sidebar_content p {
	text-align: center;
	color: black;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

.sidebar_content a {
	color: blue;
	text-decoration: underline;
	padding-left: 8px;
}

.sidebar_content a:hover {
	text-decoration: none;
}

.sidebar_bottom {
	height: 12px;
	background-image: url(images/sidebar_bottom.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0;
}
 