body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	text-align: center; /* for IE users */
	background-image: url(../images/bck_small_waves.jpg);
	margin-top: 0px;
	padding: 0px;
}

#body {
	width: 963px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #fff;
	min-height: 1000px;
}

#banner {
	width: 100%;
	height: 120px;
	height: 159px;
	background-color: #017cbc;
}

#banner img {
	display: block;
	border: none;
}

#banner a {
	border: none;
}

#banner #title {
	background: transparent url(../images/ban_dmsa.jpg);
	width: 760px;
	height: 83px;
	isplay: none;
}

#banner #title span {
	ackground: red;
	width: 320px;
	margin-left: 30px;
	border-style: solid;
	border-color: #f9f0df;
	border-width: 0px 0px 0px 2px;
	display: block;
	font-size: 24px;
	color: #f9f0df;
	font-family: arial;
	position: relative;
	top: 13px;
	font-weight: bold;
}
#banner #title #topLine, #banner #title #bottomLine {
	padding: 0px 10px;
	eight: 53px;
}

#mainMenus , .dropdownmenu, #mainMenus div.sub, #submenu {
	background-color: #01a0c7;
	background-color: #fff;
	text-align: center;
	background-image: url(../images/bck_waves.jpg);
	position: relative;
}

#mainMenus table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	margin-left: auto;
}

#mainMenus td {
	border: solid 1px #88e8b4;
	border-width: 0px 2px 0px 2px;
	vertical-align: middle;
}



#mainMenus a {
	padding-left: 20px;
	padding-right: 20px;
	color: #000;
	text-decoration: none;
	display: block;

}

#mainMenus a:hover, #mainMenus a.selectedMainMenu:hover {
	color: #2eab67;
}

#mainMenus .separator {
	font-size: 200%;
	padding: 0px;
	margin: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}

#mainMenus a.selectedMainMenu {
	color: #007bb8;
}

#mainMenus div.sub {
	isplay: none;
	position: absolute;
	left: 475px;
	top: 30px;
}
#mainMenus div:hover .sub {
	display: block;
}


#dmsaQuestions:hover div{
	display: block;
	ackground: red;
}

#dmsaQuestions div {
	position: absolute;
	op: 35px;
	ackground: blue;
	display: none;
	margin-top: 5px;
	width: 200px;
	argin-top: 20px;
	argin-left: -110px;
	
}
#submenu a {
	display: block;
}


#secondaryMenus {
	width: 145px;
	float: left;
	margin-top: 27px;

}

#secondaryMenus a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 7px 2px 7px 2px;
	border-style: solid;
	border-color: #000;
	border-width: 1px 0px 0px 0px;
}

#secondaryMenus a:hover, #secondaryMenus a.selectedSecondaryMenu:hover {
	color: #0be36b;
	color: #2aa5de;
	color: #2eab67;
	background-color: white;
}



#secondaryMenus a.selectedSecondaryMenu {
	color: #007bb8;
}

#secondaryMenus a.topItem {
	border: none;

}

#content {
	margin-top: 10px;
	padding: 0px 10px;
	width: 963px;
	width: 740px;
	background-image: url(../images/bck_watermark.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	min-height: 800px;
}

.heading1 {
	font-size: 22px;
	color: #2eab67;
}



.heading2 {
	font-size: 16px;
	color: #2aa5de;
	font-weight: bold;
}

.inlineHeading {
	font-weight: bold;
}

.indent {
	margin-left: 68px;
	text-indent: -68px;
}

td {
	vertical-align: top;
}

#footNotes {
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	font-size: 90%;
	padding-bottom: 10px;
}

a.footnote {
	vertical-align: super;
}

#legalStuff {
	padding-bottom: 15px;
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	font-size: 90%;
	text-align: center;
	padding-top: 5px;
	margin-top: 10px;
}

.extraSpace li {
	padding-bottom: 15px;
}

.lists li {
	padding-bottom: 15px;
}

#termsAndConditions {
	height: 300px;
	margin-right: 25px;
	overflow:auto;
	border-style: solid;
	border-width: 3px;
	border-color: #d5d5d5 #424242 #424242 #f8f1f1;
	padding: 0px 5px 15px 5px;
}

#termsAndConditions .heading {
	text-align: center;
	font-weight: bold;
	font-size: 120%;
}

#termsAndConditions .termsHeading {
	font-weight: bold;
	font-size: 120%;
}

p {
	width: 950px;
	width: 743px;
}

#termsAndConditions p {
	width: 900px;
	width: 700px;
}

.backgroundBulletPoints {
	list-style-type: upper-alpha;
	font-weight: bold;
}

.backgroundBulletPoints li{
	padding-bottom: 7px;
}

.backgroundBulletPoints ol {
	font-weight: normal;
}

.backgroundBulletPoints ol li {
	padding-bottom: 0px;
}

backgroundBulletPoints {
	counter-reset: numsection;
	list-style-type: none;
}

backgroundBulletPoints li:before {
	counter-increment: numsection;
	content: counters(numsection, ":") " ";
}

ol.jenn {counter-reset: numsection; list-style-type: none; }

ol.jenn li:before { counter-increment: numsection; content: counters(numsection, ":") " "; }


/*	styles for the report pages	*/

#heading1 {
	font-size: 16px;
	font-weight: bold;
}

#reportTable {
	border-collapse: collapse;
	border: solid 1px;
}

#reportTable td, #reportTable th {
	border-spacing:0px;
	border: solid 1px;
	padding: 5px;
	text-align: center;
}



