@charset "iso-8859-1";
body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #AD6D6D; /*dk mauve*/;
	color: #000000;
	background-image: url('images/austin background olive.jpg');
}
sup, sub { line-height: 0 }
p, blockquote { line-height: 1.35em }
/*===============indicates no border around any image ============*/
body img {
	border: 0px;
	text-decoration: none;
}
/* ============ margins auto center the container on the page ==========*/
#container {
	margin: 10px auto 10px auto;
	padding: 30px;
	background-color: #ffffff;
	width: 80%;
	max-width: 1300px;
}
/*=================== styles for top banner ========================*/
#banner {
	 background-position: center;
 padding: 10px;
 background-color: #FFFFFF;
 background-image: url('images/austin title olive.gif');
 height: 90px;
 background-repeat: no-repeat;
 color: #000000;
}
/*=================== styles for top menu ======================*/
#topmenu {
	background-color: #FFFFFF;
	text-align: center;
	font-size: .90em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: inherit;
	border-top: 2px solid #666633;
	border-bottom: 2px solid #666633;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topmenu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 1em;
}

#topmenu a {
	font-weight: bold;
	color: #990033;
	background: transparent;
	text-decoration: underline;
	padding: 2px;
}
#topmenu a:visited{
	font-weight: bold;
	color: #000000;
	background: transparent;
	padding: 0px;
	text-decoration: underline;
		padding: 2px;

}
#topmenu a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #EAFBC5;
	color: #990033;
		padding: 2px;

}


/*==============all site links==============*/

a:link {
	font-weight: bold;
	color: #666633;
	background: transparent;
	text-decoration: underline;
}
a:visited{
	font-weight: bold;
	color: #000000;
	background: transparent;
	padding: 0px;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #EAFBC5;
	color: #000000;
}
a:active {
	font-weight: bold;
	text-decoration : underline;
	background: #BFDFE2;
	color: #000000;
}
/*====================== styles for main content area =========================*/
#content {
	margin-left:180px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

#content q {
	margin-left:60px;
	padding: 5px;
	text-align: left;
	vertical align: top;
}

/*===========content area list items==============*/
#content ul li {
	list-style-image: url('images/Green_Bullet_Point_mod.bmp');
	margin: 2px;
	padding: 2px;
}
#content li li {
	list-style-image: url('images/pink-bullet-sm.gif');
	padding: 2px 0;
}

/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */
#vertmenu {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 width: 160px;
 padding: 0px;
 margin: 10px 0px 0px 0px;
 float: left;
}

#vertmenu p {
	display: block;
	background-color: #CCCC99;
	font-size: 90%;
	font-weight: bold;
	padding: 3px 0 5px 5px;
	border: 1px solid #825252;
	color: #333333;
	margin: 5px 0px 5px 0px;
	width: 159px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
	margin: 0px 0px 8px 0px;
	padding: 0px;
}
#vertmenu ul li a {
font-size: 80%;
display: block;
border-bottom: 1px dashed #825252;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #666666;
width:160px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
background-color: #EAFBC5;
}
/*============== Styles for footer ===================*/
#footer {
	border-top: 2px solid #666633;
	clear: both;
	padding: 5px;
	background-color: rgb(255, 255, 255);
	text-align: center;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*================== general styles =================*/
hr {
	width: 50%;
	text-align: center;
	background-color: #004145;
	height: 5px;
}
/* =================Styles for heading tags =============== */
h1, h2, h3, h4 {
	color: #990033;
	background-color: inherit;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 1.8em;
	background: #EAFBC5;
	padding:3px 0px 3px 10px;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1em;
}
h4 {
	font-size: .9em;
}
/*================used to center anything==============*/
.center {
	text-align: center;
}
/* ============floats images to right or left ============*/
.imgrgt {
	float: right;
	padding: 7px;
}
.imglft {
	float: left;
	padding: 7px;
}

.smtxt {
	font-size:small;
}


