/* Global Styles */

body {
	margin:0px;
	background-image: url(includes/images/blue_bg.jpg);
	background-position:center;
	}
	
td {
	font:13px arial;
	color:#99CCFF;
	text-align: center;
	background-image: url(includes/images/100x100-black-60.png);
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #86CCFF;
	text-decoration:underline;
	}
	
a:hover {
	color: #FFFFFF;
	text-decoration:none;
	}
	
/* ID Styles */

#navigation a {
	font:11px georgia;
	color: #99CCFF;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border-right-width: 0px; 
	border-left-width: 0px; 
	text-decoration: none;
	}
	
#navigation a:hover {
	color:#ffffff;
	border-color: #FFFFFF;
	border: 1px;
	border-width: 1px;
	text-decoration: line-through;
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

#logo {
	font:36px georgia;
	color: #99CCFF;
	letter-spacing:normal;
	border: 2px;
	border-color: #000000;
	background-image: url(includes/images/100x100-black-60.png);
	}

#tagline {
	font:16px georgia;
	color: #99CCFF;
	line-height:18px;
	letter-spacing:normal;
	text-align: center;
	border-top-width: 12px;
	}
	
#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:11px arial;
	color:#99CCFF;
	line-height:normal;
	letter-spacing:normal;
	margin-top:0px;
	}
	
.pageName{
	font:22px georgia;
	color: #FFFFFF;
	line-height:20px;
	letter-spacing:0.1em;
	}
	
.subHeader {
	font:16px georgia;
	color: #99CCFF;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:16px;
	}	
	
.sidebarHeader {
	font:14px georgia;
	color: #99CCFF;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:10px;
	}	
	
.detailText {
	font:11px arial;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color:#FFFFFF;
	background-image: url(images/keyboard_gradient-94x339.jpg);
	}
	
