body {
	margin: 1px;
	background: #FFFFFF;
	font-size: 14px;
	color: #333333;
	font-family: Tahoma, sans-serif;
	background-image: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* header */

#logo {
	position: absolute;
	left: 15px;
	top: 17px;	
	width: 224px;
	height: 70px;
}

#header {
	background-image: url("../images/bckgnd/header_bg.png");
	background-repeat: repeat-x;
	height: 105px;
	width: 1000px;
}

#tableHeader {
	height: 105px;
	width: 100%;
	background-image: url("../images/bckgnd/UKAP-logo.png");
	background-repeat: no-repeat;
}

tr.trulyGlobal {
	background-image: url("../images/bckgnd/truly_professionals.png");
	background-repeat: repeat-x;
	height: 17px;
}

tr.subHeader {
	background-image: url("../images/bckgnd/subheader.png");
	background-repeat: repeat-x;
	height: 95px;
}

#headerTitle {
	margin-top: 9px;
	width: 644px;
	height: 16px;
	background-image: url("../images/bckgnd/header_title.gif");
	color: #333333;
	font-size: 14px;
	font-family: Tahoma, sans-serif;
	text-align: left;
	font-weight: bold;
	text-indent: 4px;
	text-transform: uppercase;
}

.breadcrumb {
	text-align: left;
	padding: 3px 10px 3px 0;
	font-size: 9px;
	color: #666666;
	margin-left: 178px;
	width: 630px;
}

.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited {
	color: #666666;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #000000;
	text-decoration: none;
}

/* page layout */

td.firstColumnHome {
	background-image: url('../images/bckgnd/first_column_home.gif');
	background-repeat: repeat-x;
	width: 173px;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
}

td.secondColumnHome {
	width: 645px;
	vertical-align: top;
}

td.firstColumn {
	background-color: #ffffff;
	width: 169px;
	vertical-align: top;
}

td.secondColumnIn2 {
	width: 649px;
	vertical-align: top;
}

.secondColumnIn2Container {
	width: 629px;
	margin: 10px;
}

td.secondColumnIn3 {
	width: 687px;
	vertical-align: top;
}

.secondColumnIn3Container {
	width: 650px;
	margin: 10px;
}

td.thirdColumn {
	width: 144px;
	vertical-align: top;
	background-color: #F2F0F0;
}

.secondNarrowColumnIn3 {
	width: 411px;
	vertical-align: top;
}

.secondNarrowColumnIn3Container {
	width: 391px;
	margin: 10px;
}

td.thirdWideColumn {
	width: 238px;
	vertical-align: top;
	background-color: #F2F0F0;
}

/* toptoolbar */

#topToolBar {
	background-image: url('../images/nav/toptoolbar/toptoolbar.png');
	background-repeat: repeat-x;
	height: 25px;
	margin-top: 9px;
}

#topToolBar a{
	font-size: 10px;
	color: black;	
}
#topToolBar a:HOVER{
	color: white;
	cursor: pointer;
}

.searchBox2 {
	background-color:#FFFFFF;
	border:1px solid #666666;
	color:#666666;
	font-family: Tahoma, sans-serif;
	font-size:9px;
	margin-top:2px;
	text-decoration:none;
	vertical-align:top;
	width:125px;
}

.comboBoxTop {
	text-decoration: none;
	font-size: 9px;
	color: #666666;
	background-color: #FFFFFF;
	font-family: Tahoma, sans-serif;
}

.hiddenPic {
	display: none;
}



/* footer */

#footer {
	font-size: 9px;
	color: #666666;
	background-image: url('../images/bckgnd/footer.gif');
	background-repeat: repeat-x;
	width: 100%;
	height: 19px;
	padding: 0 5px 0 5px;
}

#footer a {
	text-decoration: none;
	color: #666666;
}

#footer a:hover {
	text-decoration: none;
	color: #000000;
}

/* Management Tool */

.ConsoleSection {
	padding: 0.5em;
}
.ConsoleSection a {
	color: #4a659c;
}
.SiteModeSwitch {
	text-align: center;
	padding-bottom: 1em;
}
.SiteModeSwitch a {
	font-size: 80%;
}
.Console {
	background-color: #ffffff;	
}

/* placeholder heading */

.pHHeading {
	padding-bottom: 0.4em;
}

.pHHeading a, .pHHeading a:link, .pHHeading a:visited {
	color: #666666;
	text-decoration: none;
}

.pHHeading a:hover {
	color: #000000;
	text-decoration: none;
}

/* meta content */

.metaSection {
	border: solid 1px #dedfde;
	margin-top: 15px;
}

.metaSectionHeader {
	background-color: #f2f0f0;
	padding: 10px;
}

.metaSectionPH {
	padding: 10px;
}

/* abstract content */

.abstractSection {
	border: solid 1px #ffd78d;
	margin-top: 15px;
}

.abstractSectionHeader {
	background-color: #fff7e2;
	padding: 10px;
}

.abstractSectionPH {
	padding: 10px;
}

/* faculty content */

.facultySection {
	border: solid 1px #ffd78d;
	margin-top: 15px;
}

.facultySectionHeader {
	background-color: #fff7e2;
	padding: 10px;
}

.facultySectionPH {
	padding: 10px;
}