Body
{
	font-family: "Trebuchet MS", "Verdana";
	font-size: 12px;
    	background-image: url(Images/pageBgFill.jpg);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	
	
}

#container{
	width: 1024px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(Images/contentColumnFill.jpg);
	background-repeat: repeat-y;
	font-family:Tahoma,Arial,Helvetica;
	font-size:11px;
	
	
}

#contentWrapper{
	width: 1024px;
	background-image: url(Images/pageBg.jpg);
	background-repeat: no-repeat;
	
	
}

#contentColumn{
	width: 800px;
	padding: 20px 0 0 109px;
	
}

#header{
	height: 69px;
	width:320px;
	background-image: url(Images/ueLogo.gif);
	margin-bottom: 20px;
	display: block;
    	margin-left: auto;
    	margin-right: auto;
	
}

.divider{
	
	height: 5px;
	width: 800px;
	background: #a0634e;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#bkWhite{
	
	width: 801px;
	height: 256px;
	padding: 0px;
	margin: 0px;
	
}

#btmBrown{
	background: url(Images/btmBrown.jpg) repeat-x;
	width: 800px;
	height: 79px;
	padding: 0px;
	
	
}

.text{
	
	text-align: center;
	color: white;
	width: 550px;
	height: 50px;
	font-size: 12px;
	padding-top: 25px;
	padding-left: 135px;
	font-weight: bold;
}

#columnFooterShadow{
	width: 1024px;
	height: 58px;
	background-image: url(Images/columnFooter.jpg);
	
}

#footer {  
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	color: #FFFFFF;
  	font-size: 11px;
  	padding: 5px 0 0 0px;
  	margin: 0;
  	text-align: center;
}

#footer a:link {
	margin-left: 15px;
    	text-decoration:    none;
    	color:#FFFFFF;
	font-weight: normal;
}

#footer a:visited  {
	margin-left: 15px;
    text-decoration:    none;
    color:#FFFFFF;
	font-weight: normal;
}

#footer a:hover    {
	margin-left: 15px;
    text-decoration:    none;
    color:#c8e4fc;
	font-weight: normal;
}

#footer a:visited:hover  {
	margin-left: 15px;
    text-decoration:    none;
    color:#c8e4fc;
	font-weight: normal;
}

#footer a:active   {
	margin-left: 15px;
    text-decoration:    none;
    color:#FFFFFF;
	font-weight: normal;
}

