﻿a:link
{
	color: rgb(0, 0, 102);
}
a:visited
{
	color: rgb(164, 173, 188);
} 
a:active 
{
	color: rgb(164, 173, 188);
	font-weight: bold;
}
body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: small;
	color: rgb(102, 102, 153);
	background-image: url('images/background2.jpg');
	height: 100%;
}
h6
{
	font-family: Verdana, Arial, Helvetica;	color: rgb(0,255,204);
}
h5
{
	font-family: Verdana, Arial, Helvetica;
	color: #666699;
	font-size: 16px;
}
h4
{
	font-family: Verdana, Arial, Helvetica;color: rgb(255,204,0);
}
h3
{
	font-family: Verdana, Arial, Helvetica;
	color: rgb(102, 102, 153);
	font-size: small;
}
h2
{
	font-family: Verdana, Arial, Helvetica;
	color: rgb(164, 173, 188);
	font-weight: bold;
	font-size: x-small;
}
h1
{
	font-family: Verdana, Arial, Helvetica;color: #000020;
}

/* CSS layout */
#layout {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	min-height: 750px;
}

#masthead {
width: 750px;
}

#top_nav {
width: 750px;
}

#container {
	position: relative;
	width: 750px;
	min-height: 500px;
	height: 100%;
}

#page_content {
	width: 510px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: justify;
	background-color: #FFFFFF;
	float: left;
}
#full_page_content {
	width: 710px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: justify;
	background-color: #FFFFFF;
	float: left;
}
#right_col {
	width: 160px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	color: #000020;
	float: right;
}

#footer {
	width: 750px;
	background-image: url('images/footer.jpg');
	height: 20px;
}
.navimage {
	border-width: 0;
}
.sidenav {
	color: #FFFFFF;
	height: inherit;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #FFFFFF;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #FFFFCC;
	font-weight: bold;
}
.timesheetlink {
	position: relative;
	bottom: 20px;
	border-width: 0;
	left: 559px;
	width: 141px;
	height: 63px;
	text-align: center;
	visibility: hidden;
}
.indent {
	padding-left:20px
}