/* Global Styles */

body {
	margin:0px;
	background: #999999 url(../images/tile.jpg) repeat center center;
	height:100%;
	font: 12px "Trebuchet MS", Tahoma, Arial;
	color: #FFFFFF;
	}
#splash {
	overflow: visible;
	position:relative;
	padding: 25%;

} /* or without overflow */

#splash a {
	color: #FFCCFF;
	text-decoration:none;
	font-weight: bold;
	}
#splash	a:hover {
	color: #FF99FF;
	border: 1px dotted #FF99FF;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #FFCCFF;
	text-decoration:none;
	}
	
a:hover {
	color: #FF66FF;
	text-decoration:underline;
	}
	
/* ID Styles */

#navigation a {
	font:bold 12px/18px "Trebuchet MS", Tahoma, Arial;
	color: #FF99FF;
	text-decoration: none;
	letter-spacing:0.1em;
	display:block;
	padding:10px;
	border-top: 1pt solid #666666;
	border-right: 0px solid #666666;
	border-bottom: 1pt solid #666666;
	border-left: 0px solid #666666;
	margin-bottom: 2px;
	}
	
#navigation a:hover {
	color:#FFCCFF;
	border-top: 1pt dotted #FF99FF;
	border-right: 0px dotted #FF99FF;
	border-bottom: 1pt dotted #FF99FF;
	border-left: 0px dotted #FF99FF;
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

#logo {
	font:18px georgia;
	color: #CC3300;
	line-height:24px;
	letter-spacing:.4em;
	}

#tagline {
	font:bold 16px/20px "Trebuchet MS", Tahoma, Arial;
	color: #FFFFFF;
	}
	
#dateformat a {
	color:#99CCFF;
	font:11px georgia;
	color: #99CCFF;
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
	}
	
#dateformat a:hover {
	color: #ffffff;
	}
	
.pageName{
	font:bold 16px/18px "Trebuchet MS", Tahoma, Arial;
	color: #FFFFFF;
	letter-spacing:.1em;
	}
	
.subHeader {
	font:16px georgia;
	color: #CC3300;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.sidebarHeader {
	font:14px georgia;
	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 "Trebuchet MS", Tahoma, Arial;
	color:#FFFFFF;
	}
	

	
form {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	}

input {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	color: #333333;
}
input.invalid {
	background-color: #FF9;
	border: 2px red inset;
}


textarea {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
}
