body{
	margin: 0px;
	padding: 0px;
	background-color: #BABABA;
	font-family: Arial, Helvetica, sans-serif;
}

p{
	font-size: 12px;
	padding-left: 5px;
}

hr{
	height: 1px;
	color: #CECECE;
}

li{
	font-size: 12px;
}

#header{
	background-image: url(../pngs/header.png);
}

.leftCenter{
	background-image: url(../pngs/leftSideMiddle.png);
	background-repeat: repeat-y;
}

.title{
	font-size: 20px;
	font-weight: bold;
	color: #E67B19;
}

.title1{
	font-size: 15px;
	font-weight: bold;
	color: #567EB9;
}

.title2{
	font-size: 13;
	font-weight: bold;
	
}

.content{
	background-color: White;
}

.indentContent{
	padding-left: 20px;
}

.indentContentWithFont{
	padding-left: 20px;
	font-size: 12px;
}

.topContentBar{
	background-image: url(../pngs/topContentBar.png);
	background-repeat: repeat-x;
	background-color: White;
}

.bottomContentBar{
	background-image: url(../pngs/bottomContentBar.png);
	background-repeat: repeat-x;
	background-color: White;
}

.topNav{
	padding-left: 30px;
	padding-top: 8px;
	font-size: 12px;
	height: 21px;
	vertical-align: middle;
	z-index: 100;
	background-image: url(../pngs/backgroundBar.png);
	background-repeat: no-repeat;
	background-position: 27px;
}

.topNav a {
	text-decoration: none;
	border-width: 3px;
	padding: 5px;
	font-weight: bold;
	color: White;
	width: 150px;
}

.topNav a:hover {
	color: #fff;
	text-decoration: none;
	/* background-color: #567EB9; */
	background-color: #E67B19;
}

.bottomNav{
	font-size: 11px;
	color: #FFF;
	padding-bottom: 10px;
	vertical-align: middle;
}

.bottomNav a {
	text-decoration: none;
	font-weight: bold;
	color: white;
}

.bottomNav a:link {
	color: white;
}

.bottomNav a:visited {
	color: white;
}

.bottomNav a:hover {
	color: white;
}

.bottomNav a:active {
	color: white;
} 

.linkSpacer{
	color: white;
	font-size: 14px;
}

.redText{
	color: red;
	font-weight: bold;
}

.appTable{
	font-size: 12px;
}

.smallerText{
	font-size: smaller;
}

p a{
	text-decoration: none;
	color: #cc7700;
	font-weight: bold;
}

p a:hover{
	text-decoration: underline;
}


.menu_child a{
	display: block;
	border-top: none;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.topButton{
	margin-top: -4px;
	background-color: #E67B19;
}

.middleButton{
	background-color: #E67B19;
}

.bottomButton{
	background-color: #E67B19;
	border-bottom: 1px solid black;
}

.homeImage{
	position: absolute;
	left: 26px;
	top: 133px;
}


.homeText{
	position: absolute;
	left: 510px;
	top: 200px;
	z-index: 1;
	width: 250px;
	font-size: 14px;
}

.menu_child{
	z-index: 
}


.selectedPage{
	color: #fff;
	text-decoration: none;
	background-color: #567EB9;
}