*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #103C05;
	text-decoration:underline;
}

a:hover {
	text-decoration: underline;
	color: #664d33;
}


body {
	
	background: #103C05;
	font: 14px "century Gothic", "Times New Roman", Times, serif;
	color: #333333;
	margin-top:20px;
}

#content
{
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background: #ffffff url(images/upcc-footer.jpg) no-repeat bottom;
	padding-bottom:200px;
}


#header {
	background: url(images/header_georgia.jpg) #ffffff;
	text-align: left;	
	height:89px;
	border-bottom:1px solid #000000;	
}

#logo {
width: 800px;
text-align: left;
}


td.sep {
	border-left: 1px dotted #000033;
}

blockquote { 
	width: 435px; 
	margin-left: 95px; 
	margin-right: 95px; 
	margin-bottom:25px;
	border-top: 1px dashed #669900;
	border-bottom: 1px dashed #669900;
	padding:5px;
	color:#663300;
}

#left
{
	padding: 15px 5px 10px 20px;
	width: 120px;
	height: 220px;
}


#left ul {
	list-style: none;
}

#left li {
	color: #663300;
	margin-bottom:10px;
	border-bottom:1px dotted #103C05;
}

#left a {
	color: #103C05;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}

#left a:hover {
	color:#664d33;
	text-decoration:underline;
}

#left a:visited {
	color: #664d33;
}


#right
{
float: right;
width: 635px;
padding: 10px 10px 10px 5px;
}


#right h1 {
	margin: 0;
	padding: 0;
	padding-top: 2px;
	color: #664d33;
	font-size:16px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 2px;
	color: #664d33;
	font-size:14px;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font-size:13px;
	font-weight:normal;
}

#right ul {
	list-style-type: disc;
	list-style-image: none;
	list-style-position: inside;
}

#right li {
	line-height: 1.25;
	font-size: 12px;
	font-weight:normal;
	margin-bottom:5px;
}



#footer {
	height: 5px;
	clear: both;

}

#footer p {
	margin: 0;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
}

#credit a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:16px;
}
#credit a:hover {
	text-decoration:underline;
}
#credit li {
	display:inline;
	padding:0 15px;
}
#credit {
	width:800px;
	margin:0 auto;
}
#credit ul {
	text-align:center;
}
#credit p {
	color:#fff;
	text-align:center;
	margin-top:1em;
}
.linebreak {
	display: block;
}
.center {
	text-align:center;
}
.topPad {
	padding-top:1em;
}
