body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
}

#page {
	width: 941px;
	margin: 0 auto;
}

#header {
	height: 112px;
}

#spotlight {
	margin-top: 7px;
}
#footer {
	clear: both;
	margin-left: 20px;
	margin-top: 7px;
}
.break {
	width: 100%;
	clear:both;
}

/* BACKGROUNDS
------------------------------------- */
/*
#header {
	background-image:url(../images/utas-logo.jpg);
	background-position:left;
	background-repeat:no-repeat;
}*/
#utas-logo {
	float: left;
	margin-right: 10px;
}

#header-banner {
	background-image:url(../images/asian-male.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height: 112px;
}

#content { 
	background: #FFF url('../images/box-grey.jpg') top no-repeat; 
	margin-top: 7px;
	padding: 10px 15px;
	padding-left: 20px;

}
.box-footer {
	 background: #FFF url('../images/box-grey.jpg') bottom no-repeat; 
	 width: 100%;
	 clear: both;
	 height: 15px;
}
#footer .column-3 {
	background: #FFF url('../images/footer-map.gif') center no-repeat;
	height: 56px;
}

/* FONTS
------------------------------------- */
#header h1 {
	display:none;
}
#top-menu {
	font-size: 1.2em;
	color: #FFF;
}
#content .box .title h2 {
	padding-top: 7px;
	text-align:center;
}
#content .box .content {
	font-size: 1.2em;
}
#content .box .content h3 {
	margin-top: 5px;
	font-size: 1em;

}
#footer {
	font-size: 0.9em;
}
#footer h3 {
	margin: 0;
	color: #333;
}
#footer p {
	margin: 0 0 10px 0;
	color: #666;
}

/* COLUMNS
------------------------------------- */

#content .box .content .column-1,
#content .box .content .column-2,
#content .box .content .column-3,
#content .box .content .column-4 {
	min-height: 200px;
	padding-right: 10px;
}

#content .box .content .column-1 {
	width: 255px;
	float: left;
}

#content .box .content .column-2 {
	width: 175px;
	float: left;
}

#content .box .content .column-3 {
	width: 195px;
	float: left;
}

#content .box .content .column-4 {
	width: 230px;
	float: left;
}

#footer .column-1, 
#footer .column-2, 
#footer .column-3 {
	width: 300px;
	float: left;
}



/* LISTS
------------------------------------- */
#top-menu {
	text-align:right;
	padding-top: 75px;
	
}

#top-menu ul {
	list-style: none;
}
#top-menu li {
	display:inline;
	padding-right: 75px;
	font-weight: bold;
}




#content .box .content ul {
	list-style:inside;
	margin: 0;
	padding: 0;
}
#content .box .content li {
	list-style:inside;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	list-style-image:url('../images/arrow_red_gr.gif');
}
#content .box .content ul ul {
	list-style:inside;
	padding-left: 30px;
	font-size: 0.8em;
	padding-bottom: 20px;
	width: 70%;
	list-style:none;
}
#content .box .content ul ul li {
	list-style:none;
}




#content .box .content .column-2 li {
	padding-bottom: 25px;
	list-style:outside;
	margin-left: 10px;
	list-style-image:url('../images/arrow_red_gr.gif');
}

#content .box .content .column-3 ul {
	padding-bottom: 25px;
}
#content .box .content .column-4 li {

	list-style:outside;
list-style: none;
	margin-bottom: 7px;
padding-bottom: 7px;
border-bottom: 1px dashed #ccc
}


/* LINKS
------------------------------------- */

#top-menu a:link, #top-menu a:active, #top-menu a:visited {
color: #FFF;
text-decoration: none;
}
#top-menu a:hover {
color: #FF0;
text-decoration: underline;
}
#content a:link, #content a:active, #content a:visited {
color: #00F;
text-decoration: none;
}
#content a:hover {
color: #F00;
text-decoration: underline;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #666;
	text-decoration:none;
}
#footer a:hover {
	color: #00F;
}
