BODY
{
background: #66CC66;
padding: 0px;
margin: 0px
}

H1
{
font-family: sans-serif;
color: #00CC00;
font-size: large
}

H2
{
font-family: sans-serif;
color: #00CC00;
font-size: medium;
letter-spacing: 0.1em 
}

H3
{
font-family: sans-serif;
color: #00CC00;
font-size: small;
font-weight: bolder;
letter-spacing: 0.1em 
}

P
{
font-family: sans-serif;
font-size: small;
color: #333333;
line-height: 1.2
}

TD
{
font-family: sans-serif;
font-size:small;
color: #333333
}

A
{
color: #336699;
font-weight: bolder;
text-decoration: none
}

.maincontainer
{
margin-right:auto;
margin-left:auto;
width: 900px;
background: #FFFFFF url(images/sidebar-bkgrd.gif) repeat-y;
min-height: 800px;
margin-bottom:-20px
}

.mainbody
{
width: 600px;
position: relative;
top: -350px;
left: 250px
}

.formfield
{
color: #000066;
font-variant: small-caps;
font-family: serif;
font-size: medium
}

.bluetitle
{
color: #000066;
font-variant: small-caps;
font-family: serif;
font-size: medium;
font-weight: bold
}

.skillitem
{
background-color: #6699CC;
color: #FFFFFF;
}

.ranktitle
{
background-color:  #33CC00;
font-weight: bold;
color: #FFFFFF
}

.green
{
color: #00CC00
}

.darkgreen
{
color: #007700
}

.bold
{
font-weight: bolder
}

.checkfield
{
background-color: #FFFFCC;
color: #336699;
font-weight: bolder
}

.darkblue
{
color: #003366
}

.button
{
background-color: ##336699;
color: #FFFFFF;
border-width: 1px 1px 1px 1px;
border-style: solid;
border-color: #666666;
}

/* ISAAC's STYLES */

#sampleMap {
	position: relative;
	width: 400px;
	height: 400px;
	margin-left: 70px
}

#sampleMap img {
	border: none;
	margin: 0px;
}

.sampleSite {
	position: absolute;
	width: 22px;
	height: 22px;
	background-image: url(images/sampleRed.png);
}

.sampleSite a {
	display: block;
	width: 20px;
	height: 22px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
}

.embedPhoto {
	position: absolute;
	left: 14px;
	bottom: 0px;
	display: none;
	width: 200px;
}

.sampleSite:hover .embedPhoto {
	display: block;
}

.embedPhoto a {
	display: inline;
}

.embedPhoto a img {
	width: auto;
	max-height: 50px;
	margin: 0;
	padding: 3px;
	background-color: #369;
}

table#sampleCoords {
	text-align: center;
	width: 100%
}

table#sampleCoords tr th {
	padding: 0em .5em 0em .5em; 
	background: #9cf;
	color: #369;
	font-size: large;
}

table#sampleCoords tr td {
	font-size: medium;
	color: #000;
}
