*{
	padding:0;
	margin:0;
	border:0;  
}

html, body {
 	height: 100%;
	color:black;
	background:#dedede; 
	text-align:center;
}

#box{
	width:701px;
	margin:0 auto;
	text-align:left;
  	position: relative;
  	min-height: 100%;
	height:auto !important;/* moderne Browser */
	height:100%; /* IE */
	background:#FFFFFF; 
	background-image: url(../images/sidestripes.gif); background-repeat: repeat-y;
}

#top{
	
	width:701px;
	height:208px;
	background:#dedede;
	background-image: url(../images/bg_top.gif); 
	background-repeat: no-repeat;
}


#head{
	position:absolute;
	top:14px;
	width:701px;
	height:152px;
	background-color:#ffffff;
}

#nav{
	position:absolute;
	top:173px;
	width:701px;
	height:27px;
	background-image: url(../images/nav_bg.gif); background-repeat: no-repeat;
}

#subnav {
	position:absolute;
	top:232px;
	left:18px;
	float:left;
	width:200px;
	text-align:left;
	background-image: url(../images/subblock.gif); background-repeat: repeat-y;

}

#stripedarkblue {
	position:relative;
	width:701px;
	height:1px;
	background-image: url(../images/px_darkblue.gif); background-repeat: repeat-x;
}

#content {
	top:25px;
	width:450px;
	text-align:left;
	vertical-align:top;
  	padding: 25px 2em 60px 208px;
}	

#footer {
width: 100%;
background:#dedede;
position: absolute;
bottom: 0;
height: 20px;
line-height: 20px;
text-align:right;
background-image: url(../images/px_darkblue.gif); background-repeat: repeat-x;
/*border-top: 1px solid #202E6D; */
}


.footera {
font-family:verdana;
font-size:7pt;
font-style:normal;
line-height:normal;
font-weight:normal;
font-variant:normal;
color:#9096B6;
text-decoration:none;
}

.footera:hover {
font-family:verdana;
font-size:7pt;
font-style:normal;
line-height:normal;
font-weight:normal;
font-variant:normal;
color:#29336E;
text-decoration:underline;
}

ul {
margin-left:20px;
}

.image {
margin-right:6px;
}

a.stopper {
border-style: none;
}
div.stopper {
float: left;
position:absolute;
top:332px;
left:18px;
float:left;
}
