body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}
p {
	margin:0;
}
table {
	vertical-align: top;
}
.table-line-separated td {
  border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#FFD659;
}
.dplan-d {
	color: #FF0000;
	font-size: 24px;
}
.dplan-plan-black {
	color: #000000;
	font-weight: 600;
	font-size: 24px;
}
#about-text-box {
	position:absolute;
	top: 110px;
	left: 25px;
	border: solid 2px #000000;
	width: 700px;
}
#about-text-box-heading {
	position:absolute;
	font-size: 16px;
	font-weight: 600;
	left: 25px;
	width: 700px;
	top: 70px;
	background-color: #666666;
	text-align: center;
}
#top-header {
	position: fixed;
	border: solid 2px #000000; 
	background-color: #ffffff;
	left: 5px; 
	top: 5px; 
	height:40px; 
	width:820px;
    z-index: 100;
}
#leftsidemenu {
	position: fixed;
	top:70px;
	left: 5px;
	width: 220px;
	background-color: #999999;
}
.defaultheadingtype {
	font-size: 18px;
	font-weight: 600;
}
.leftside-textinfo {
	font-size: 14px;
	font-weight: 400;
	margin-left: 5px;
	background-color: #999999;
}
#main-text-box-green {
	position:absolute;
	background-color: #A3CC24;
	top: 94px;
	left: 235px;
	width: 522px;
	height: 528px;
}
#main-text-box {
	position:absolute;
	top: 97px;
	left: 256px;
	width: 575px;
	height: 316px;
}
#main-text-box-heading {
	position:absolute;
	background-color: #A3CC24;
	border: solid 2px #000000;
	font-size: 16px;
	font-weight: 600;
	left: 248px;
	width: 581px;
	top: 70px;
	height: 20px;
	text-align: center;
	background-color: #A3CC24;
}
.main-question-text {

	font-size: 12px;
	font-weight: 400;
}
.maintextbox-heading {
	background-color: #CCCCCC;
	font-size: 12px;
	font-weight: 500;
}
.questionarea-heading-first {
	font-size: 16px;
	font-weight: 600;
	background-color: #FFCC33;
}
.questionarea-heading {
	font-size: 16px;
	font-weight: 600;
	background-color: #FFE79D;
}
.questionarea-sub-heading {
	font-size: 14px;
	font-weight: 400;
	background-color: #CCCCCC;
}
.form-showdata-lable {
	font-size: 12px;
	font-weight: 600;
	text-align: right;
}
.form-empasize-text {
	background-color: #FFFFFF;
}

.plain-dark-thin-line {
	line-height: normal;
	background-color: #333333;
}
#menu {
	font-size: 12px;
	font-weight: 500;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul {
	padding-left: 1em;
	display: none;
	list-style-type: circle;
	margin-left: 2em;
	padding: 0;
}
#menu ul ul {
	display: none;
	margin-left: 1em;
	padding: 0;
}
#menu li {
	background-color: #CCCCCC;
	margin-bottom: 1px;
}	
#menu ul li {
	background-color: #999999;
}
#menu ul ul li {
	background-color: #B1D8F3;
}
#menu li.current {
	background-color: #DD0000;
	list-style-type: square;
}
#menu li.complete {
	list-style-type: disc;
}
#menu a {
	text-decoration: none;
	color: #000000;
	font-weight: 600;
}
#menu a:link { color:#000000;
}
#menu a:hover { color: #FFFFFF; 
}

.admin-formtext {
	border: solid thin color:#000000;
	background-color: #EEEEEE;
	font-size: 14px;
	font-weight: 400;
}
.form-infotext {
	border: solid 1px #000000;
	background-color: #666666;
	font-size: 14px;
	font-weight: 400;
}
.form-infotext-level2 {
	background-color: #E9E9E9;
	font-size: 12px;
	font-weight: 500;
}
.form-infotext-tellmemore {
	font-size: 14px;
}
.form-infotext-tellmemore-rightside {

	font-size: 10px;
}
.information-text-red {
	font-size: 16px;
	font-weight: 600;
}
.form-normal-body {
	font-size: 12px;
	font-weight: 400;
}
.form-toaddnewitem {

	font-size: 10px;
}
.tell-me-more {
	font-size: 16px;
}
.maintextbox-heading-Green {

	background-color: #66CC00;
	font-size: 12px;
	font-weight: 500;
}

#status tr.complete {
	background-color:  #efffef;
}
#status tr.incomplete {
	background-color:  #ffefef;
}

#status a { text-decoration: none; }

#status tr.section {
	background-color:  #efefef;
}

#status td {
	border-bottom: solid 0.05em #888;
}

#status td.pad {
	border-bottom: none;
}
.main-body-text {
	font-size: 12px;
}

hr { background-color: #FFCC33; border: 1px; height: 0.1em; }


#closeandreturn {
	position:absolute;
	left:13px;
	top:103px;
	width:175px;
	height:87px;
	z-index:7;
}
