h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20pt;
	font-weight: normal;
	color: #CC701A;
	margin-bottom: 0px;
	font-style: normal;
	line-height: normal;
}
h1.big {
	font-size: 24pt;
}
h1.mid { font-size: 14pt; }
h1.sm { font-size: 12pt; }

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: normal;
	color: #82A0BC;
	margin-bottom: 0px;
	font-style: normal;
	line-height: normal;
	margin-top: 0px;
}
h2.big {
	color: #6699cc;
	font-size: 20pt;
}
h2.mid { font-size: 12pt; }
h2.sm { font-size: 10pt; }
h3 {
  margin:1.5em 0 .75em;
  font:78%/1.4em "Verdana",Trebuchet MS,Trebuchet,Arial,Sans-serif;
  font-weight: bold;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#82A0BC;
  }

body {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	padding:10px 20px;
	background-image: url(../images/bkgrd.jpg);
}
.orange {
	color: #CC701A;
}
.bigger { font-size: 12pt; }
.blue {
	color: #82A0BC;
}
.caption {
	font-size: 8pt;
	color: #82A0BC;
}
.sm { font-size: 6pt; }
td { font-size: 10pt; }
p { margin: 0 0 11px 0; }
a {
	color: #CC701A;
}
a:visited {
	color: #82A0BC;
}
.smallText { font-size: 8pt; text-align: center; }
div#footer {
	text-align: center;
	font-size: 8pt;
	color: #FFFFFF;
	margin: 10px 0px;
}
div#footer a { color: #FFFFFF; text-decoration: none; }
div#footer a:hover { text-decoration: underline; }
div#text { margin-top: 20px; margin-right: 20px; }
div#sideimg {
	background-image: url(../images/get_side.gif);
	background-repeat: no-repeat;
}
div#sideimg2 {
	background-image: url(../images/see_side.gif);
	background-repeat: no-repeat;
}



/* Content
----------------------------------------------- */
@media all {
  #content {
    width:530px;
    margin:0 auto;
    padding:0;
    text-align:left;
    }
  #main {
    width:530px;
    }
  #sidebar {
    width:206px;
    margin-left: 20px;
    margin-right: 10px;
    }
  }
@media handheld {
  #content {
    width:90%;
    }
  #main {
    width:100%;
    float:none;
    }
  #sidebar {
    width:100%;
    float:none;
    }
  }



/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px solid #CC701A;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#sidebar p {
  color:#666;
  line-height:1.5em;
  }


/* Profile
----------------------------------------------- */
#profile-container {
  margin:0 0 1.5em;
  border-bottom:1px solid #CC701A;
  padding-bottom:1.5em;
  }
.profile-datablock {
  margin:.5em 0 .5em;
  }
.profile-img {
  display:inline;
  }
.profile-img img {
  float:left;
  padding:4px;
  border:1px solid #CC701A;
  margin:0 8px 3px 0;
  }
.profile-data {
  margin:0;
  font:bold 78%/1.6em Georgia, "Times New Roman", Times, serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.profile-data strong {
  display:none;
  }
.profile-textblock {
  margin:0 0 .5em;
  }
.profile-link {
  margin:0;
  font:78%/1.4em "Verdana",Trebuchet MS,Trebuchet,Arial,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
