/* CSS Document */
html {
	height:100%;
}
body {
	color: #666666;
	font-size:14px; 
	font-family: Arial, Helvetica, sans-serif;
	background-color: #6b528f;
	background-image:none;
	background-repeat:repeat-x;
	margin: 15px 0px;
}


h1{
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 24px;
	margin-left:15px;
	padding-left:3px;
	padding-bottom:3px;
	border-bottom:0px solid #81511E;
	border-top:0px solid #81511E;
}

h2{
text-align: left;
font-family:"Times New Roman", Times, serif;
font-size:21px;
font-style:italic;
margin-left:1px;
color:#000;
border-bottom:1px solid #666;
border-top:1px solid #666;
padding-bottom:2px;
padding-top:2px;
padding-left:15px;
background-color:#EDEDED;
}

h2 a{
	color:#666;
	text-decoration:none;
}

#header .address h1{
text-align:left;
color: #666;
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
padding-left:0;
margin-left:6px;
padding-bottom:0px;
padding-top:0px;
margin-top:0px;
padding-bottom:10px;
}
.h1{
color: #666;
font-size: 14px;
padding-left:0;
margin-left:7px;
padding-top:0px;
font-weight:normal;
}

h3 {
text-align:center;
font-family:"Times New Roman", Times, serif;
font-style:italic;
color:#9e804f;
}

blockquote{
line-height:22px; 
font-style: italic;
padding-left: 20px; 
margin-left: 30px; 
background-image: url(images/blockquote.png); 
background-repeat: no-repeat; 
color:#999999;
}


.dropcap{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	float: left;
	margin-right:2px;
	font-size: 250%;
	line-height: 80%;
}

a{
	color: #54237f;
	text-decoration: underline;
}
a:hover{
	color: #54237f;
	text-decoration:none;
}

img {
	border: none;
}

.img_left {
	float:left;
	margin-right:10px;
	margin-bottom:1px;
	border:1px solid #4d2b07;
	padding:4px;
}

.img_right{
	float: right;
	margin-left: 14px;
	margin-bottom: 4px;
	border:1px solid #EDEDED;
	padding:3px;
}
.clear{
	clear: both;
	height:20px;
}

hr{
	margin-left:15px;
}

ul li {
	line-height:180%;
}

p {
line-height:150%;
margin-left:15px;
margin-right:15px;
}

#page{
	background-color:#fff;
	margin: 0px auto;
	width: 889px;
	border:0px solid #703724;
	background-image:none;
	background-repeat:repeat;	
}

#mid-page {
height:56px;
background-image: url(images/mid-page-lavender.jpg);
background-repeat:no-repeat;
}

#content {
padding-top:6px;
padding-bottom:30px;
}

#left {
	float:left;
	font-weight: normal;
	width:201px;
	margin-left:0;
	padding-right:0;
	padding-top:0px;
	background-color:transparent;
	border-right:0px solid #af9ec7;
	height: auto;
	text-align:justify;
}
#left p {
line-height:normal;
}

#right {
	float:right;
	width:674px;
	padding-top:0px;
	margin-right:8px;
	padding-bottom:30px;
	text-align:justify;
	border-left:4px double #EDEDED;
}

#header h1{
font-size:14px;
text-decoration:none;
text-align: center;
border-bottom:none;
font-style:normal;
margin-bottom:0;
padding-bottom:0;
padding-top:10px;
}

#header{
	position:relative;
	background-color:transparent;
	height:255px;
	background-image: url(images/lavender-top-swirl.jpg);
	background-repeat:no-repeat;
	background-position:  bottom;
}

.logo{
	position:absolute;
	left: 56px;
	top: 2px;
}

.address{
	position:absolute;
	width: 200px;
	left: 681px;
	top: 27px;	
}

.email {
text-align:center;
}

.headings {
color:#333;
font-weight:bold;
}

/*********Navigation********/


#navigation{
	clear: both;
	padding-left: 20px;
	background: #532380;
	border-top: 0px solid #EEE2C2;
	border-bottom: 0px solid #EEE2C2;
	height: 28px;
}
#navigation ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	white-space: nowrap;
}
#navigation li{
	display: inline;
}
#navigation li a{
	float: left;
	padding: 1px;
	padding-left: 15px;
	padding-right: 15px;
	background: #532380;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
#navigation a:hover{
	background:transparent;
	color:#fff;
}

#content_end{
	clear: both;
	text-align: center;
	padding-top:8px;
	padding-bottom:15px;
	width:690px;
	margin:0 auto;
	background-color:transparent;
}

#footer{
	clear: both;
	margin: 0px auto;
	background:transparent;
	color: #af9ec7;
	border-top: 1px solid #EDEDED;
}
#footer p{
text-align:center;
}
#footer .h1{
	font-size: 120%;
}
#footer a, #footer a:hover{
	font-weight: lighter;
}
#credit{
	margin: 0px auto;
	background-color:transparent;
}
#credit p{
text-align:center;
}
#credit a{
	text-decoration: none;
}
#credit a:hover{
	text-decoration: underline;
}
#credit img{
	display: block;
}
