body {
	margin: 5%;
}

#hdr-logo { 
	font: bold 27pt/1.2 "Times New Roman", sans-serif;
	color: #000;
}

#content {
	font: normal 11pt/1.5 Georgia, "Times New Roman", sans-serif;
	color: #2e2e2f;
}

#sidemenu {
	display: none;
}
ul#navmenu {
	display: none;
}
#content a:link, #content a:visited {
	color: #2e2e2f;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

#content a:hover, #content a:active {
	text-decoration: none;
	color: #2e2e2f;
	border-bottom: 1px solid #ccc;
}

#hdr {
}

#topmenu {
	display: none;
}

#menu {
	background-color: #864c92;
	height: 22px;
	border-top: 4px solid #666;
}


#content ul {
	list-style-type: square;
}

#print {
	display: none;
}

#footer {
	border: none;
    margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	clear: both;
}

#footer p {
	margin-top: 5px;
	color: #ccc;
	font: normal 9pt/1.5 Arial, Helvetica, sans-serif;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #ccc;
	border-bottom: 1px dotted #ccc;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
	color: #ccc;
	border-bottom: 1px solid #ccc;
}

#content h1.basic {
	color: #333;
}

#content h1.health {
	color: #333;
}

#content h1.independence {
	color: #333;
}

#content h1.engagement {
	color: #333;
}

#content h1 {
	font: bold 165%/1.5 Tahoma, Arial, sans-serif;
	margin: -5px 0 10px 0;
	padding: 0;
	color: #202020;
	text-transform: lowercase;
	letter-spacing: 2px;
}

#nr_header h4 { 
	font-weight: bold;
	font-size: 115%;
	margin: 5px 0 0 0 0;
}

#nr_header {
	font: normal 12px/1.5 "Lucida Sans", Tahoma, sans-serif; 
}

#content h3.news {
	font: bold italic 105%/1.5 Tahoma, Arial, sans-serif;
	text-align: center;
	color: #4e4c4d;
	margin: 3px 0;
	padding: 0;
}

#content h3 {
	font: bold italic 103%/1.5 Tahoma, Arial, sans-serif;
	letter-spacing: 1px;
	color: #2e2e2f;
}

#content h2.news {
	text-align: center;
	font-weight: bold;
	background-color: transparent;
	border: none;
	background-image: none;
	text-transform: none;
}

#content h2.basic {
	border-bottom: 2px solid #666;
	color: #666;
	background: #e5decb url(i/h2-bg.gif) no-repeat right 10px;
}

#content h2.health {
	border-bottom: 2px solid #666;
	color: #666;
	background: #f2dfe5 url(i/h2-bg.gif) no-repeat right 10px;
}

#content h2.independence {
	border-bottom: 2px solid #666;
	color: #666;
	background: #cce0ae url(i/h2-bg.gif) no-repeat right 10px;
}

#content h2.engagement {
	border-bottom: 2px solid #666;
	color: #666;
	background: #dbe9f3 url(i/h2-bg.gif) no-repeat right 10px;
}

#content h2 {
	border-bottom: 2px solid #6666;
	margin: 10px 0;
	padding: 0 5px;
	font: bold 121%/1.5 "Tahoma", Arial, sans-serif;
	color: #6666;
	text-transform: lowercase;
	background: #eee url(i/h2-bg.gif) no-repeat right 10px;
	padding-right: 18px;
}

label {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #525252;
}


.subtitle {
	text-align: center;
}


fieldset, form {
	margin: 0;
	padding: 0;
}

fieldset dl {
	margin: 0;
	padding: 0;
}

fieldset dd {
	margin: 5px 0;
	padding: 0;
}

fieldset dt {
	margin: 5px 0;
	padding: 0;
}

fieldset { 
	border: none;
}

.errorImage {
	margin: 0 10px;
}

.errortext {
  font: bold smaller sans-serif;
  color: red;
}

.formerror {
	font: bold 12px/1.5 Arial, Helvetica, sans-serif;
}

blockquote {
	font-size: 91%;
	margin: 5px 15px;
}

.right {
	float: right;
	margin: 0 0 15px 15px;
}

.rightNoBorder {
	float: right;
	margin: 0 0 15px 15px;
	border: none;
}


