body {
	background-color: #cd8f59;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	color: #aa1700;
	font-size: 10pt;
	font-family: "Arial", sans-serif;
}

#visual-portal-wrapper {
	margin: 0px auto 0px auto;
	padding: 0 0 0 0;
	width: 767px;
	background-color: #ffffff;
	border: solid black 2px;
}

#idnavbar {
    width: 100%;
    color: #ffffff;
    background: #681700;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    height: 32px;
	font-family: "Arial", sans-serif;
    font-size: 12pt;
}

#vertical_nav{
	width: 195px;
	height: 466px;
	padding-top: 38px;
	color: #000000;
	background: url(sidebarback.png);
	background-repeat: repeat-y;
}

#navLinks {
	width: 165px;
	padding-left: 37px;
	font-weight: bold;
	font-size: 9pt;
	line-height: 26px;
}

#navLinks a {
	font-style: normal;
	color: black;
}

#navLinks a:visited {
    color: black;
}

#colorlogo {
	padding-top: 18px;
	padding-left: 29px;
	padding-bottom: 20px;
}

#mlsAddress {
	width: 174px;
	font-size: 8pt;
	text-align: center;
}

#mlsAddress a:visited {
    color: #681700;
	background: transparent;
}

#portal-breadcrumbs {
	font-family: sans-serif;
	background-color: #ffffff;
	color: #cd8f59;
	line-height: 1.6em;
}

#portal-breadcrumbs a {
	background-color: #ffffff;
	text-decoration: none;
	color: #cd8f59;
}

#portal-column-content{
	padding-top: 10px;
	padding-right: 25px;
}

#linkcategories {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
	padding-bottom: 14px;
    color: #000000;
}

.bottomnavlink{
     color: #000000;
}

a.bottomnavlink:visited{
     color: #000000;
}

a{
    color: #681700;
	background: transparent;
    text-decoration: none;
}

a:hover{
    font-style: italic;
}

a:visited{
	background: transparent;
    color: #cd8f59;
}

h1, h2, h3, h4, h5, h6 {
	color: #aa1700;
	background-color: transparent;
	font-weight: normal;
	margin: 0 0 0.25em 0;
	border-bottom: 1px solid #8cacbb;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #aa1700;
	text-decoration: none;
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
	border-bottom: none;
	font-weight: bold;
}

h4 {
	font-size: 110%;
	border-bottom: none;
	font-weight: bold;
}

h5 {
	font-size: 100%;
	border-bottom: none;
	font-weight: bold;
}

h6 {
	font-size:68%;
	border-bottom: none;
	font-weight: bold;
}

.feedbackSubheadingDesc{
	font-size: x-small;
}

.feedbackSubheadingDesc:hover{
		 color: #000000;
}

fieldset {
	border: 1px solid #8cacbb;
	margin: 1em 0em 1em 0em;
	padding: 0em 1em 1em 1em;
	line-height: 1.5em;
	width: auto;
}

legend {
	background: #ffffff;
	padding: 0.5em;
	font-size: 90%;
}

form {
	border: none;
	margin: 0;
}

label {
	font-weight: bold;
}

textarea {
	font: 100% Monaco, "Courier New", Courier, monospace;
	border: 1px solid #8cacbb;
	color: #000000;
	background: #ffffff;
	width: 100%;
}

input {
	font-family: 'Arial', sans-serif;
	visibility: visible;
	border: 1px solid #8cacbb;
	color: #000000;
	vertical-align: middle;
	background: #ffffff;
}

select {
	border: 1px solid #8cacbb;
	color: #000000;
	background-color: #ffffff;
	vertical-align: top;
}