@charset "utf-8";
/* CSS Document */

#Sidebar_Inside { /* for IE6 and lower */
	float:right;
	position: relative;
	left: 5px;
	width:140px;
	height: auto;
	padding-left:10px;
}

html>body #Sidebar_Inside { /* for IE7 and Firefox*/
	float:right;
	position: relative;
	left: -5px;
	width:140px;
	height: auto;
	padding-left:10px;
}

.Sidebar_Topbox {
	background-color: #C9E3C9;
	padding-left: 10px;
	width:140px;
	border-bottom: 1px solid #FFFFFF;
	
}


div.Sidebar_Topbox a[rel=external]:after {content: " " url()} /* This overides the global style that adds a little link icon on the side of links */

#Sidebar_Bottombox {
	background-color: #C9E3C9;
	padding-left: 10px;
	width:140px;
	background-image:url(http://www.uwf.edu/helpdesk/images/green_curve.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

/* Text Formatting */

div#Sidebar_HD h3 h4 {
	text-align:center;
	font-size:0.9em;
}

div#Sidebar_Inside h3 h4 {
	text-align:center;
	font-size:0.9em;
}

.Sidebar_Text{
	text-align:center;
	margin-bottom:0px;
	width: 9em;
	font-size: 10px;
	white-space: nowrap;
}

div.Sidebar_Topbox ul {list-style:none;margin:0px;padding:10px;font-size:0.8em;}
div.Sidebar_Topbox ul li {padding-bottom:10px;}

