/* Global Styles */

body {
	margin:0px;
	color:#FFF;
	font-family: 'Nobile', Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-attachment: scroll;
	background-color: #000;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
td {
	
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #fff;
	text-decoration:underline;
	}
	
a:hover {
	color: #FFF;
	text-decoration:none;
	}
	
/* ID Styles */


#logo {
	font:18px georgia;
	color: #CC3300;
	line-height:24px;
	letter-spacing:.4em;
	}

#tagline {
	font:12px georgia;
	color: #CC3300;
	line-height:18px;
	letter-spacing:.4em;
	}
	
#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 */

	
.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: #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;
	}
	

	.header_images {
	height: 160px;
	width: 900px;
	float: right;
}
.logo {
	background-attachment: scroll;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	width: 783px;
	position: absolute;
	visibility: visible;
	z-index: 100;
}
#watermark_box {
	position:relative;
	display:block;
	width:900px;
	height:160px;
	text-align: center;
}
img.watermark {
	position: absolute;
	top: 0px;
	left: 0px;
	clear: both;
	width: 900px;
	margin-top: auto;
	margin-left: auto;
} 
.footer {
	background-color: #036;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #FFF;
}
.container {
	padding-right: 40px;
	padding-left: 40px;
	width: auto;
	background-color: #39C;
	padding-bottom: 20px;
	padding-top: 20px;
}
.menu {
	display: block;
}
.menu a {
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 15px;
	width: auto;
	float: left;
	color:#39C;
}
.menu a:link {
	color:#FFF;
}
.menu a:hover {
	color:#FFF;
	background-color:#6C478D;
}
.menu a:active {
	color:#FFF;
}
.menu a:visited {
	color:#FFF;
}
.header_box {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.testimionals {
	font-style: italic;
	color: #24486C;
	font-weight: bold;
}
p {
	font-weight: bold;
}

