@charset "UTF-8";
/* CSS Document */
html {
height:100%;
}
body {
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:90%;
background-color:#D4C8AA;
}
h1  {
font-size:150%;
color:#CB694D;
}
h2 {
font-size:120%;
color:#000000;
font-weight:700;
}
.center_txt {
width:195px;
height:auto;
text-align:center;
}
a {
color:#996600;
font-weight:900;
text-decoration:none;
}
a:link {
color:#663300;
font-weight:900;
text-decoration:none;
}
a:hover{
color:#000000;
text-decoration:underline;
font-weight:900;}

/*Page header and footers (all- begin)*/

#wrapper {
position:relative;
width:820px;
height:100%;
margin-top:5px;
margin-left:auto;
margin-right:auto;
margin-bottom:auto;
z-index:3;
}
#content {
position:absolute;
width:820px;
margin-left:auto;
margin-right:auto;
height:auto;
padding:0px;
background-image:url(../images/pge_bkg.gif);
background-repeat:repeat-y;
background-position:center;
}
#content_txt {
position:relative;
float:left;
overflow:hidden;
margin-top:10px;
margin-left:5px;
padding:10px;
width:520px;
/*border:1px solid #8E9C6D;*/
}
#nav {
position:relative;
	margin-top:10px;  
	margin-left:20px;
	float:left;
	overflow:hidden;
	width:185px;
	height: auto;
	padding:5px;
border:1px solid #8E9C6D;
	}

.center_txt {
width:195px;
text-align:center;
height:auto;

}
#nav a {
color:#996600;
font-size:90%;
font-weight:900;
text-decoration:none;
}
#nav a:link {
color:#663300;
font-weight:900;
text-decoration:none;
}
#nav a:hover{
color:#000000;
text-decoration:underline;
font-weight:900;}


#hsd-address {
margin:auto;
text-align:center;
width:175px;
height:auto;
}
#title{
position:relative;
	width:820px;
	height:117px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:0px;
	background-image:url(../images/title.png);
	background-repeat:no-repeat;
	background-position:center;
}
#title_top {
position:relative;
	width:820px;
	height:11px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/title_top.png);
	background-repeat:no-repeat;
	background-position:center;
}
#title_btm {
position:relative;
	width:820px;
	height:40px;
	margin:auto;
	margin-bottom:auto;
} 
#title h1 {
color:#655D51;
font-size:220%;
}
#title h2 {
	color:#FFFFFF;
	font-style:italic;
	font-size:120%;}

#skip a, #skip a:hover, #skip a:visited 
{ 
	position:absolute; 
	left:0px; 
	top:-500px; 
	width:1px; 
	height:1px; 
	width: 750px;
	overflow:hidden;
} 
#skip a:active, #skip a:focus 
{ 
	position:static; 
	width:auto; 
	height:auto; 
} 
#footer {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	margin-top:5px;
	float:right;
	width:820px;
	height:60px;
	background-image:url(../images/foot_img.png);
	background-position:center;
	font-size:90%;
	color:#996600;
	text-align:center;
}

