/* CSS Document */

/* Global*/
body {
margin: 10px;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #666666;  
background-color: #A17E9C;
}
#container {
			width: 750px;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			padding: 10px;
		}

		#banner {
	padding: 0;
	margin-bottom: 0;
	background-image: url(blissflower.jpg);
	height: 90px;
	background-repeat: no-repeat;
	background-color: #1F1D21;
		}

		#content {
			padding: 5px;
			margin-left: 187px;
			background-color: #ffffff;
			border: 1px solid #000000;
		}

		#sidebar {
			float: left;
			width: 185px;
			\width: 185px;
			w\idth: 185px;
			margin: 0;
			background-color: #ffffff;
			border-left: 1px solid #000000;
			border-bottom: 1px solid #000000;
			margin-top: 0;
			padding-top: 0;
		}

		#footer {
	clear: both;
	padding: 0;
	padding-top: 5px;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	color: #ffffff;
		}
		
	/* a */
	
	A {
text-decoration: underline;
} 

a:link {  
font-family: Arial, Helvetica, sans-serif; 
color: #A17E9C; 
text-decoration: underline;
}

a:hover {  
color: #ffffff; 
text-decoration: underline; 
background-color: #A17E9C; 
}

a:visited {  
color: #7D4D77; 
text-decoration: underline;
}

/* sidebar formatting */
dt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	line-height: 12pt;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-left:2px;
	padding-bottom: 5px;
	margin-top: 0;
	background-color: #AD526C;
	letter-spacing: 0.8em;
	word-spacing: 0.8em;
	display: block;
}

dd {
	list-style-type: none;
	margin-left:5px;
	padding-bottom: 6px;
	padding-top: 3px;
}
#sidebar a:link {  
font-family: Arial, Helvetica, sans-serif; 
color: #000000; 
}

#sidebar a:hover {  
color: #ffffff; 
text-decoration: underline; 
background-color: #A17E9C; 
}

#sidebar a:visited {  
color: #000000; 
text-decoration: underline;
}
/* footer formatting */
#footer a:link {  
font-family: Arial, Helvetica, sans-serif; 
color: #000000; 
}

#footer a:hover {  
color: #ffffff; 
text-decoration: underline; 
background-color: #AD526C; 
}

#footer a:visited {  
color: #000000; 
text-decoration: underline;
}

/* general formatting */

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	line-height: 12pt;
	color: #AD526C;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 3px;
	border-bottom: 1px solid #333333;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
	line-height: 12pt;
	color: #AD526C;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 3px;
	border-bottom: 1px solid #333333;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 12pt;
	color: #AD526C;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 3px;
	border-bottom: 1px solid #333333;
}

/* headerbox */

#headerbox {
	width: 500px;
	border: 3px double #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 5px;
	margin-bottom: 10px;
}

#headerbox a:link {  
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

#headerbox a:hover {  
color: #ffffff; 
text-decoration: underline; 
background-color: #A17E9C; 
}

#headerbox a:visited {  
color: #000000; 
text-decoration: underline;
}

