/*
  SafeDataCo.com website stylesheet.  (c) Copyright 2005 SafeDataCo.com
*/

html{
  height: 100%;
}

body {  
  margin: 0px;  
  padding: 0px;
  background-color: #FFFFFF;
}

#webpage {
	width: 780px;
	margin: auto auto;
}

#topbar {
  position: relative;
  display: block;
  width: 780px;
  height: 58px;
}
 
#sdclogo {
  position: relative;
  display: inline;
  width: 186px;
  height: 58px;
  float: left;
}

#sdcstrapline {
  position: relative;
  display: inline;
  width: 375px;
  height: 48px;
  float: right;
  margin-top: 10px;  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 22pt; 
  font-weight: normal; 
  color: black;
  padding-right: 4px; 
}

#topseparator {
  position: relative;
  display: block;
  width: 780px;
  height: 3px;
  margin-bottom: 1px;
  background-color: #000000;
  font-size: 0px;
}

#middle {
  position: relative;
  background-color: #E0E0E0;
}

#sidebar {
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 200px;
  height: 400px;
}

#sidetopred {
  position: relative;
  display: block;
  width: 200px;
  height: 80px; 
  background-color: #BC161B;
  margin-bottom: 80px; 
}

#sideperson {
  position: absolute;
  left: 22px;
  top: 25px;  
  width: 155px;
  height: 105px;
  background-image: url("images/person.gif");
  background-repeat: no-repeat; 
  z-index: 1;
}

.sideelement {
	position: relative;
	padding-top: 0px;
	padding-bottom: 32px;
	margin: 0px;
	text-align: center;
}

#right {
  position: relative;
  display: block;
  left: 200px;
  top: 0px;
  width: 580px;
}



#toplinks {
  position: relative;
  display: block;
  border-color: #9D060A;
  border-width: 0px 0px 0px 1px;
  border-style: solid;
  width: 579px;
  height: 40px; 
  background-color: #B21A1E;
}

.toplink {
  position: relative;
  border-color: #FFFFFF;
  border-width: 0px 1px 0px 0px;
  border-style: solid;
  float: left;
  margin: 1px;
  padding: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10pt; 
  color: #000000;
}

#pagetitle {
  position: relative;
  display: block;
  width: 558px;
  height: 18px; 
  background-color: #666666;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12pt; 
  font-weight: bold; 
  letter-spacing: 2px;
  color: #FFFFFF;
  padding: 11px;
}

#content {
  position: relative;
  display: block;
  width: 558px;
  background-color: #CCCCCC;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10pt; 
  font-weight: normal; 
  color: #000000;
  padding: 11px;
  padding-bottom: 16px;
}

#footer {
  position: relative;
  left: 0px;
  width: 780px;
  height: 22px;
  background-color: #B21A1E;  
}

#copyright {
  position: relative; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 8pt; 
  font-weight: normal; 
  color: #FFFFFF;
  padding: 4px;
}

.tophref:link, .tophref:visited, .tophref:active {
  font-weight: normal; 
  text-decoration: none; 
  color: #FFFFFF;
}

.tophref:hover { 
  font-weight: normal; 
  text-decoration: underline; 
  color: #FFFFFF;
}

.sidelink:link, .sidelink:visited, .sidelink:active {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 9pt; 
  font-weight: normal; 
  text-decoration: none; 
  color: #000000; 
}

.sidelink:hover { 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 9pt; 
  font-weight: normal; 
  text-decoration: none; 
  color: #000000; 
  text-decoration: underline; 
}

#prop {
  height: 450px;
  float: right;
  width: 1px;
}

#clear {
  clear: both;
  height: 1px;
  overflow: hidden;
}

.figure {
  text-align: center;
}

.figure img {
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
}

.textinput { 
  border-style: solid; 
  border-width: 1px; 
  border-color: #606060;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
}

a:link { 
  font-weight: bold; 
  text-decoration: none; 
  color: #B21A1E;
}

a:visited { 
  font-weight: bold; 
  text-decoration: none; 
  color: #B21A1E;
}

a:hover, a:active { 
  text-decoration: underline; 
}

img {
  border-style: none;
}

h1 { 
  font: bold 12pt georgia; 
  letter-spacing: 1px; 
  margin-bottom: 2px; 
  color: black;
}

h2 { 
  font: bold 11pt Verdana; 
  letter-spacing: 1px; 
  margin-bottom: 2px; 
  color: #7D775C;
}

h3 { 
  font: bold 9pt Verdana; 
  letter-spacing: 1px; 
  margin-bottom: 2px; 
  color: #000000;
}
