* {
color: #800080;
padding: 0;
margin: 0 auto;
 
}



.clear{
	clear:both;
	}
.clear-left{
	clear:left;
	}
img{
	border:none;
	}
body{
	background:url(../graphics/body_bg.jpg) repeat-x; height:606px;
	background-color:#ccacce;
	}

#wrapper{

	margin:0 auto;
	width:818px;

	}
#header{

	width:816px;
	height:118px;
	}
#nav{

	background:url(../graphics/nav_spacer.gif) repeat-x; height:34px;	
			border-right: #ad3aa5 1px solid;
						border-left: #ad3aa5 1px solid;
	}
		.nav-button{
			background:url(../graphics/nav_background.gif) repeat-x;  height:34px;
			float:left;
			display: block;
		
			width:149px;
			margin-right:2px;
			}
		.nav-button-last{
			background:url(../graphics/nav_background.gif) repeat-x;  height:34px;
			float:right;
			margin:0px;

			width:212px;
			background-color:#eddbee;
		
			}
			.nav-txt{

				FONT-FAMILY:"Times New Roman", Times, serif;
				text-transform:uppercase;
				color:#ffffff;
				font-size:18px;
				font-weight:bolder;
				line-height: 30px;
				}
					a.nav-txt:link{
						color:#ffffff;
						text-decoration:none;
						}
					a.nav-txt:visited{
						color:#ffffff;
						text-decoration:none;
						}
					a.nav-txt:hover{
						color:#deb8e0;
						text-decoration:none;
						}

#lower-nav{
	background:url(../graphics/sub-nav-bg.gif) repeat-y; width:816px; height:31px;
	background-color:#eedaef;
	text-align:center;
			border-right: #ad3aa5 1px solid;
	line-height: 30px;
	}
	
.txt-lower-nav{
	margin-left:40px;
	}
		a.txt-lower-nav:link{
			font-family:"Times New Roman", Times, serif;
			font-size:16px;
			font-weight:bold;
			color:#800080;
			text-decoration:none;
		
			}
		a.txt-lower-nav:visited{
			font-family:"Times New Roman", Times, serif;
			font-size:16px;
			font-weight:bold;
			color:#800080;
			text-decoration:none;
			}
		a.txt-lower-nav:hover{
			font-family:"Times New Roman", Times, serif;
			font-size:16px;
			font-weight:bold;
			color:#deb8e0;
			text-decoration:none;
			}
#main-content{
	background:url(../graphics/content_bg.gif) repeat-y; width:817px;
	text-align:left;
	}
	.left{
		float:left;
		margin-left:1px;
		padding:15px;
		padding-top:30;
		width:530px;
		background-color:#ffffff;
		font-family:Arial, Helvetica, sans-serif;
		font-style:italic;
		font-size:16px;
		color:#800080;
		/*color:#970080;*/
		font-weight:bold;
		}
		
		.left p {
		margin-bottom: 12px;
		}
		
		
		
	.right{
		background:url(../graphics/right-box_bg.jpg) repeat-x; width:225px; height:222px;
		background-color:#ffffff;

		float:left;
		padding:5px;
		margin-top:30px;
		margin-left:15px;
		}
			.address{
				font-family:Verdana, Arial, Helvetica, sans-serif;
				color:#800080;
				/*color:#000000;*/
				font-size:12px;
				line-height:225%;
				font-weight:bold;
				}
	.center{
		background:url(../graphics/content_bg.gif) repeat-y; width:817px;
		text-align:center;
		font-size:12px;
		color:#800080;
		/*color:#666666;*/
		line-height:200%;

		}
		.italic{
			font-style:italic;
			}
		a.accufind:link{
			text-decoration:none;
			color:#800080;
			}
		a.accufind:visited{
			text-decoration:none;
			color:#800080
			}
		a.accufind:hover{
			text-decoration:underline;
			color:#800080;
			}
		.small{
			font-size:11px;}
			
#main-content-bottom{
	background:url(../graphics/main-content-bottom.gif) no-repeat; width:817px; height:27px;
	}