﻿/* CSS layout */
*{
	margin:0px;
	padding:0px;
}
body {
	background-color: #666666;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	text-decoration: none;
	color: #4D5157;
}
h3 {
	color: #4D5157;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
#masthead {
	background-position: center center;
	margin: 0px auto 0px auto;
	width: 778px;
	padding: 0px;
	border: 3px solid #4D5157;
	text-align: left;
	background-image: url('../images/truckwreck.jpg');
	background-repeat: no-repeat;
	height: 164px;
}
#title {
	position: relative; 
	width: 316px; 
	height: 33px; 
	z-index: 1; 
	left: 10px; 
	top: 10px;
	background-color: #000000;
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
}
#titletext {
	position: relative; 
	width: 316px; 
	height: 33px; 
	z-index: 2; 
	left: 12px; 
	top: -23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}
#container {
	padding: 0px;
	margin: 0px auto 0px auto;
	background-position: left;
	border-style: solid;
	border-width: 0px 3px 3px 3px;
	border-color: #4D5157;
	width: 778px;
	background-color: #FFFFFF;
	background-image: url('../images/leftbarbg.gif');
	background-repeat: repeat-y;
}
#left_col {
	width: 150px;
	left: 0px;
	top: 0px;
	float: left;
}
#nav {
	margin: 0px;
	padding: 10px;
}
#nav ul {
}
.linkli {
	border: 3px solid #4d5157;
	margin: 0px 0px 5px 0px;
	width: 120px;
	background-color: #dfdfdf;
	text-align: center;
	text-decoration: none;
	list-style-type: none;
	vertical-align: middle;
}
.assignmentli {
	border: 3px solid #4d5157;
	margin: 0px 0px 5px 0px;
	width: 120px;
	text-align: center;
	text-decoration: none;
	list-style-type: none;
	vertical-align: middle;
	background-color: #800000;
	color: #FFFFFF;
}
.linkli:hover {
	border: 3px solid #4d5157;
	margin: 0px 0px 5px 0px;
	width: 120px;
	background-color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	list-style-type: none;
	vertical-align: middle;
}
.linkli a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4D5157;
	line-height: 25px;
}
.formfieldset {
	padding: 8px;
	border-color:#666666;
	border-width: 1px;
}

#page_content {
	margin-left: 150px;
	padding: 8px;
}
#page_content p {
	padding-top: 8px;
	padding-bottom: 8px;
}

#footer {
	margin: 0px auto 0px auto;
	width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #eeeeee;
}
#footer a {
	text-decoration: none;
	color: #eeeeee;
}
#copyright {
	text-align: right;
	float: right;
}
.clear {
	clear: both;
}
#login {
	text-align: left;
	float: right;
	width: 120px;
	margin: 10px;
	padding: 5px;
	border: 3px solid #4D5157;
	background-color: #666666;
	color: #ffffff;
	font-size: 9px;
}
.logintextfield {
	width: 110px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
hr {
	width: 50%;
	text-align: left;
	border: 1px solid #4d5157;
	color: #4D5157;
	background-color: #4d5157;
}
.loginsubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	float: right;
	padding: 0px;
	margin: 2px 5px 0px 0px;
}
h1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
}
.smalltext {
	font-size: 9px;
}
.assignmentli a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 15px;
}
.assignmentli:hover {
	border: 3px solid #4d5157;
	margin: 0px 0px 5px 0px;
	width: 120px;
	background-color: #990000;
	text-align: center;
	text-decoration: none;
	list-style-type: none;
	vertical-align: middle;
}
