body
{
	margin: 0;
}

body, td, th {
	color: #333333;
}

h1, h2 {
	color: #000033;
}

h3, h4, h5, h6 {
	color: #006699;
}

a {
  color: #003366;
}

A:link {
color: #3366FF;
text-decoration: none;
}

A:visited {
color: #3366FF;
text-decoration: none;
}

A:active {
color: #3366FF;
text-decoration: none;
}

A:hover {
color: #FF9966;
text-decoration: none;
}


.user_login
{
	width:100%;
	height:28px;
	background-color:#4982AF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height: 26px;
}
.user_login A:link {
color: white;
text-decoration: none;
}
.user_login A:visited {
color: white;
text-decoration: none;
}
.user_login A:active {
color: white;
text-decoration: none;
}
.user_login A:hover {
color: white;
text-decoration:underline;
}

#header
{
	width: 790px;
	height:100px;
	border-bottom-color:#999999;
	background-image:url(images/top.jpg);
	color: #CCCCCC;
}

#full
{
	margin: 0 auto;
	width: 790px;
}

#left
{
	float:left;
	width: 120px;
	padding-left: 6px;
	border-right:solid 1px #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
	line-height: 23px;
}

#employees_nav
{
	float:left;
	width: 125px;
	height: 100 px;
	padding-left: 6px;
	border-right:solid 1px #999999;
}

#content
{
	float: left;
	width: 640px;
	height:auto;
	padding-left:20px;
	padding-top: 10px;
	/*padding-bottom: 40px;*/
}

#footer
{
	float: left;
	width: 790px;
	height:70px;
	border-bottom: 3px solid #006699;
	border-top: 3px solid #006699;
	font-size:12px;
}

.tbl_list
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.table_header
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	background-color:#004080;
}
#studentinfo input
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
hr
{
	margin:4px;
}