﻿/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px arial;
	color:#99CCFF;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #33CC33;
	text-decoration:underline;
	}
	
a:hover {
	color: #33FF00;
	text-decoration:none;
	}
	
/* ID Styles */

#navigation a {
	font:11px arial;
	color: #99CCFF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
		}
.style1 {font-size: 12px}

	
#navigation a:hover {
	font:11px arial;
	color:#CC3300;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:16px;
	display:block;
	padding:10px;
	font-style:italic;
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

#logo {
	font:18px arial;
	color: #99CCFF;
	line-height:24px;
	letter-spacing:.1em;
	}

#tagline {
	font:12px arial;
	color: #99CCFF;
	line-height:18px;
	letter-spacing:.1em;
	}
	
.style3 {
	color: #99CCFF;
	font: 12px arial;
	color: #99CCFF;
	letter-spacing: .2em;
	text-decoration: none;
	font-weight: bold;
}
	
#dateformat a:hover {
	color: #ffffff;
	}

/* Class Styles */

.bodyText {
	font:12px arial;
	color:#CCCCCC;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	font-weight:bold;
	}
	
.pageName{
	font:22px arial;
	color: #99CCFF;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.subHeader {
	font:16px arial;
	color: #99CCFF;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.sidebarHeader {
	font:14px arial;
	color: #99CCFF;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.detailText {
	font:11px arial;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color:#99CCFF;
	}
	

	
#contactbox {
  font:bold 10px Arial, Helvetica, sans-serif;
  text-align:right;
  width:360px;
  margin:0px;
  padding:15px;
}
#contactbox div {
  margin-bottom:15px;
}
#contactbox span {
  color:#d4402b;
  font-weight:bold;
}
#contactbox div input {
  width:295px;
  font-size:11px;
  font-weight:normal;
  vertical-align:text-bottom;
}
#contactbox textarea {
  width:340px;
  font-size:11px;
  font-weight:normal;
  margin-top:5px;
}
#comments {
  text-align:left;
  padding:10px 0px 20px 15px;
  margin-top:20px;
  border-top:1px solid #dfdede;
}