/** BASIC */

body {
	margin: 20px 0px 0px;
	padding: 0px;
	background-repeat: repeat;
	background-color: #F2F1EC;
}


#outerwrapper {
	width: 840px;
	background: #FFFFFF;
	margin: 0 auto;
	padding: 0px;
	border: 1px solid #BCBC9C;
}
/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

label {
	font-weight: bold;
	color: #656565;
	font-size: 0.72em;
	display: block;
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #656565;
	padding-top: 10px;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	margin-bottom: 10px;
	font-size: 15px;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 10px;
	color: #601114;
	line-height: normal;
	padding: 0px;
	letter-spacing: normal;
	font-weight: bold;
}

h3 {
	font-size: 0.8em;
	color: #666666;
	margin-right: 5px;
	margin-left: 10px;
	font-weight: bold;
	line-height: 1.6em;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
body,/** TEXTS */ th, input, textarea, select  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

strong {
	color: #656565;
}
.feature {
	background-color: #8C8C8C;
	width: 270px;
	margin: 0px 10px 10px;
	float: left;
	color: #FFFFFF;
	padding: 10px 0px;
	font-weight: bold;
}
.feature2 {
	width: 270px;
	margin: 0px;
	float: left;
	padding: 20px 10px 0px;
	background-color: #F2F1EC;
	background-image: url(../graphics/margin_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-weight: normal;
}
.feature3 {
	width: 275px;
	margin: 0px;
	float: right;
	padding: 15px 0px 30px 10px;
	background-repeat: no-repeat;
	background-position: right top;
	font-weight: normal;
	background-image: url(../graphics/homepage_bg3.jpg);
	background-color: #F2F1EC;
	text-align: left;
}


.text1 {
	margin-bottom: 30px;
	font-size: 13px;
	font-weight: bold;
	color: #656565;
}

.text2 {
	color: #FFFFFF;
	font-weight: bold;
}

.text3 {
	text-align: center;
	color: #FFFFFF;
	margin-top: 5px;
	padding-top: 5px;
	line-height: 1.4em;
}

/** LISTS */

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	margin: 0px 0px 1px;
	padding: 4px 10px 4px 0px;
	background: url(../graphics/homepage15.gif) repeat left top;
}

.list1 li.light {
	background: url(../graphics/homepage16.gif) repeat left top;
}

.list1 a {
	font-size: 10px;
	color: #8C8C8C;
}

.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list2 li {
	padding: 5px 0px 5px 15px;
	margin-left: 5px;
	color: #6D1F1D;
}

.list2 li.first {
	padding-top: 0px;
	background: none;
}

/** LINKS */

a {
	color: #6D1F1D;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.link1 {
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 2px;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}


/** BACKGROUNDS */

.bg1 { background: #6D1F1D; }
.bg2 {
	background: #861320 url(../graphics/homepage05b.jpg) no-repeat right top;
}

.bg3 { background: #FFFFFF no-repeat left bottom; }
.bg4 {
	background: no-repeat left top;
}
.bg5 { background: url(../graphics/homepage14.jpg) no-repeat left top; }
.bg6 { background: url(../graphics/subpage2_02.jpg) no-repeat left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right {
	text-align: right;
	padding-right: 20px;
}

img { border: none; }

.img1 {
	float: left;
	margin: 0px 0px 5px;
	border: 5px solid #BCBC9C;
	padding: 0px;
}

.img2 {
	margin: 0px 0px 10px 10px;
	float: left;
}

hr { display: none; }

.hr1 {
	height: 10px;
	margin-bottom: 15px;
	background: url(../graphics/homepage11.gif) repeat-x left bottom;
}

/** JUMPMENU */

#jumpmenu {
	margin: 25px 33px 0 30px;
	padding-bottom: 16px;
	background: url(../graphics/subpage1_02.gif) repeat-x left bottom;
}

#jumpmenu label {
	display: block;
}

#jumpmenu1 {
	width: 80%;
	border-top: 1px solid #E2E2E2;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

/** SEARCH */

#search {
	padding: 15px 33px 50px 30px;
}

#search label {
	display: block;
}

#input1, #submit1 {
	float: left;
}

#input1 {
	width: 195px;
	margin-right: 10px;
	padding: 3px 0px;
	border-top: 1px solid #E2E2E2;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#submit1 {
	margin-top: 5px;
}
.bodylist3 {
	list-style-type: disc;
	padding-left: 20px;
	text-align: left;
	margin-top: 17px;
	margin-right: 20px;
	margin-bottom: 15px;
	padding-right: 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 0.72em;
	line-height: 2.5em;
	margin-left: 10px;
	background-color: #E2E0D6;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #BCBC9C;
	background-image: url(../graphics/bodylist3_bg.jpg);
	background-repeat: repeat;
}
div.bodylist3 ul {
	display: block; list-style: circle; margin: 0 5px 0 5px; padding: 0px 0px 2px 2px;
	}
div.bodylist3 ul li {
	display: block; list-style: circle; color: #003334;
	text-decoration: none; padding: 0px 0px 2px 2px; margin: 10px 0px 10px 0px;
}
.bodylisti {
	padding-left: 10px;
	text-align: left;
	margin-top: 17px;
	margin-right: 20px;
	margin-bottom: 15px;
	padding-right: 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 0.72em;
	line-height: 1.6em;
	margin-left: 10px;
	background-color: #F2F1EC;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #BCBC9C;
	background-image: url(../graphics/bodylist3_bg.jpg);
	background-repeat: repeat-x;
	list-style-type: none;
}
div.bodylisti ul {
	display: block;
	}
div.bodylisti ul li {
	padding: 20px 0px 20px 2px;
	margin: 20px 0px 30px;
	display: list-item;
}
p {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 0.72em;
	line-height: 1.6em;
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
}
.bodytext {
	margin: 0px 0px 0px 10px;
	float: right;
	width: 520px;
	background-image: url(../graphics/homepage_bg2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 10px;
	}

.legalservice {
	list-style-type: disc;
	padding-left: 20px;
	text-align: left;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	padding-right: 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 0.72em;
	line-height: 2.4em;
	margin-left: 10px;
	background-color: #E2E0D6;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #BCBC9C;
	background-image: url(../graphics/bodylist3_bg.jpg);
	background-repeat: repeat;
}
.bodylist2 {
	padding-left: 30px;
	text-align: left;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	padding-right: 0px;
	margin-left: 10px;
	background-color: #F5F4F1;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #BCBC9C;
	background-repeat: repeat;
	font-size: 0.72em;
	font-style: normal;
	list-style-type: disc;
}
div.bodylist2 ul {
	display: block;
	list-style: circle;
	margin: 0;
	padding: 0px;
	}
div.bodylist2 ul li {
	display: block;
	list-style: circle;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.bodylist4 {
	padding-left: 30px;
	text-align: left;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 0px;
	padding-right: 0px;
	margin-left: 10px;
	background-color: #E4E1DA;
	padding-top: 10px;
	padding-bottom: 10px;
	background-repeat: repeat;
	font-size: 0.8em;
	font-style: italic;
	list-style-type: disc;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #601114;
	font-weight: bold;
}
div.bodylist4 ul {
	display: block;
	list-style: circle;
	margin: 0;
	padding: 0px;
	}
div.bodylist4 ul li {
	display: block;
	list-style: circle;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.bodylist5 {
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	padding-right: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-bottom: 10px;


	font-size: 0
.em;
	font-style: italic;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999966;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	line-height: 1.6em;
	font-size: 0.8em;
	text-align: left;
}
div.bodylist5 ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0px;
	}
div.bodylist5 ul li {
	display: block;
	list-style: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.bodylist6 {
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	padding-right: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-bottom: 10px;




	font-size: 0
.em;
	font-style: italic;
	list-style-type: disc;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #601114;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 1.8em;
	font-size: 0.72em;
	text-align: left;
	font-weight: normal;
}
div.bodylist6 ul {
	display: block;
	list-style: circle url(none);
	margin: 0;
	padding: 0px;
	}
div.bodylist6 ul li {
	display: block;
	list-style: circle url(none);
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.bodylist7 {
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	padding-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 10px;






	font-size: 0
.em;
	font-style: italic;
	list-style-type: disc;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6D1F1D;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 1.8em;
	font-size: 0.7em;
	text-align: left;
	font-weight: bold;
}
div.bodylist7 ul {
	display: block;
	list-style: circle url(none);
	margin: 0;
	padding: 0px;
	}
div.bodylist7 ul li {
	display: block;
	list-style: url(none);
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.description {
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.propertyheader {
	list-style-type: disc;
	padding-left: 50px;
	text-align: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-right: 0px;
	margin-left: 20px;
	background-color: #E2E0D6;
	padding-top: 10px;
	padding-bottom: 5px;
	border: 1px solid #BCBC9C;
	background-image: url(../graphics/propertyheader_bg.jpg);
	background-repeat: no-repeat;
	width: 450px;
	background-position: left top;
}
.propertytext {
	margin: 0px 0px 0px 10px;
	width: 520px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 10px;
	padding-left: 0px;
}
.img_th {
	margin: 0px 10px 10px 3px;
	border: 1px solid #BCBC9C;
	padding: 0px;
}
.schedule {
	margin: 0px 10px 10px 0px;
	width: 145px;
	background-repeat: repeat;
	background-position: right top;
	padding-right: 0px;
	height: 225px;
	padding-left: 0px;
	padding-top: 10px;
	background-image: url(../graphics/bodylist3_bg.jpg);
	float: left;
}
.status {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #BCBC9C;
	display: block;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: 10px;
}
.propertymap {
	list-style-type: disc;
	padding-left: 0px;
	text-align: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-right: 0px;
	margin-left: 10px;
	background-color: #EBE8E3;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../graphics/bodylist3_bg.jpg);
	background-repeat: repeat;
	width: 500px;
	height: 150px;
}
.propertylist {
	list-style-type: disc;
	padding-left: 10px;
	text-align: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding-right: 0px;
	margin-left: 10px;
	background-color: #E2E0D6;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../graphics/propertyheader_bg2.jpg);
	background-repeat: no-repeat;
	width: 490px;
	height: 90px;
	background-position: left top;
}
.feature2fixed {
	width: 270px;
	margin: 0px;
	float: left;
	padding: 20px 10px 0px;
	background-color: #F2F1EC;
	background-image: url(../graphics/margin_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-weight: normal;
	height: 660px;
}
.propertylistheader {
	list-style-type: disc;
	text-align: left;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	background-color: #871421;
	background-repeat: repeat;
	width: 490px;
	height: 25px;
	padding: 5px 0px 0px;
}
.img_th2 {
	margin: 0px 5px 10px 0px;
	padding: 0px;
	float: left;
}
.underline {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCBC9C;
	margin: 0px 10px 10px 0px;
	padding: 5px 0px 0px 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BCBC9C;
	background-color: #FBFBF9;
	background-image: url(../graphics/feature_gradient.jpg);
	background-repeat: repeat-x;
	height: 20px;
	color: #999966;
}
.feature2fixed2 {
	width: 270px;
	margin: 0px;
	float: left;
	padding: 20px 10px 0px;
	background-color: #F2F1EC;
	background-image: url(../graphics/margin_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-weight: normal;
	height: 810px;
}
.sold {
	float: left;
	margin: 0px;
	border: 5px solid #BCBC9C;
	background-image: url(../graphics/isp_sold.jpg);
	height: 163px;
	width: 225px;
	padding: 10px;
	background-repeat: no-repeat;
}
.italic {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 10px;
	display: block;
	line-height: 1.6em;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #999966;
}
#map {
	border: 1px solid #BCBC9C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

label2 {
	font-weight: bold;
	color: #601114;
	font-size: 0.8em;
	display: block;
	margin: 0px;
	padding: 10px;
}
.legal {
	display: block;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 0px;
	margin-bottom: 10px;
	height: 115px;
	width: 475px;
	background-image: url(../graphics/bodylist3_bg.jpg);
}
.pagenos {
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	text-align: right;
	color: #FFFFFF;
	float: right;
}
.pagenos a {
	color: #FFFFFF;
}

.propertynos {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	color: #FFFFFF;
	float: left;
	font-weight: bold;
}
.propertytext {
	list-style-type: disc;
	padding-left: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-right: 0px;
	margin-left: 10px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	background-repeat: repeat;
	width: 500px;
}
.propertyimage {
	margin: 0px 10px 10px 20px;
	float: left;
}
.propertyviewing {
	list-style-type: disc;
	padding-left: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-right: 0px;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 500px;
	background-color: #F2F1EC;
}
.mapheader {
	padding-left: 5px;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	padding-right: 0px;
	margin-left: 5px;
	padding-bottom: 0px;
	background-color: #BCBC9C;
	width: 252px;
	color: #FFFFFF;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 24px;
	padding-top: 4px;
	font-weight: bold;
}
.feature3fixed {
	width: 270px;
	margin: 0px;
	float: left;
	padding: 20px 10px 0px;
	background-color: #F2F1EC;
	background-image: url(../graphics/margin_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-weight: normal;
	height: 1700px;
}
.people {
	display: block;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 0px;
	margin-bottom: 10px;
	height: 95px;
	width: 475px;
	background-image: url(../graphics/bodylist3_bg.jpg);
}
.propertydepartment {
	display: block;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 75px;
	padding-top: 5px;
	height: 55px;
	width: 185px;
	background-image: url(../graphics/propertydepartment.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 0px 10px;
	background-color: #BCBB9C;
}
.featured {
	display: block;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #BCBC9C;
	background-color: #FBFBF9;
	background-image: url(../graphics/feature_gradient.jpg);
	background-repeat: repeat-x;
	height: 25px;
	color: #601114;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BCBC9C;
	border-left-color: #BCBC9C;
	font-size: 0.72px;
	font-weight: bold;
}
.feature4fixed {

	width: 270px;
	margin: 0px;
	float: left;
	padding: 20px 10px 0px;
	background-color: #F2F1EC;
	background-image: url(../graphics/margin_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-weight: normal;
	height: 980px;
}
.text2isp {
	color: #6D1F1D;
	font-weight: bold;
}
.contact {
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
	width: 475px;
	background-repeat: repeat-x;
	background-color: #F2F1EC;
	border: 1px solid #BCBC9C;
}
.indextext {
	margin: 0px 0px 0px 10px;
	float: right;
	width: 520px;
	background-image: url(../graphics/homepage_bgi.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 10px;
}
.contactheader {
	display: block;
	margin: 0px 0px 10px;
	padding: 5px 0px 0px 5px;
	background-color: #FBFBF9;
	background-image: url(../graphics/feature_gradient.jpg);
	background-repeat: repeat-x;
	height: 20px;
	color: #999966;
	border: 1px solid #BCBC9C;
}
.propertyliststatus {
	padding-left: 10px;
	text-align: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding-right: 0px;
	margin-left: 10px;
	background-color: #E2E0D6;
	padding-bottom: 0px;
	background-repeat: repeat-x;
	width: 490px;
	background-position: left top;
	background-image: url(../graphics/feature_gradient.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B8B4A8;
	border-bottom-color: #B8B4A8;
	font-size: 0.72em;
	display: block;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #999966;
	font-weight: bold;
	padding-top: 5px;
	height: 22px;
	text-transform: uppercase;
	line-height: 1.4em;
}
.estateagency {
	display: block;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 75px;
	padding-top: 5px;
	height: 55px;
	width: 185px;
	background-image: url(../graphics/estateagency_feature.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px 0px;
	background-color: #BCBB9C;
}
.emailproperty {
	display: block;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 75px;
	padding-top: 5px;
	height: 55px;
	width: 185px;
	background-image: url(../graphics/emailproperty_feature.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px 0px;
	background-color: #BCBB9C;
}
.img_thi {
	margin: 0px 10px 30px 3px;
	border: 1px solid #BCBC9C;
	padding: 0px;
}
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }
.text3isp {
	color: #999966;
	font-weight: bold;
}
.statusred {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #86121F;
	display: block;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: 10px;
}
h5 {
	margin-bottom: 10px;
	font-size: 1em;
	margin-top: 15px;
	margin-right: 5px;
	margin-left: 0px;
	color: #601114;
	line-height: normal;
	padding: 0px;
	letter-spacing: normal;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
div.bodylist6 ul li a {
	display: block;
	list-style: circle url(none);
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.featureabout {
	width: 270px;
	margin: 0px;
	float: left;
	padding: 20px 10px 0px;
	background-color: #F2F1EC;
	background-image: url(../graphics/margin_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-weight: normal;
	height: 600px;
}
#profile {
	margin: 10px 10px 10px 40px;
	padding: 10px;
	border: 1px solid #999966;
	width: 400px;
	display: block;
}
