.front {
	width: 390px;
	height: auto;
	margin-top:0;
	text-align: left;
	float:left;
	padding-bottom:30px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../images/homepage/lock.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #FAF8F9;
	border: solid #CCCCCC 1px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.front a:hover {
	color: #F00;
	background-color: #F9C;
}

.front h1 {
	color: #0863A9;
	font-size: 32px;
	text-decoration: none;
	letter-spacing: -0.5px;
	font-family: "Trebuchet MS", Tahoma;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom:2px;
	padding-top:6px;
	font-weight: normal;
	line-height: 36px;
}

.front h4 {
	color: #0863A9;
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom:2px;
	padding-top:5px;
	padding-left:0px;
}


.frontnothing {
	width: 350px;
	height: auto;
	margin-top:20px;
	text-align: left;
	margin: 0 auto;
	float:left;
	padding-bottom:30px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FAF8F9;
	border: solid #CCCCCC 1px;
}

.frontnothing h1 {
	color: #0863A9;
	font-size: 32px;
	text-decoration: none;
	letter-spacing: -0.5px;
	font-family: "Trebuchet MS", Tahoma;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom:2px;
	padding-top:6px;
	font-weight: normal;
	line-height: 36px;
}

.frontnothing h4 {
	color: #0863A9;
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom:2px;
	padding-top:5px;
	padding-left:0px;
}

#coursebox{
	width:420px;
	position:relative;
	top:20px;
	right:20px;
}

#coursebox h2{
	display:none;
}
/*Top Nav*/
#utilNav li{
	display:none;
	width:99px;
	line-height:21px;
	margin:0 0 1px 1px;
	display:inline;
	float:left;
}

#utilNav li a{
	text-indent:3px;
	width:99px;
	height:21px;
	color:#fff;
	display:block;
	float:left;
	text-decoration:none;
	background:url(../images/homepage/button.png) no-repeat;
}

#utilNav li a:hover{
	background-color:#566cc3;
}
/*bootom nav*/
ul#roleNav{
	padding:6px 0;
	background:url(../images/homepage/button.png) no-repeat;
	clear:left;
	margin-left:1px;
}

ul#roleNav li{
	line-height:22px;
	display:inline;
}

ul#roleNav li a{
	padding-left:16px;
	font-size:12px;
	height:22px;
	display:block;
	color:#596ec4;
	background:#dbe0f2;
	text-decoration:none;
}

ul#roleNav li a:hover{
	color:#0021a5;
}
	
