@charset "UTF-8";
/* CSS Document */

#subnav {
	width:160px;
	height:100%;
	padding:20px 10px 20px 30px;
	font-weight:bold;
	font-size:10px;
}

#subnav a {
	color:#553389;
	text-decoration:none;
}

#subnav a:hover {
	color:#FFFFFF;
}

#subnav li {
	list-style:none;
	padding:6px 0 6px 0;
}

#subnav ul li {
	list-style:disc;
	margin-left:14px;
	color:#4896bf;
	font-weight:normal;
	padding:0 0 0 0;
}

#subnav ul a {
	position:relative;
	left:-4px;
	font-weight:normal;
}

#student {
	background-image:url("/images/student_back.jpg");
	background-repeat:no-repeat;
	background-color:#daeaf2;
	width:117px;
	padding:4px 20px 8px 100px;
	/*margin-bottom:6px;*/
	height:300px;
	position:relative;
}

#student h2 {
	padding:40px 0 10px 0;
	font-size:13px;
	font-weight:normal;
}

#student img {
	position:absolute;
	left:0;
}

#student p {
	font-size:10px;
	line-height:15px;
}

#body_text {
	background-image:url("/images/head_shadow.gif");
	background-repeat:repeat-x;
	position:relative;
	padding:24px 24px 0px 24px;
	width: 499px;
}

#body_text ul
{
	list-style-type: disc;
	margin-left: 30px;
}

#body_text li
{
	list-style-type: disc;
}

#body_text h1 {
	padding-bottom:14px;
}

#tools {
	position:absolute;
	right:10px;
	top:5px;
}

#tools a {
	color:#424242;
	font-weight:normal;
	font-size:10px;	
}

#tools img {
	position:relative;
	top:3px;
	padding:0 2px 0 8px;
}

.form_textbox
{
	border: solid 1px #daeaf2;
}

.form_table td
{
	text-align: right;
}

.form_table input
{
	border: solid 1px #daeaf2;
	color:#424242;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.form_table input[type=submit]
{
	cursor: pointer;
}