/* Global Styles */

body {
	margin:0px;
	background-color: #CCFFCC;
	}
	
td {
	font:11px arial;
	color:#99CCFF;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #CC3300;
	text-decoration:underline;
	}
	
a:hover {
	color: #FF3300;
	text-decoration:none;
	}
	
/* ID Styles */

#navigation a {
	font:11px georgia;
	color: #006600;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px;
	border-left-width: 0px;
	}
	
#navigation a:hover {
	color:#9E0229;
	border: 1pt dotted red;
	border-right-width: 0px;
	border-left-width: 0px;
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

#logo {
	font:20px georgia;
	color: #000000;
	line-height:24px;
	letter-spacing:0.4em;
	background-color: #DAD59B;
	font-weight: bolder;
	}

#tagline {
	font:16px georgia;
	color: #000000;
	line-height:18px;
	letter-spacing:0.4em;
	background-color: #DAD59B;
	}
	
#dateformat a {
	color:#99CCFF;
	font:11px georgia;
	color: #99CCFF;
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
	}
	
#dateformat a:hover {
	color: #ffffff;
	}

/* Class Styles */

.bodyText {
	font:13px arial;
	color:#000000;
	line-height:20px;
	letter-spacing:0.1em;
	margin-top:0px;
	}
	
.pageName{
	font:22px georgia;
	color: #CC3300;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.subHeader {
	font:16px georgia;
	color: #CC3300;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.sidebarHeader {
	font:14px georgia;
	color: #003399;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:16px;
	}	
	
.detailText {
	font:13px arial;
	color:#060;
	line-height:16px;
	letter-spacing:0.1em;
	}
	
.smallText {
	font:12px arial;
	color:#000066;
	}
.cvSubHead {
	font-size: 16px;
	font-weight: 800;
	color: #CFC;
	padding: 3px;
	background-color: #900;
	text-decoration: none;
}
#cvSubMenu {
	background-color: #FFC;
	padding: 10px;
	border: 1px solid #000;
	position: fixed;
	right: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 1.7em;
	color: #300;
	width: 270px;
	height: auto;
	bottom: 0px;
	margin-left: 40px;
	float: right;
	z-index: 200;
}
#cvTable {
	float: left;
	/*position: absolute;*/
	width: 50%;
	margin-right: 20px;
}
#container {
	width: 100%;
}
