body {
	margin: 0;
	padding:0;
	background: #ECF3F9 url(/application/assets/pageimages/background2.gif) center repeat-y;
	font-family:sans-serif;
}
#wrapper {
	width: 950px;
	margin: 0 auto;
}
#branding {
	overflow: hidden;
}
#leftMenu {
	float: left;
	width: 200px;
	background:#e8e8e8;
	margin:0;
	padding:0;
}
#leftMenu ul{
	list-style:none;
	padding:0px;
}
.subheader{
position:relative;
left:15px;
}
.nav_top_bg{
height: 5px;
background: #e8e8e8 url(/application/assets/pageimages/sidemenutop.gif) no-repeat left top;
display:block;
}
.topMenu {
	background: #E8E8E8;
}
a.header:link, a.header:visited {
	font-size: 12pt;
	font-weight: bold;
	color: #146EB4;
	text-decoration: none;
}
a.header:hover, a.header:active {
	text-decoration: underline;
}
a.subheader:link, a.subheader:visited {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.subheader:hover, a.subheader:active {
	text-decoration: underline;
	background: #E8E8E8 url(images/bullet-hover.gif) no-repeat 10px 4px;
}
.fromparent {
	font-weight: bold;
	padding-left: 25px;
}
ul li ul{
display:none;
}
.current ul{
display:block;
}
#mainContent{
margin:0px;
margin-left:200px;
padding:15px;
}
input{
display:block;
width:500px;
}
.submit{
width:auto;
}