@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin:0;
}

body{
	color:#000000;
	}

p{
	font-family:"Times New Roman", Times, serif;
	font-size:0.8em;
}

a:link{
	color:#990000;
	text-decoration:none;
	}

a:visited {
	color:#990000;
	text-decoration:none;
	}

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

a:active {
	color:#FF0000;
	}

img{
	color:#7b3136;
	}

/********* Font Styles ***********/

h4{
	color:#990000;
	font-size:1.0em;
	}

.style1 {
	color: #006633;
	font-weight: bold;
}

.style2 {
	color:#990000;
	}


/******** Divs *************/

#container{
margin:10px auto;
margin-bottom:0px;
width:798px;
border:#990000 solid 1px;
}

#header{
height:140px;
border-bottom:#990000 solid 1px;
}

#header-image{
background-image:url(../images/a_top_graphic_copy02.jpg);
background-repeat:no-repeat;
height:116px;
}

#menu{
height:24px;
text-align:center;
margin-left:150px;
}

#content{
margin-left:10px;
margin-right:10px;
margin-top:15px;
}

#left{
width:550px;
height:400px;
}

#right{
float:right;
width:200px;
height:150px;
padding-top:170px;
}



#footer {
	width:800px;
	height:55px;
	margin:5px auto;
}

#footer p{
font-size:0.7em;
}

#footer-image{
height:227px;
background-image:url(../images/Bottom_Graphic.jpg);
background-repeat:no-repeat;
}

#footer-left{
width:400px;
text-align:center;
margin-left:120px;
float:left;
}

#associations {
	float:right;
	width: 180px;
	margin-right:3px;
	text-align:right;
}

#site-map{
width:180px;
float:left;
}