body {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#main_frame {
	width: 958px;
	margin-right: auto;
	margin-left: auto;
}
#layout {
	float: left;
	width: 956px;
	border: 1px solid #333333;
	margin-bottom: 7px;
}
#header {
	float: left;
	height: 226px;
	width: 956px;
	border-bottom-width: 9px;
	border-bottom-style: solid;
	border-bottom-color: #4b4cd2;
	margin-bottom: 5px;
}
#navigation {
	float: left;
	height: 33px;
	width: 936px;
	padding-right: 10px;
	padding-left: 10px;
}
#content {
	float: left;
	width: 936px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#sub_navi {
	float: left;
	width: 150px;
	padding-right: 30px;
}
#sub_navi ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#sub_navi li {
	margin-bottom: 15px;
}
#content_body {
	float: left;
	width: 936px;
	padding:10px;
}
#texts {
	float: left;
	width: 100%;
}
#pageno {
	float: left;
	width: 100%;
	text-align: right;
	padding-top: 15px;
}
#footer {
	float: left;
	height: 44px;
	width: 958px;
	background-color: #3f3c3b;
	color: #949392;
	text-align: center;
	padding-top: 15px;
	font-size: 10px;
}
#footer p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#footer a:link {
	text-decoration: none;
	color: #949392;
}
#footer a:visited {
	color: #949392;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.clear_fix {
	line-height: 0px;
	height: 0px;
	clear: left;
}
.text_bold {
	font-weight: bold;
}
.text_italic {
	font-style: italic;
}
.text_red {
	color: #CC0000;
	font-weight: bold;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
.button {
	color: #FFF;
	background-color: #333;
	border: 1px solid #000;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.button:hover {
	color: #FFF;
	background-color: #666;
}
.button_accept {
	color: #000;
	background-color: #3C3;
	border: 1px solid #000;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.button_accept:hover {
	color: #FFF;
	background-color: #666;
}
.button_decline {
	color: #FFF;
	background-color: #C00;
	border: 1px solid #000;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.button_decline:hover {
	color: #FFF;
	background-color: #666;
}
#fleft_bg {
	background-image: url(../images/bg_left.png);
	background-repeat: no-repeat;
	float: left;
	width: 12px;
	height: 26px;
}
#fnavigation {
	float: left;
	width: 935px;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
}
#fright_bg {
	background-image: url(../images/bg_right.png);
	float: left;
	width: 12px;
	background-repeat: no-repeat;
	height: 24px;
}
#fnavigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#fnavigation li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	height: 24px;
}
#fnavigation ul li a {
	text-decoration: none;
	color: #F00;
	display: block;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 20px;
}
#fnavigation ul li a:hover {
	color: #000;
}
#facultyTitle {
	color:#FFF;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:14px;
	background-color:#09F;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0px solid #F00;
	width:100px;
	margin-bottom:10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	letter-spacing: 1.5px;
}
ul.legend {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.legendcompleted {
	color: #090;
	font-size:12px;
	background-image:url(../images/greendot.png);
	background-repeat: no-repeat;
	padding-left:25px;
	padding-bottom:5px;
}
.legendincomplete {
	color: #F00;
	font-size:12px;
	background-image:url(../images/reddot.png);
	background-repeat: no-repeat;
	padding-left:25px;
	padding-bottom:5px;
}

.completed {
	color: #090;
	font-size:12px;
}
.incomplete {
	color: #F00;
	font-size:12px;
}
.completed a {
	color: #090;
	font-size:11px;
}
.incomplete a {
	color: #F00;
	font-size:11px;
}
.completed a:hover {
	color: #000;
}
.incomplete a:hover {
	color: #000;
}

.nav_arrow {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	margin-left: 15px;
}
.testbox {
	width: 200px;
	border:10px solid #09F;
	padding:10px;
	background-color:#fff;
	-moz-border-radius-topleft: 60px;
	-moz-border-radius-bottomright: 60px;
	-webkit-border-top-left-radius: 60px;
	-webkit-border-bottom-right-radius: 60px;
}
.testbox p.header{
	color:#000;
	font-size:14px;
	font-weight:bold;
	margin-left:25px;
	margin-top:5px;
}
.formbg {
	padding: 15px;
	border: 1px dotted #09F;
	margin-right:10px;
	margin-bottom:10px;
}
