/***** Main *****/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	margin:0 auto;
	padding:0 auto;
	background-position:top;
	background-image:url(images/background.jpg);
	color:#666666;
}

a:link, a:visited {
	color:#906caf;
	font-weight:bold;
}

a:hover {
	color:#906caf;
	font-weight:bold;
}

#hrDiv { 
height: 1px; 
background: #e295a1; 
} 

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#906caf;
	margin:0 auto;
	line-height:30px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:13px;
	color:#e295a1;
	margin:0 auto;
	line-height:16px;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	margin:0 auto;
	line-height:15px;
	font-weight:normal;
}

#container {
	background-color:#f2f2f2;
	width:960px;
	margin:0 auto;	
	padding:0 auto;
	background-image:url(images/repeated-content-backdrop.jpg);
	background-repeat:repeat-y;
}

#top {
	width:960px;
	margin:0 auto;	
	padding:0 auto;
	height:72px;
	background-image:url(images/top.jpg);
}

#bottom {
	width:960px;
	margin:0 auto;	
	padding:0 auto;
	height:72px;
	background-image:url(images/bottom.jpg);
}

/***** Content *****/

#leftBucket{
	float:left;
	width:190px;
	padding: 0px 0px 0px 40px;
}

#rightBucket{
	float:left;
	width:690px;
	padding: 0px 20px 0px 20px;
	display: inline;
	_padding: 0px 0px 0px 0; /* this did the trick. Only IE6 should process this line */
}

#rightBucketA{
	float:left;
	width:480px;
	padding: 10px 30px 0px 0px;
	_padding: 10px 0px 0px 0px; /* this did the trick. Only IE6 should process this line */
}

#rightBucketB{
	float:left;
	width:155px;
	padding: 10px 20px 0px 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#906caf;
	line-height:18px;
	font-style:italic;
	_padding: 10px 0px 0px 35px; /* this did the trick. Only IE6 should process this line */
}

#clearBoth{
	clear:both;
}

/***** Nav *****/

#navlist, {
	width: 194px;
	margin: 0; /*removes indent IE and Opera*/
	text-decoration:none;
	margin-left:0;
	padding-left:0;
}

#navlist ul{
		display: block;
		margin-left:0;
		padding-left:0;
		color: #906caf;
		font-family:Georgia, "Times New Roman", Times, serif;
		list-style-type: none; /*turns off display of bullet*/
		font-size:13px;
		width: 184px;
		text-decoration:none;
		padding: 7px 0px 7px 0px;
}

#navlist a {
		display: block;
		margin-left:0;
		padding-left:0;
		color: #906caf;
		font-family:Georgia, "Times New Roman", Times, serif;
		list-style-type: none; /*turns off display of bullet*/
		font-size:13px;
		width: 184px;
		text-decoration:none;	
		padding: 7px 0px 7px 10px;
		background: url("images/nav-background-line.jpg"); 
}

#navlist a:hover {
		display: block;
		margin-left:0;
		padding-left:0;
		color: #906caf;
		font-family:Georgia, "Times New Roman", Times, serif;
		list-style-type: none; /*turns off display of bullet*/
		font-size:13px;
		background: url("images/nav-background-selected.jpg"); 
		width: 184px;
		text-decoration:none;
		padding: 7px 0px 7px 10px;
		font-weight:bold
}

#navlist .selected {
		display: block;
		margin-left:0;
		padding-left:0;
		color: #906caf;
		font-family:Georgia, "Times New Roman", Times, serif;
		list-style-type: none; /*turns off display of bullet*/
		font-size:13px;
		background: url("images/nav-background-selected.jpg"); 
		width: 184px;
		text-decoration:none;
		padding: 7px 0px 7px 10px;
		font-weight:bold
}

/***** Footer *****/

#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	padding:10px 10px 10px 10px;
}

#footer a {
		font-weight:normal;
		color:#ffffff;
}