@charset "UTF-8";
/* CSS Document */
#wrap {
	width: 100%;
}
#main {
	width: 85%;
	background-color: #FFFFFF;
}
#masthead {
	padding-bottom: 0px;
	float: none;
	font-size: xx-large;
	font-family: "Times New Roman", Times, serif;
	padding-left: 5%;
	vertical-align: middle;
	
}

#quote {
	font-size: medium;
	font-style: italic;
	width: 50%;
	background-color: #FFFFFF;
	margin-right: 10px;
	float: left;
}
#screen {
	background-color: #FFFFFF;
}

#time {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	padding-right: 1%;
	padding-top: 0px;
	padding-left: 5%;
}
#sitenavigation {
	background-color:#000000;
	;
	text-align: left;
	color: #FFFFFF;
	padding-left: 5%;
	padding-top: 1%;
	padding-bottom: 1%;
}

#sidebar {
	width: 20%;
	padding: 5%;
	float: right;
	background-color:#666666;
	width: 15%;
	float: right;
	border:thin;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	border-color: #CCCCCC;
	vertical-align: text-top;
	height: 100%;
	}
#content_entry{
	width:auto;
	font-family: "Times New Roman", Times, serif;
	background-color: #CCCCCC;
	float: left;
	padding-left: 5%;
}
#footer {
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
	text-align: center;
}
#focalpower_quote {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-variant: small-caps;
	font-size: medium;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CCCC66;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	}
