
a img,:link img,:visited img {border: none; text-decoration: none}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
  color: #cc0000;
	font-size: 85%;
	text-align: justify;
	background-image: URL(/images/bd_shade.gif);
}
/* general styles: links */

h1 {font-size: 130%}
h2 {font-size: 110%;
		text-align: center}

a {
  color: #125ebc; 
  }
a:link {
	text-decoration: underline;
}
a:visited {
    color: #638bbc;
    text-decoration: underline; 
  }
a:hover{
	color: #0000FF;
	}
/*Class Styles*/

.description {
	font-size: 140%;
	text-align: center;
  }
.page-title {
	font-size: 160%;
	font-weight: normal;
	letter-spacing: -1px;
	display: block;
	border: 0em;
	padding: 0em;
	margin: 0em;
	line-height: 100%;
	text-align: center;
  }
.headline {
  font-size: 140%;
	font-weight: bold;
	text-align: center;
  }  
.footer {
  font-size: 90%;
  margin-top: 2em;
  color: #7f7f7f;
  }

.dvhdr1 {
            background:#F3F0E7;
            font-family:arial;
            font-size:12px;
            font-weight:bold;
            border:1px solid #C8BA92;
            padding:5px;
            width:500px;
						z-index: 1000;
					}
         
.dvbdy1 {
            background:#ffffff;
            font-family:arial;
            font-size:12px;
            border-left:1px solid #C8BA92;
            border-right:1px solid #C8BA92;
            border-bottom:1px solid #C8BA92;
            padding:5px;
            width:500px;
						z-index: 1000;
					}

#leftMenu {
  font-size: 90%;
	position:absolute;
	width:200px;
	/*z-index:3;*/
	top: 120px;
  border-style: outset;
	border: 1px dashed red;
	overflow: visible;
	height: auto;
	padding: 5px
}

#Banner {
	position:absolute;
	width:887px;
	height:124px;
	/*z-index:1;*/
	background-image: url(/images/banner.gif);
	background-repeat: no-repeat;
	top: 0px;
	left: 15px;
}
#Body_Content {
	position:absolute;
	width: 650px;
	height:auto;
	/*z-index:2;*/
	left: 231px;
	top: 120px;
	border-style: outset;
	border: 1px dashed red;
	visibility: visible;
	padding: 5px;
	}
#right-sidebar{
	position: absolute;
	width:80px;
	height:auto;
	/*z-index:10;*/
	left: 900px;
	top: 120px;
	}
	