/*----- BASE STYLES -----*/

body {
  margin: 0px;
  padding: 0px;
  background: #eeeeee url("tile.jpg") center repeat-y;
}

body, div, td, li { 
  font: 11px Verdana,Arial,Helvetica,sans-serif;
  color: #70706F;
  line-height: 14px
}

a:link { color: #33A23C; }
a:hover { color: #336DA2; }
a:active { color: #33A23C; }
a:visited { color: #33A23C; }

embed, form, object { 
  margin: 0px;
  padding: 0px;
}

h1 {
  margin-top: 0px;
  font-size: 21px;
  color: #000000; 
}

h2 {
  margin-top: 0px;
  font-size: 16px;
  color: #33A23C;
}

h3 { 
  margin-top: 0px;
  font-size: 14px;
  color: #33A23C;
}

strong { color: #33A23C; }

sup, sub { font-size: 10px; }
input, textarea { font-size: 10px; }

p { margin: 0em 0em 1.25em 0em; }

ol, ul { 
  margin-top: 0em;
  margin-bottom: 1.25em;
}

/*----- CLASSES -----*/

.input {

	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background: #F4F4F4;
	border: 1px solid;
}

.breadcrumb {
  font-size: 9px; 
  color: #676767;
}
.breadcrumb a:link { text-decoration: none; color: #33A23C; }
.breadcrumb a:hover { text-decoration: underline; color: #336DA2; }
.breadcrumb a:active { text-decoration: none; color: #33A23C; }
.breadcrumb a:visited { text-decoration: none; color: #33A23C; }

.smalltext { 
  font-size: 9px; 
  color: #676767;
}
.smalltext a:link { text-decoration: none; color: #33A23C; }
.smalltext a:hover { text-decoration: underline; color: #336DA2; }
.smalltext a:active { text-decoration: none; color: #33A23C; }
.smalltext a:visited { text-decoration: none; color: #33A23C; }

.view { color: #cc0000; }

/*----- IDS -----*/

#masthead { 
  position: absolute;
  top: 0px;
  left: 0px;
}

#content {
  position: absolute;
  top: 57px;
  left: 100px;
  width: 490px;
  padding-left: 10px;
}
