/* CSS Document */

/* ------------------- GENERAL FORMATING ------------------- */


body , dt , dd , dl , sl , caption, blink , select , option , form , font  {
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 13px;
	color:#000000;
	text-decoration: none;
}  
  
body {
	margin: 0px;
	padding: 20px 0px 0px;
	background-color: #000000;
}

A:LINK { 
	text-decoration: underline;
	color: #333333; 
} 
A:HOVER {
	text-decoration: underline;
	color: #333366;
} 
A:ACTIVE {
	text-decoration: underline;
	color: #333333;
} 
A:VISITED {
	text-decoration: underline;
	color: #333333;
}
h1 {
	color: #333333;
	font-weight:bold;
	margin-top:6px;
	font-size : 28px;
	margin-bottom : 2px;
	padding-top : 2px;
	padding-bottom : 2px;

}  
h2 {
	color: #333366;
	font-weight:bold;
	margin-top:4px;
	font-size : 18px;
	margin-bottom : 2px;
}  
h3 {
	color: #333366;
	font-size: 13px;
	font-weight:bold;
	margin-top:4px;
	margin-bottom: 2px;
}  
h4 {
    color: #333366
	font-weight:bold;
	margin-top:2px;
	font-size : 11px;
	color: #003399;
}

/* ------------------- CONTENT AREA ------------------- */

.bodytext {
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}
A.bodytext:LINK , A.bodytext:VISITED , A.bodytext:ACTIVE { 
	color : #333333;
	text-decoration: underline;
}
A.bodytext:HOVER { 
	color : #333366;
	text-decoration: underline;
}

.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #49572A;
	text-decoration: none;
	font-weight: bold;
}

/* ------------------- NEWS - small text ------------------- */

.news {
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
A.news:LINK , A.news:VISITED , A.news:ACTIVE {
	color : #333333;
	text-decoration: none;
}
A.news:HOVER { 
	color : #333366;
	text-decoration: none;
}

/* ------------------- HEADER basic text link navigation ------------------- */

.hdrnav {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	text-decoration: none;
	font-style : normal;
	color : #333333;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 1px;
}
	
A.hdrnav:LINK , A.hdrnav:VISITED { 
	color : #333333;
	text-decoration: none;
}

A.hdrnav:HOVER , A.hdrnav:ACTIVE {
	color : #333366;
	font-weight: bold;
}

/* ------------------- more general text styles ------------------- */

.white {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FFFFFF;
	font-weight: normal;
}
	
A.white:LINK , A.white:ACTIVE , A.white:VISITED {
	color : #FFFFFF;
	text-decoration: underline;
}

A.white:HOVER {
	color : #FFFF99;
	text-decoration: underline;
}

.footer { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	font-weight : normal;
	text-decoration: none;
	font-style : normal;
	color : #CCCCCC;
	line-height: 1.1em;
}
	
A.footer:LINK , A.footer:VISITED , A.footer:ACTIVE { 
	font-weight : normal;
	color : #333333;
	text-decoration: underline;
}

A.footer:HOVER { 
	color : #003399;
	text-decoration: underline;
}
.listingname {  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; font-weight: bold; color: #663629
}




/*---- TD Cell Styles --------*/

#tdHdr {
	background-color: #B1B679;
	height: 108px;
}
#tdHdrHm {
	background-color: #B1B679;
	height: 450px;
}

#tdHdrBar {
	background-color: #B1B679;
	background-image: url(images/dva_colors_bckgd.jpg);

}

#tdNavBar {
	background-color: #ffffff;

}
#tdNavBtm {
	border-bottom: 1px solid #879569;
}
#tdBorderBtm {
	border-bottom: 1px solid #49572A;
}
#tdContent {
	background-color: #FFFFFF;
	height: 360px;
	padding: 10px;
}
#tdTopBar {
	background-color: #49572A;
}

#tdBtmBar {
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-bottom: 10px;

}
