body {
	background-color: #2C355E;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
#pageWrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 850px;
}
#topBorder {
	height: 82px;
	background-color: #CA4000;
}
.rhonaTitle {
	text-align: right;
	height: 40px;
}
#orangeWrapper {
	background-color: #E3800A;
}
#pageTitle {
	height: 40px;
	padding-left: 40px;
}
#content {
	background-image: url(../common-images/level2Images/leftPageRule.gif);
	background-repeat: repeat-y;
	padding-left: 100px;
	padding-right: 60px;
	padding-bottom: 15px;
	min-height: 200px;
}
#footer {
	color: #FFCF94;
	font-size: 10px;
	line-height: 1;
	margin: 0;
	padding: 0;
	height: 82px;
	background-color: #CA4000;
	background-image: url(../common-images/level2Images/bottomBorder.gif);
	background-repeat: no-repeat;
	text-align: center;
}
#footer p {
	margin: 0;
	padding: 36px 0 0 0;
}
#menuWrapper {
	background-image: url(../common-images/level2Images/menuBgrnd.gif);
	background-repeat: no-repeat;
}
.homeBut {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 34px;
	width: 39px;
}

/* TEXT STYLES*/

.regularText {
	font-size: 0.8em;
	color: #FFFFFF;
	line-height: 1.4;
}
.regularText p {
	margin: 0 0 0.8em 0;
}
.regularText h1 {
	margin: 0;
	margin-bottom: 0.6em;
	font-size: 130%;
}
.regularText a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.regularText a:hover {
	color: #2C355E !important;
	text-decoration: underline !important;
}
.regularText a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.regularText hr {
	color: #2C355E;
	background-color: #2C355E;
	height: 1px;
	border-style: none;
}

.copyright {
	font-size: 11px;
	color: #FFCF94;
	padding: 20px 0 0 0;
}
.links {
	float: right;
	margin-left: 40px;
	padding-left: 20px;
	border-left: 1px solid #2C355E;
	width: 50%;
}
.links h1 {
	font-size: 100%;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.links li {
	padding-bottom: 4px;
}
.tmbTable {
}
.tmbTable table {
	margin: 0 auto;
}
.tmbTable td {
	vertical-align: middle;
	text-align: center;
}
.tmbTable img {
	margin: 10px;
}
.tmbTable a:link img, .tmbTable a:visited img {
	border: 1px solid #FFFFFF;
}
.tmbTable a:hover img  {
	border: 1px solid #2C355E !important;
}

.portfolioPage {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	display: inline;
}
.portfolioPage h1 {
	margin: 0 0 4px 0;
	color: #EC1C24;
}
.portfolioPage p {
	margin: 0 0 2px 0;
	font-weight: normal;
}
.portfolioPage a {
	font-size: 12px;
	text-decoration: none !important;
	font-weight: normal !important;
}
.portfolioPage a:link {
	color: #FFFFFF !important;
}
.portfolioPage a:hover, .portfolioPage a:active, .portfolioPage a:focus {
	color: #2C355E !important;
}
.portfolioPage a:visited {
color: #FFFFFF;
}
.portfolioPageNxt {
	font-size: 12px;
	display: inline;
	color: #E3800A;
}
.portfolioPageNxt a {
	padding: 0 6px;
	text-decoration: none !important;
}
