#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	width: 700px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/tile.jpg);

}
body {
	text-align: center;
}
#header {
	background-image: url(images/header.jpg);
	height: 172px;
	width: 700px;
}
#header h1 {
	display: none;
}
#menu {
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #A0AF90;
	float: left;


}
#content {
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D5C49;
	float: right;
	line-height: 22px;
	background-image: url(images/empty.gif);


}
#contentwrapper {
	padding-top: 13px;
	clear: both;
	background-image: url(images/empty.gif);




}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
}
#menu ul {
	margin-left: 10px;
}
#menu li {
	margin-bottom: 8px;
	list-style-type: none;
}
#menu a {
	color: #67886B;
	text-decoration: none;
}
#footer {
	width: 500px;
	float: right;
	margin-top: 40px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #D5DDD2;
	padding-top: 20px;

}
#logo_uog {
	float: left;
}
#logo_sf {
	float: right;
}
#footer a {
	color: #FFFFFF;
	border: 0px #FFFFFF;
}
#footer a img {
	border: 0px #FFFFFF;
}
#content em {
	color: #A0AF90;
	font-weight: bold;
	font-style: normal;
}
h3 {
	font-size: 14px;
	color: #A0AF90;
	text-transform: uppercase;
	letter-spacing: 1px;
}
blockquote {
	font-size: 11px;
}	
div.hang {
	font-size: 11px;
	text-indent: -3em;
	margin-left: 3em;
}
table td {
	padding-right: 25px;
	vertical-align: top;
}
