body {
	margin: 0;
	padding: 0;
	background-color: #004394;
	}
body, td, pre, input, textarea, select {
	font-family: Verdana, "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	color: #000;
	}
	
a:link {
	color: #273691;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	color: #273691;
	font-weight: bold;
	text-decoration: none;
	}
a:active {
	color: #273691;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #3f57e4;
	font-weight: bold;
	text-decoration: underline;
	}
img {
	border: 0 none;
	}	
p, ol, ul, li, form, pre {
	margin-top: 0;
	}
p, ol, ul, form {
	margin-bottom: 1.7em;
	}
p, li, pre, dt, dd {
	line-height: 1.5;
	}
			
.highlight {
	background-color:#FFFF00;
}	


/* --------- Headings --------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 13px;
	margin: 0 0 4px 0;
	padding: 0;
	font-family: Verdana, "Lucida Grande", Arial, sans-serif;
	color: #000;
	}

h1 {
	padding: 5px;
	color: #fff;
	margin: 0 0 5px 0;
	font-size: 16px;
	background-color: #000000;
	}

h1 a:link {
	color: #87b9f6;
	font-weight: bold;
	text-decoration: underline;
	}
h1 a:visited {
	color: #87b9f6;
	font-weight: bold;
	text-decoration: none;
	}
h1 a:active {
	color: #87b9f6;
	font-weight: bold;
	text-decoration: none;
	}
h1 a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	}
h2 {
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #000;
	}
h3 {
	color: #000;
	font-size: 12px;
	}


/* ----- Tables ----- */
/*table {
	margin: 0 auto 1.4em auto;
	}*/
th {
	color: #fff;
	background-color: #004394;
	text-transform: uppercase;
	font-variant: small-caps;
	/*text-align: center;*/
	}
th, td {
	padding: 5px 6px 5px 6px;
	font-size: 11px;
	}
th a:link {
	color: #87b9f6;
	font-weight: bold;
	text-decoration: underline;
	}
th a:visited {
	color: #87b9f6;
	font-weight: bold;
	text-decoration: none;
	}
th a:active {
	color: #87b9f6;
	font-weight: bold;
	text-decoration: none;
	}
th a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	}

	
/* -----  Lists ----- */
li {
	margin-bottom: 4px;
	}
li ul, 
li ol {
	margin-top: 4px;
	}
ul {
	list-style-type: square;
	}
ul ul {
	list-style-type: circle;
	margin-bottom: 10px;
	}


/* ----- Main Divs ----- */
#mother {
	margin: 0 auto 0 auto;
	padding: 0;
	position: relative;
	background-color:#fff;
	width: 950px;
	}

#motherforHelp {
	margin: 0 auto 0 auto;
	padding: 0;
	position: relative;
	background-color:#FFFFFF;
	width: 95%;
}

#topBar {
	/**for self**/
		}
		
#banner {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 767px;
	height: 131px;
	background-image: url(/meetings/08ACMP/images/header.gif);
	background-repeat: no-repeat;
	background-position: top left;
	clear: left;
	}

#content {
	width: 730px;
	min-height: 900px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
	}

#contentnomenu {
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
	width: 920px;
}	
#contentforHelp {
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
	width: 98%;
}	

#footer {
	margin: 0 auto 0 auto;
	padding: 20px;
	clear: both;
	width: 100px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 740px;
	}

/* ----- Left Menu ------ */
#menu {
	position: absolute;
	left: 0;
	padding: 5px 0 0 10px;
	width: 185px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 176px;
	top: 162px;
	}
html>body #menu {
	width: 176px;
	}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 3px solid #fff;
	background-color:#000000;
	}
#menu li ul {
	list-style-type: none;
	margin: 0;
	padding: 3px 0 15px 15px;
	border-bottom: 0 none;
	background-color: #CC0000;
	}
#menu li {
	line-height: normal;
	margin: 0;
	border-top: 3px solid #fff;
	}
#menu li li {
	border-top: 0 none;
	padding: 0;
	}
#menu a {
	display: block;
	height: 1%;
	padding: 3px 5px 4px 5px;
	color: #ffffff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
html>body #menu a {
	height: auto;
	}
#menu a:hover {
	color: #000;
	background-color: #f26522;
	}
#menu li li a {
	padding: 3px 8px 3px 8px;
	font-weight: normal;
	background-image: url(/meetings/08ACMP/images/submenu_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0% 8px;
	color: #fff;
	}

form {
	margin: 0;
	}
fieldset {
	padding: 0 30px 30px 30px;
	margin: 30px 0 50px 0;
	border: 1px solid #766fa9;
	background-repeat: repeat-x;
	background-position: 0% 14px;
	}
legend {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 30px 0;
	padding: 3px 10px 3px 10px;
	border: 1px solid #766fa9;
	background-color: #fff;
	}
html>body fieldset {
/* Hide from IE 5 Mac \*/
	background-position: left top;
/* End hack */
	padding: 30px;
	}
html>body legend {
	margin-bottom: 0;
	}
.columnize label {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 20px;
	/* font-weight: bold; */
	text-align: right;
	padding: 2px 10px 0 0;
	}
.columnize input,
.columnize select,
.columnize textarea {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 20px;
	}
.columnize br {
	clear: left;
	}
.submitButton {
	text-align: center;
	clear: left;
	padding-top: 1.4em;
	}
.submitButton input {
	background-color: #000066;
	color: #c49f06;
	font-weight: bold;
	border: 0 none;
	padding: 3px 12px 4px 12px;
	cursor: hand;
	}
.submitButton>input {
	cursor: pointer;
	}
form ul.unbulleted {
	margin-left: 0;
	padding-left: 25px;
	list-style-type: none;
	}
