/* CSS Document */

/* 2006 Transfer Island Compass */

/*---------------------------- 
Avising and Tutor Trac Module 
------------------------------*/

.trac-module { 
	border: 1px solid #cccccc;
	background: #f9f9f9;
    float: right; 
	display: inlin;
    margin: 0 0 20px 20px;
    padding: 0;
    text-align: center; 
    width: 16.08em;

        /* Enrichment */
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    }
		
.trac-module p { font-weight: bold; padding: 0; margin-bottom: 0; }

.trac-module ul
	{  
	list-style: none; 
    padding: 0;
	}
	
.trac-module li 
	{ 
	float: right;
	display: inline; 
	margin: 10px; 
	padding: 0; 
	} 
	
.trac-module a 
	{  
    color: #000000;
	cursor: pointer;
	float: right;
	display: inline;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	padding: .5em;
	text-decoration: none; 
    width: 8.5em;

	/* Enrichment */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.trac-module .advtrac a {
    background: #FABF28;  
	border: 1px solid #FCEB7C;
	border-bottom-color:#EAB326;
	border-right-color:#EAB326;}

.trac-module .tuttrac a {
    background: #B099F5;  
	border: 1px solid #E3DCFE;
	border-bottom-color: #A08BE4;
	border-right-color: #A08BE4;}

.trac-module a:hover
	{
	background: #B0D253; 
	border: 1px solid #A0C04C;

	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	}
	/*------------------------------- 
End Avising and Tutor Trac Module 
---------------------------------*/

p1 { float:left; }

.imgfloat {
	float: left;
	padding-right: 12px;
	padding-bottom: 3px;
}

#left {
	float: left;
	width: 33%;
}

#right {
	float:right;
	width: 33%;
	text-align: right;
}

#center {
	width: 33%;
	float: left;
	text-align: center;
}

#rightbox {
	height: auto;
	width: 42%;
	float: right;
	margin: 5px;
}

#leftbox {
	width: 42%;
	float: left;
	margin: 5px;
	height: auto;
}

#bottom {
	clear: both;
	width: 100%;
}

#wrapper2 {
	clear: both;
	width: auto;
}


