/*RAW TYPES*/

* { /* This affects everything */
  margin:0;
  padding:0;
}

body { /* Just the body */
  position: relative;
  background: #FFFFCC;
  background-image: url(../images/layout_r1_c2.png);
  background-repeat: repeat-x;
  width: 950px;
  margin: 0 auto;
  font-family: arial;
  font-size: 11pt;
}

table{
  border-collapse: collapse;
}

img { /* Images */
  border:0;
  vertical-align: middle;
}

input, textarea, select{ /* Form boxes */		     
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#373737;
	vertical-align: middle;
}

option{
  padding-right: 5px;
}

ul,ol{
  padding-left: 30px;
  margin-top: 7px;
  margin-bottom: 10px;
}

li{
  margin: .3em 0;
}

a { /* All hyperlinks */
  color: #33F;
  font:normal 1em verdana;
}

form {
  display: inline;
}

h1,h2,h3,h4,h5,h6{
  font-weight: bold;
  clear: left;
  font-family: verdana;
}

h1,h2,h3{
  margin-bottom: 1 em;
}

h4,h5,h6{
  margin-bottom: .5 em;
}

p{
  margin: 1em 0;
}

h1{
  font-size: xx-large;
}
h2{
  font-size: x-large;
}
h3{
  font-size: large;
}
h4{
  font-size: medium;
}
h5{
  font-size: small;
}
h6{
  font-size: x-small;
}

hr{
  clear: both;
  margin: .2em 0;
}

blockquote{
  margin: 5px 20px;
}

/**************/

/*ID TYPES*/

#header { /* The division that holds the banner/picture */
  height:120px;
  background: none;
  background-image: url(../images/layout_r1_c3.png);
  background-repeat: no-repeat;
}

#left_navigation{
  float: left;
  width: 170px;
  margin-left: 5px;
  font-size: .9em;
}

#content{
  padding: 10px;
  float: right;
  min-height: 500px;
  width: 735px;
  margin-right: 5px;
  border: 2px solid #47351f;
  background: #F7F7E6;
}

#footer { /* The stuff at the bottom of the page like copyrights */
	text-align: right;
	clear: both;
	padding: 3px;
	font:normal 10px Tahoma;
	margin-bottom: 10px;
}

/********************/

/*CLASS TYPES*/

.nav-module{
  border: 1px solid #47351f;
  padding: 2px;
}

.nav-title{
  background: #47351f;
  color: white;
  font-weight: bold;
  font-family: arial;
}

.nav-body{
  margin-bottom: 5px;
  background: #F7F7E6;
}

.nav-module ul{
  list-style-type: none;
  margin: 2px;
  padding: 0;
}

.nav-body ul li{
  margin-bottom: 5px;
}

.header-link{
  position: relative;
  margin-right: 5px;
  right: 20px;
  float: right;
  top: 0;
  display: block;
  background: white;
  filter: alpha(opacity=60);
  opacity: .6;
  padding: 3px;
  padding-top: 90px;
  font-family: verdana;
  font-size: 16px;
  font-weight: bold;
  color: black;
  text-decoration: none;
}

.header-link:hover{
  filter: alpha(opacity=75);
  opacity: .75;
}

.left{
  float: left;
}

.right{
  float: right;
}

.right_justify{
  text-align: right;
}

.center { /* Makes stuff centered */
  text-align: center;
}

.bold{ /* Makes stuff bold */
  font-weight: bold;
}

.monospaced {
  font-family: monospace;
}

.clear{
  clear:both;
}

.clear_line{
  clear: both;
  height: 1px;
}

.hidden {
  display:none;
}

.form-error{
  border: 2px solid #A00000;
  background: #FFB0B0;
  padding: 3px;
  margin-bottom: 5px;
}

.page-message{
  border: 2px solid #007000;
  background: #90FF60;
  padding: 3px;
  margin-bottom: 5px;
}

.form-prompt {
  font-weight: bold;
  width: 75px;
  float:left;
  text-align:right;
  padding: 3px;
  clear: left;
}

.form-label{
  font-weight: bold;
  width: 75px;
  text-align:right;
  padding: 3px;
}

.form-entry {
  padding: 3px;
}

.cursor{
  cursor: pointer;
}

.error { /* Style for form errors */
  color: #CC0000; 
}

.undecorated-list{
  list-style: none;
  padding: 0;
}

.undecorated-list li{
  padding: 2px;
  margin: 0px;
}
