﻿/* HIDE ELEMENTS */
body { text-align: left; margin: 1em; }

#header, #header_bottom, #navcontainer, #sidebar, #footer_bottom, .breadcrumb { display: none !important; visibility: collapse; }

#container, #body_content, #footer { width: 100%; height: 100%; text-align: left; }

#hidden { display: block !important; }

img { padding: 25px; }

/*
 *=HEADERS
 */


h1, h2, h3, h4 {
  font-family:Georgia,Serif;
  font-weight:normal;
  }
  
h1 {
  margin-top:.5em;
  font-size:180%;
  }
  
h2 {
  font-size: 200%;
  }
  
h3 {
  font-size:155%;
  }
  
h4 {
  font-size: 125%;
}

/*
 *=MISC
 */
a {
 color:black;
 text-decoration:none;
 }
 
a img {
 border-width:0;
 }
 
table {
  width: 100%;
}
   
th {
  text-align: left;
  font-size: 120%;
}

table p, dl ul, dl p, dl dl, div {
  font-size: 95%;
  line-height:1.6em;
  font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
  }

th {
  border-bottom: 4px solid #333;
}

th, td {
  text-align: center;
}

ul, dl {
  margin-top:0;
  margin-bottom:.75em;
  }
#container, #body_content_rent, #footer {
	width: 100%;
	height: 100%;
	text-align: left;
}
