﻿/* CSS Document */
body{
margin:0px;
padding:0px 0px 0px 0px;
background:#f2f8fe;
}

#header{
width:100%;
height:132px;
background:url(images/ucheader.jpg) repeat-x;
}

#heading{
padding-left:20px;
color:#f0f7fe;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
}

#text{
padding-left:20px;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
text-align:center;
}

#footer{
width:100%;
height:29px;
color:#454545;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
background:url(images/footer.jpg) repeat-x;
}



#footer A {
	background-position: url(images/footer.jpg) repeat-x;
	width: 100%;
	height: 29px;
	color: #004499;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background: url(images/footer.jpg) repeat-x;
	text-decoration: underline;
}



