body {
	margin: 0;
	padding: 0;
	background-color: #2c91cd;
	background-attachment: fixed;
	background-image: url(images/bgfade.gif);
	background-repeat: repeat-x; 
	}

body, td, pre, input, textarea, select {
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	color: #000;
	}

a, area, label {
	outline: none;
	}
a:link {
	color: #1267AB;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	color: #1267AB;
	font-weight: bold;
	text-decoration: none;
	}
a:active {
	color: #1267AB;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #2380c4;
	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.4em;
	}
p, li, pre, dt, dd {
	line-height: 1.3;
	margin-left: 5px;
	}
		
.highlight {
	background-color:#FFFF00;
}	


/* --------- Headings --------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 13px;
	margin: 0 0 4px 0;
	padding: 0;
	font-family: "Goudy ExtraBold", "Times New Roman", Times, serif;
	color: #A01D27;
	}

h1 {
	padding: 0px 0 0px 0px;
	color: #A01D27;
	border-bottom: 1px dashed #1267AB;
	margin: 0 0 5px 0;
	font-size: 16px;
	}

h2 {
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #000;
	}
h3 {
	color: #A01D27;
	font-size: 12px;
	}

	
/* -----  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:#FFFFFF;
	width: 772px;
	}

#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: 613px;
	height: 239px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	clear: left;
	}

#content {
	margin: 0 0 0 191px;
	padding: 10px 0 50px 0;
	width: 560px;
	}

#contentnomenu {
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
	width: 742px;
}	
#contentforHelp {
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
	width: 98%;
}	
	
#footer {
	padding: 0 21px 20px 191px;
	clear: both;
	width: 772px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 560px;
	}
html>body #footer {
	width: 560px;
	}

#footernomenu {
	padding: 10px 10px 10px 10px;
	clear: both;
	width: 772px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 742px;
	}
html>body #footernomenu {
	width: 742px;
	}

#footerforHelp {
	padding: 10px 10px 10px 10px;
	clear: both;
	width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 100%;
	}
html>body #footerforHelp {
	width: 100%;
	}

	
/* ----- Left Menu ------ */
#menu {
	position: absolute;
	left: 0;
	padding: 5px 0 0 10px;
	width: 165px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 146px;
	}
html>body #menu {
	width: 146px;
	}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #000;
	}
#menu li ul {
	list-style-type: none;
	margin: 0;
	padding: 3px 0 15px 15px;
	border-bottom: 0 none;
	}
#menu li {
	line-height: normal;
	margin: 0;
	border-top: 1px solid #000;
	}
#menu li li {
	border-top: 0 none;
	padding: 0;
	}
#menu a {
	display: block;
	height: 1%;
	padding: 3px 5px 4px 5px;
	color: #000;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Arial, sans-serif;
	text-decoration: none;
	}
html>body #menu a {
	height: auto;
	}
#menu a:hover {
	color: #FFFFFF;
	background-color: #1267AB;
	}
#menu li li a {
	padding: 3px 0 3px 8px;
	font-weight: normal;
	background-image: url(images/submenu_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0% 8px;
	color: #000;
	}

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: #2c91cd;
	color: #fff;
	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;
	}
/* ------------ END FORMS ------------ */

