
/* BODY AND GENERAL CONTENT*/

body {
  background: url(images/cirrus_left_banner.jpg) no-repeat;
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 62.5%; /* makes default 16px fonts od most browsers 10px then work in ems */
  }

p {font-size: 1.1em;}

h1 {font-size: 1.5em; color: #666;}

h2 {font-size:1.3em;}
h3 {font-size:1.1em;}
h4 {font-size:1.1em;}
h5 {font-size:1.1em;}
h6 {font-size:1.1em; color: #A4887C;}

ul {font-size: 1.1em}

input, select, th, td { font-size: 1.1em; }



/* CONTAINER */

#container {
  background: url(images/cirrus_bg_container.jpg) repeat-y;
  margin-left: 205px;
  height: 100%;
  width: 100%
  }

/* CONTENT */

#content {
  float: left;
  width: 795px;
  }

#column1_left {
  float: left;
  }

#column2_left {
  margin-left: 20px;
  float: left;
  }

#column1_right {
  float: right;
  }

#column2_right {
  float: right;
  }

#column_end {
  clear: both;
  }



.bold {
  font-weight: bold;
  }

.boldred {
  font-weight: bold;
  color: #f00;
  }

.home_link a:link, .home_link a:visited, .home_link a:hover, .home_link a:active {
  text-decoration: underline;
  color: #000099;
  font-weight: bold;
  }

.home_link a:hover {
  color: #F00;
  }