/*
CSS for UK CAU
*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(shadow-bg.jpg);
	background-repeat: repeat-y;
	border-bottom: 1px solid #ECECEC;
}

#main {
	padding: 0 20px 20px 20px;
	background-image: url(shadow-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#header {
	background-image: url(top_banner.jpg);
	background-repeat: no-repeat;
	height: 145px;
	position: relative;
	border-bottom: 1px solid #d1b102;
}

#header h1 {
	margin: 0;
	padding: 0 0 0 17px;
	font-weight: bold;
	color: #d1b102;
	font-size: 180%;
	bottom: 1px;
	right: 0;
}

#header h2 {
	margin: 0;
	padding: 0 0 0 17px;
	font-weight: normal;
	line-height: 1.4em;
	color: #000000;
	font-size: 110%;
}

#content {
	float: right;
	width: 520px;
	height: 570px;
	padding: 1px 10px 0 0;
}

#content p {
	font-size: 80%;
	line-height: 1.8em;
}

#content h1 {
	font-size: 110%;
	color: #d1b102;
	padding: 0;
}

#navigation {
	float: left;
	width: 180px;
}

#navigation ul {
	list-style: none;
	margin: 1em 0 1em 0;
	padding: 0;
	border: none;
}

#navigation li {
	border-bottom: 1px solid #FFFFFF;
	font-size: 90%;
}

#navigation li a:link, #navigation li a:visited {
	font-size: 90%;
	font-weight: bold;
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	border-left: 12px solid #d1b102;
	border-right: 1px solid #d1b102;
	background-color: #ffd800;
	color: #000000;
	text-decoration: none;
}

#navigation a:hover {
	color: #999;
}

#contact {
	position: absolute;
	top: 440px;
	left: 20px;
	font-size: 100%;
	font-weight: bold;
	list-style: none;
	margin: 1em 0 0 0;
	padding: none;
	border: none;
}

#contact p {
	font-size: 80%;	
}

#box1 {
	position: absolute;
	background-image: url(Box1_CPurdue.jpg);
	background-repeat: no-repeat;
	top: 260px;
	left: 230px;
	width: 250px;
	height: 250px;
	background-color: #FFFFFF;
	border: 2px solid #d1b102;
}

#box2 {
	position: absolute;
	background-image: url(Box2_SaraM.jpg);
	background-repeat: no-repeat;
	top: 260px;
	left: 505px;
	width: 250px;
	height: 250px;
	background-color: #FFFFFF;
	border: 2px solid #d1b102;
}

#boxtext1 {
	font-size: 95%;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding: 0.3em 0em 0.3em 8em;
	text-decoration: none;
}

#boxtext2 {
	position: absolute;
	font-size: 80%;
	display: block;
	padding: 4.5em 0.4em 0 0.4em;
}

#table.management {
	border-collapse: collapse;
}

#table.management tr, table.management td {	
	font-size: x-small;
}



#footer {
	clear: both;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 70%;
	text-align: right;
	padding: 1.5em 0.9em 0.4em 0;
	color: #000;
	background-color: transparent;
}

a:link, a:visited { 
	text-decoration : underline; 
}

a:link, a:visited { 
	color : #d1b102; 
}