@charset "utf-8";
/* CSS document required for both: site and journal presentation */
/* Elements */
body {
	background: transparent url(images/body-bg.gif) repeat scroll 0 0;
	/*font-size:0.77em;*/
	line-height:1.6em;
	margin:0 auto;
	color:#000000;
	background-color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
}
img, img a {
	border:medium none;
}
p {
	margin:0;
	padding:0;
	line-height:140%;
	text-align:justify;
}
a {
	border-style:none;
	color:#3C3CE6;
	font-weight:700;
	text-decoration:none;
}

a:active, a:hover {
	color:#7D327D;
	text-decoration:none;
}

a:visited {
	color:#3C3CE6;
	text-decoration:none;
}

#page-container {
	background:white none repeat scroll 0 0;
}

/* UTS logo banner */
#top_strip {
	background-color:#9900CC;
	font-size:0;
	height:3px;
	width:100%;
}
#banner {
	background-color:#A7A7A7;
	border-bottom:1px solid #000000;
	border-top:1px solid #DDDDDD;
	height:30px;
	width:100%;
}
#uts-logo {
	border:medium none;
	margin:0;
	float:left;
}
#banner-nav {
	height:30px;
	margin:0 0 0 210px;
	padding:0;
}
#uts_square {
	background:transparent url(images/uts_square.gif) no-repeat scroll 0 0;
	float:left;
	height:9px;
	margin-top:11px;
	padding-right:5px;
	width:9px;
}
#top-nav {
	height:30px;
	line-height:29px;
	font-size: 12px;
	margin:0;
}
.nav_org {
	line-height:25px;
	margin:0;
}
.search_left {
	float:left;
}
.search_right {
	float:right;
	font-size:10px;
	line-height:2.1em;
	margin-right:20px;
	margin-top:2px;
}
.search_right form{
	padding:0;
	margin:0;
}
.banner-search {
	background-color:#EBEBEB;
}
.search {
	background-color:#9900CC;
	border-color:#CCCCCC #333333 #333333 #CCCCCC;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	font-weight:bold;
	padding:0;
}
#banner-nav a:link, #banner-nav a:visited {
	border-style:none;
	color:#000000;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
#banner-nav p, .banner-nav {
	color:#000000;
}
/* end of UTS logo banner */

/* UTS footer */

#footer {
	background:#AFAFAF url(images/footer-bg.gif) repeat-x scroll center top;
	color:#EBEBEB;
	font-size: 12px;
	padding:10px 0;
	clear:both;
	margin-top:20px;
	text-align:center;
	width:100%;
}

#footer a {
	color:#FFFFFF;
	background:transparent none repeat scroll 0 0;
	padding-right:0;	
}
/* end of UTS footer */
