/* CSS Document */
/* Created by Websitesinaflash.com */
/* For Bruce Weide */

/* ---------------------------------------------- Browser Basic Setting ---------------------------------------------- */

* {
	font-family: "verdana" !important;
}

body {
/*	margin-left: 0px;
	margin-right: 0px;*/
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #555564;
	
	scrollbar-arrow-color:#CE5C5A;
	scrollbar-base-color:#CE5C5A; /* same as face */
	scrollbar-shadow-color:#949393;
	scrollbar-face-color:#AA0504; /* same as base */
	scrollbar-highlight-color:#BCBBBB;
	scrollbar-darkshadow-color:#282828;
	scrollbar-3d-light-color:#F3F7FA  
}
	

/* ----------------------------------------- Paragraphs and text ------------------------------------------ */

p {
	font-size: 12px;
	color: #000000;
	text-decoration: none
}

ul, li {
	margin-left: 7px;
	padding: 0;
	font-size: 12px;
}

.bgtbl {
	background-color: #616976;
	height: 100%;
}	
.new {
	color: #ff0000;
	text-decoration: none
}


.menu {
	text-align: center;
/*	letter-spacing: 2px;*/
	font-size: 14px;
}

.maintext {
	background-color: #FFFFCC;
	height: 100%;
	width: 100%;
	vertical-align: top;
/*	height: 100%;
	min-height: 500;*/
}

.redbox {
	border-style: solid;
	border-color: #996600;
	border-width: 1px;
	padding: 3px;
	margin: 3px;
}

.bluebox {
	border-style: solid;
	border-color: #003399;
	border-width: 1px;
	padding: 12px;
	margin: 1px;
/*	height: 60%;*/
}

.articles{
	font-size: 12px;
}

.date {
	font-size:10px;
	color: 990000;
}

.footer {
	background-image: url('/images/footer.jpg');
	text-align: center;
	color: #ffffff;
	height: 39px;
}

.footer a:link, .footer a:visited {
	letter-spacing: 1px;
	font-size: 12px;
	color: ffffff;
}

#footer {
	padding-top:10px;
	color: cccccc;
	font-size: 10px;
}

#footer a, #footer a:link, #footer a:hover {
	color: #dddddd;
}
.leftcolumn  {
	font-size:12px;
	text-decoration: bold;
	padding: 8px;
	background-image: url('/images/b-bg.jpg');
}
#leftcolumn {
	background-image: url('http://www.preservehomeequity.com/images/b-space.jpg');
	background-repeat: no-repeat;
}

.darkred{
	color: #990000;
	font-size: 15px;
	} 

.copyright {
	text-align: center;
	letter-spacing: 1px;
	font-size: 10px;
}
	
/* ----------------------------------------------  links ---------------------------------------------- */

a, a:link, a:visited {
	color: #0000ff;
	}

a:hover {
	color: #0000cc;
    }

/* ---------------------------------------------- bullets ---------------------------------------------- */

/*
ul {
	text-decoration: none
	}*/

/* ---------------------------------------------- alignment ---------------------------------------------- */

.left{
	text-align: left
}

.right{
	text-align: right
}

.center{
	text-align: center;
}

/* ---------------------------------------------- headers ---------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin:0;
	font-family: "verdana";
}

h4,h5,h6 {
	color: #990000;
	margin:0
}

h1{
	font-size: 20px;
	color: #000000;
}

h2{
	font-size: 18px;
	color: #000000;
}

h3{
	font-size: 17px;
	text-decoration: none;
	color: #000000;
}

h4{
	font-size: 16px;
	text-decoration: none
}

h5{
	font-size: 10px;
	text-decoration: none
}

/* ----------------------------------------- buttons ------------------------------------------ */

a.button {
	color:#EEEEEE !important;
	display: block;
	border: 0;
	cursor:pointer;
	background-color: transparent;
	background-image: url('/images/b2.gif');
	background-repeat: no-repeat;
	width: 173px;
	height: 48px;
	margin: 2px 0 0 0;
	padding: 1px 7px 0 0;
	text-align: center;
	font-size:.43cm;
	font-weight: 700;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
