.imageRight {
	float: right;
	padding-left: 10px;
}
.highlightWord {
	font-family: "Tempus Sans ITC", "Comic Sans MS", Tahoma, Verdana, sans-serif;
	color: #746F5C;
	font-size: 120%;
	font-weight: bold;
}
.highlightWordRed {
	font-family: "Tempus Sans ITC", "Comic Sans MS", Tahoma, Verdana, sans-serif;
	color: #C74612;
	font-size: 120%;
	font-weight: bold;
}
/******************  PAGE DIVS    ***********************/
div#pageContainer {
	margin: 0 auto;
	width: 750px;
	text-align: left;
	position: relative;
/*	min-height: 100%;
	height: auto !important;
	height: 100%; */
	background-color:#FFF;
	border-right: 1px solid #E9E1D6;
	border-left: 1px solid #E9E1D6;	
}
div#banner {
	background: url(/images/bannerBkgd.jpg) repeat-x;
}
div#content {
	float: right;
	margin: 0px;
	width:520px;
	padding-right: 20px;
	padding-left: 10px;
	font: small Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #746F5C;
}
div#colRight {
	float: right;
	width: 25%;
	font-size: medium;
}
div.row {
	clear: both;
	padding-top:5px;
}
div.row span.label{
	float: left;
	width: 33%;
	height: auto;
	font-weight: bold;
	text-align: right;
}
div.row span.text {
	float: right;
	width: 66%;
	height: auto;
	text-align: left;
}
/******************  NAVIGATION STYLES  *******************/
div#leftNav {
	width:200px;
	font: medium "Tempus Sans ITC", "Comic Sans MS", Tahoma, Verdana, sans-serif;
	color: #746F5C;
	background: url(/images/happiness.gif) no-repeat 0px 40px;
	float: left;
}
div#leftNav ul {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 0px;
	padding-left: 10px;
}
div#leftNav li {
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
div#leftNav a {
	color: #746F5C;
	font-weight: 600;
	text-decoration: none;
}
div#leftNav a:hover {
	color: #C74612;
	text-decoration: underline;
}
/******************    FOOTER STYLES    *******************/
div#footer {
	clear: both;
	width: 100%;
	background: #FFFFFF;
	height: 35px;
	font: x-small Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #746F5C;
	padding-bottom:7px;
	margin-top:10px;
	border-top: 1px solid #E9E1D6;
	border-bottom: 7px solid #746F5C;
}
div#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 3px;
	text-align: center;
}
/******************     IMAGES        *******************/
img#orchid {
	position: absolute;
	right: 20px;
	border: none;
	top: 0px;
}
img#AWHA {
	position: relative;
	left: 10px;
	top: 0px;
}

img#dragon {
	margin-bottom: 10px;
}
/******************  REDEFINED TAGS  *******************/
html, body {
	margin: 0;
	padding: 0;
	height: 100%; /* Required */
	background-color: #FFF;
}
h1 {
	font: bold 140% "Tempus Sans ITC", "Comic Sans MS", Tahoma, Verdana, sans-serif;
	color: #C74612;
}
h2 {
	font-family: "Tempus Sans ITC", "Comic Sans MS", Tahoma, Verdana, sans-serif;
	color: #746F5C;
	font-size: 120%;
}
.center {
	text-align: center;
}
a:link, a:visited {
	color: #746F5C;
}
a:link {
	text-decoration: underline;
}
a:hover, a:active {
	color: #C74612;
	text-decoration: underline;
}
