.background_repeat {
	background-repeat: repeat-y;
	background-image: url(images/background_repeat.gif);
}
.top_menu_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bolder;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;


}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.black_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	text-indent: 5px;
	padding: 1px;
}

a.black_menu {
background-color:#999999;
display:block;
}
a:hover.black_menu {
background-color:#CCCCCC;
}
/* all left nav stuff */
#LeftNav {
     width: 120px;
     border-right: 2px solid #ffffff;
     background-color: #CCCCCC;
     margin-top: 4px;
     }

#LeftNav ul {
     margin: 0px;
     padding: 0px;
     list-style:none;
}
          
#LeftNav li {
     border-top: 1px solid #EFEFEF;
     margin: 0px;
     padding: 0px;
     font-weight:bold;
     font-size: .9em;
}

/* don't show sub sections unless selected */
#LeftNav ul li ul {
     display: none;
}

/* show subsection if parent is selected */
#LeftNav ul li.selected ul {
     display: block;
}

/* make sub sections smaller and not bolded */
#LeftNav ul li ul li{
     text-indent: 5px;
     font-size:.95em;
     font-weight:normal;
}

/* style each li */
#LeftNav li a {
     display: block;
     padding: 1px 1px 1px 0.5em;
     border-left: 8px solid #aaaaaa;
     color:#006699;
     text-decoration: none;
     width: 100px;
	 
}

html>body #LeftNav li a {
     width: auto;
}

/* set hover */
#LeftNav li a:hover {
     border-left: 8px solid #003366;
     background-color: #336699;
     color: #fff;
     /*width: 140px;*/
}

/* set selected style */
#LeftNav li.selected a {
     border-left: 10px solid #460C00;
     background-color: #999999;
     color: #fff;
}

/* set sub sections back to normal if parent in selected */
#LeftNav li.selected ul a {
     border-left: 10px solid #AAAAAA;
     color: #105075;
     background-color: #CCCCCC;
}
.sm_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.white_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
p {text-indent: 1cm;
margin:5px 2px 0px 2px;

}.pageHeader {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
.personelText {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
padding-left: 10px;
}

