html {height: 100%; margin-bottom: 1px; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

body {
  font: 11px 'Arial','Verdana', 'Tahoma','Lucida Sans Unicode','Lucida Grande','Lucida', Arial, Verdana, sans-serif;
  text-align:center;
  font-weight:normal;
  background: #ffffff; /* change here Background color only */
  min-height: 100%;
}

h1 {
  color: #013567;  
  font: 'Arial','Verdana', 'Tahoma','Lucida Sans Unicode','Lucida Grande','Lucida', Arial, Verdana, sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 0;
  margin: 0px 0 5px 0;        
  text-align: left;
}    

h2 {
  color: #013567;
  font: 'Arial','Verdana', 'Tahoma','Lucida Sans Unicode','Lucida Grande','Lucida', Arial, Verdana, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  margin: 0px 0 5px 0;
  text-align: left;
}

h3 {
  color: #013567;
  font: 'Arial','Verdana', 'Tahoma','Lucida Sans Unicode','Lucida Grande','Lucida', Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  margin: 0px 0 5px 0;
  text-align: left;
}

a { cursor:pointer; }

a:link { 
  text-decoration:none; color: #013567;font-weight: bold;
}
a:visited {
  text-decoration:none; color: #013567;font-weight: bold;
}
a:hover {
  text-decoration:underline; color: #013567;font-weight: bold;
}
a:active {
  text-decoration:none; color: #013567;font-weight: bold;
}
a:focus {
  text-decoration:none; color: #013567;font-weight: bold;
}

p {
  color: #013567;
  font: 'Arial','Verdana', 'Tahoma','Lucida Sans Unicode','Lucida Grande','Lucida', Arial, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  margin: 0px 0 5px 0;
  text-align: left;
}

.small {
  color: #013567;
  font: 10px 'Arial','Verdana', 'Tahoma','Lucida Sans Unicode','Lucida Grande','Lucida', Arial, Verdana, sans-serif;  
  vertical-align: bottom;
  margin: 0;
  font-size: 80%;
  font-weight: normal;
  background: #ffffff;
}  

.small a {
  color: #013567;
}


#main_page{
  position: relative;
  width: 960px;
  margin: 0px auto;
  text-align: left;
  margin-top: 0px; 
  background-color:#ffdf1a; 
  z-index:0;

}  
 

#main_content{
  position: absolute;
  width: 675px;
  left:165px;
  top:170px;
  height:510px;
  margin: 0px auto;
  text-align: left;
  margin-top: 5px;  
  z-index:5;
  overflow:auto;

}

#breadcrumb{
  position: absolute;
  width: 550px;
  left:165px;
  top:145px;
  height:20px;
  margin: 0px auto;
  text-align: left;
  margin-top: 5px;  
  z-index:6;
  overflow:auto;
  font-size:13px;
  color:#013567;
}

#breadcrumb-link{
  text-align: left;
  font-size:13px;
  color:#013567;
  font-weight:bold;
}

#sizer{
  position: absolute;
  width: 60px;
  left:755px;
  top:145px;
  height:20px;
  margin: 0px auto;
  text-align: left;
  margin-top: 5px;  
  z-index:6;
  overflow:auto;
  font-size:12px;
  color:#a7a6a6;
  font-weight:bold;
}
