@charset "UTF-8";
<style type="text/css">
	
* {
	margin: 0;
	padding: 0;
	/*
	The light blue color in the logo is between #2C969F and #26949E
	The orange is near #E96C3C
	*/
}

body {
	background-image: url(images/ACRbg.jpg); 
	background-repeat: repeat; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	text-decoration: none;
	/* 
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: small; 
	color: #39839b; blue
	background-color:#FFFFFF;
	*/
}

div#wrapper {
	margin:10px auto;
	width:750px;
	padding:15px;
	background-color:#FFFFF0;
	border-style:solid;
	border-width:1px;
	border-color:#39839b;
	line-height: 150%;
}

div#content {height: 100%;}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #C30;
	line-height:175%;
}

h1.latest {color: white; margin-bottom: 0px;}

.header2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20pt;
	color: #39839d;
}

body ul {
	text-decoration: none;
	list-style-position: outside;
	list-style: none;
}

a {
	color: #FFA500; /* #666; */
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #660;
}

a:hover {
	text-decoration: none;
	color: #C30;
}

a:active {
	text-decoration: none;
	color: #39839b;
}

div#header {
	height:190px;
	position: relative;
	padding: 0 0 10px 0;
}

#logo {
	/* padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px; */
}

#headerRight {
	float:right;
	position:relative;
	top:140px;
	list-style: none;
}

#headerRight a {
	float:right; 
	margin: 0 0 0 5px;
	text-decoration: none;
	color: #FFFFFF;
}

#headerRight a:hover {
	border: 1px dotted #000000;
}

#headerRight li {
	display: inline;
}

div.nav {
	background-color: #39839b;
	height: 3em;
	overflow: hidden;
	color: white;	
}

div.navContainer {
	margin: 0 auto;
	text-align: center;
}

div.nav ul {

	float: left;
	list-style-type: none;
	width: 650px;
}

div.nav li {
	display: inline;
	float: left;
}

div.nav li a {
	color: white;
	display: block;
	float: left;
	font-weight: bold;
	padding: 0 0;
	/* position: relative; */
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	
	font-family: Arial, sans-serif;
	font-size: 16px;
	/* line-height: 100%; */
	
}

div.nav li a:hover {
	/* color: #FFA500; */
	color:#e3e3e3;
	text-decoration:underline;
}

div.nav li#Home a {
	width: 135px;
}

div.nav li#HowYouCanHelp a {
	width: 225px;
}

div.nav li#Links a {
	width: 135px;
}

div.nav li#About a {
	width: 135px;
}

div.navFooter {
	background: #39839b;
	height: 3em;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	line-height: 100%;
	color: white;
}

div#Reuse {
	float: right;
	width: 45%;
	padding: 0 0 0 5px;
	
}

div#AustinLinks {
	float: left;
	width: 50%;
	padding: 0 5px 0 0;
	margin-left: 5px;
}

#LeftPanel {
	position:absolute;
	left:0px;
	top:0px;
	width:165px;
	height:1201px;
	border: solid red; 
}

#EmailSignup {
	float: right;
	padding: 5px 20px 20px;
	background-color: white;
	border: 1px #a1a1a1 solid;
	margin: 10px 0 10px 15px;
	
}

#footer {
	position: relative;
	clear: both;
	margin: auto;
	border: 1px solid blue;
}

.introtype {
	font-size: 14pt;
}

.thelist {
	/* color: #666; */
	color: #39839b;
	list-style-position: outside;
}

#youcanhelp {
	font-size: 16pt;
	letter-spacing: -1px;
	text-align: left;
	display: block;
	position: relative;
	visibility: visible;
	height: 800px;
	width: 650px;
	left: 165px;
	top: 310px;
	line-height: 20pt;
	padding-top: 15px;
}

.biglink {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #c30;
	text-decoration: none;
	letter-spacing: -1px;
	display: inline;
	text-align: left;
	vertical-align: middle;
}

.biglink2 {
	text-align: right;
}

hr {
	border-top-color: #c30;
	border-right-color: #c30;
	border-bottom-color: #c30;
	border-left-color: #c30;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	display: block;
	vertical-align: top;
}

.listhighlight {
	font-family: Helvetica, Arial, sans-serif;
	color: #39839d;
}

dl {
	line-height: 175%;
}

dt {
	font-weight: bold;
}



