html {height: 101%;}
body, div, h1, h2, h3, h4, p {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

body {
	margin:0;
	padding:0;
	font-family: Helvetica, Arial;
	font-size: 13px;
	text-align: center;
	background-color: #eaeaea;
}
p, div {
	font-family: Helvetica, Arial;
	font-size: 13px;
	color: #666;
	line-height: 18px;
}
h1 {
	margin-top: 8px;
	margin-bottom: 17px;
	font-weight: bold;
	color: #62354a;
}
h2 {
	margin-top: 4px;
	margin-bottom: 17px;
	font-weight: bold;
	color: #62354a;
	line-height: 1.25em;
}
h3, h4 {
	margin-top: 13px;
	margin-bottom: 8px;
	font-weight: bold;
	color: #666;
}
p {
	margin-bottom: 5px;
	font-weight: normal;
}


a:link, a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: none;
}

p.msgText {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: purple;
}
a:link.msgText, a:visited.msgText {
	color: purple;
}

#maincontainer{
	width: 888px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	padding:0;
}

#topsection{
	background: #eaeaea;
	height: 222px; /*Height of top section*/
	margin: 0;
	padding: 0;
	border: 0;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#mainTable{
	width: 100%;
}


/* ----------------------------------- */
/* LEFT NAVIGATION                     */
/* ----------------------------------- */
#soundheals {
	width: 179px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background-color: #cccccc;
    color: #666;
	border-right: 1px solid #c0c0c0;
}
/* create a look for nav links */
.inactive {
	background-color: #cccccc;
    color: #ffffff;
	border-collapse: collapse;
    border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 9px solid #f9fd5e;
	margin: 0px 0px 0px 0px;
    padding: 6px 0px 6px 9px;
	font-size: 14px;
    font-weight: bold;
	text-decoration: none;
	display: block;
}
#soundheals a:link, #soundheals a:visited {
	background-color: #cccccc;
    color: #666;
	border-collapse: collapse;
    border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 9px solid #62354a;
	margin: 0px 0px 0px 0px;
    padding: 6px 0px 6px 9px;
	font-size: 14px;
    font-weight: bold;
	text-decoration: none;
	display: block;
}
#soundheals a:hover {
	background-color: #cccccc;
    color: #ffffff;
	border-collapse: collapse;
    border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 9px solid #5a9931;
	margin: 0px 0px 0px 0px;
    padding: 6px 0px 6px 9px;
	font-size: 14px;
    font-weight: bold;
	text-decoration: none;
	display: block;
	cursor: pointer;
}


/* ----------------------------------- */
/* MAIN CONTENT AREA                   */
/* ----------------------------------- */
#touchheals {
	margin: 0px 0px 0px 0px;
	padding: 10px 18px 4px 18px;
	text-align: left;
	background-color: #f6f6f6;
    color: #666666;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #f6f6f6;
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}

#touchheals p {
	text-align: justify;
	line-height: 18px;
}

.emphasisedContent {
	margin-top: 3px;
	margin-bottom: 8px;
	font-size: 15px;
	font-weight: bold;
	color: #666;
}
.emphasisedContent a:link, .emphasisedContent a:visited {
	color: #666;
}
.emphasisedContent a:hover {
	color: #999;
	text-decoration: none;
}
p.emph_hdr {
	margin: 15px 0px 10px 0px;
	padding-top: 12px;
	border-top: 1px dotted #cccccc;
	font-size: 22px;
	font-weight: bold;
	color: #62354A;
	}


/* ----------------------------------- */
/* ADMIN FORM STYLES                   */
/* ----------------------------------- */
table.formTable {
	margin: 0;
	padding: 0;
	border: none;
	background-color: #f6f6f6;
}
table.formTable td {
	margin: 0;
	padding: 3px;
}
table.formTable td.item {
	margin: 0;
	padding: 3px 8px 3px 3px;
	font-size: 12px;
	text-align: right;
}
table.formTable td.tip {
	margin: 0;
	padding: 0px 0px 0px 3px;
	font-size: 11px;
	text-align: left;
}
input.smlText {
	width: 20px;
	margin: 0;
	padding: 3px 2px 3px 2px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
	font-family: sans-serif;
}
input.midText {
	width: 338px;
	margin: 0;
	padding: 3px 0px 3px 0px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
	font-family: sans-serif;
}
input.longText {
	width: 484px;
	margin: 0;
	padding: 3px 0px 3px 0px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
	font-family: sans-serif;
}
textarea {
	width: 535px;
	margin: 0;
	padding: 3px 0px 3px 0px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
	font-family: sans-serif;
	font-size: 12px;
}
select {
	width:105px;
	margin: 0;
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 12px;
	font-family: sans-serif;
}
input.manageBtn {
	background-color: #cccccc;
	border: 2px outset #666666;
	color: #666666;
	font-family: sans-serif;
	font-size: 12px;
	padding: 0px 3px 0px 3px;
}
input.manageBtn:hover {
	background: #d9d9d9;
	color: #666666;
}
input.manageBtn:active {
	border-top: 2px inset #3c3c3c;
	border-right: 2px inset #bababa;
	border-bottom: 2px inset #bababa;
	border-left: 2px inset #3c3c3c;
	background: #e9e9e9;
	color: #666666;
}
p.manageFeedback {
	margin: 0px 0px 20px 0px;
	padding: 0;
	font-size: .8em;
	line-height: 1.4em;
}
.manageFeedback a {
	margin-right: 45px;
}
p.manageFeedback2 {
	margin: 0px 0px 20px 0px;
	padding: 0;
	font-size: .8em;
	line-height: 1.4em;
}
.manageFeedback2 a {
	margin: 0px 23px 0px 23px;
}





/* ----------------------------------- */
/* FOOTER                              */
/* ----------------------------------- */
#footer{
	clear: left;
	width: 100%;
	margin: 0px 0px 2px 0px;
	padding: 7px 0 5px 0;
	background-color: #f0f0f0;
	background-image: url(../pix/footer.jpg);
	background-repeat:repeat-x;
	color: #aaaaaa;
	text-align: center;
	font-size: 11px;
}

#footer a:link, #footer a:visited {
	color: #aaaaaa;
}
#footer a:hover {
	text-decoration: none;
}

#flickr_badge_source_txt {padding:0;font:11px Arial, Helvetica, 'Sans serif';color:#000000;}
#flickr_badge_icon {display:block !important;margin:0 5px 0 10px !important;border:1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_www {display:block; text-align:left; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#66FF00;}
#flickr_badge_wrapper {background-color:#0000FF;border: solid 1px #000000}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#000000 !important;}
