/***** 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/top_background.jpg);
	background-repeat:repeat-x;
	color:#000000;
}

a:link, a:visited {
	color:#000000;
}

a:hover {
	color:#000000;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:17px;
	color:#000000;
	margin:0 auto;
	background-position:top;
	line-height:30px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#000000;
	margin:0 auto;
	background-position:top;
	line-height:14px;
}

#container {
	background-color:#f2f2f2;
	width:960px;
	margin:0 auto;	
	padding:0 auto;
	background-image:url(images/side_shadow.jpg);
	background-repeat:repeat-y;
}

#top {
	width:960px;
	margin:0 auto;	
	padding:0 auto;
	height:145px;
}

#gray {
	width:920px;
	margin:0 auto;	
	padding:0 auto;
	height:5px;
	background-image:url(images/gray_line_background.jpg);
	background-repeat:repeat-x;
}

#bottom {
	width:960px;
	margin:0 auto;	
	padding:0 auto;
	height:40px;
}

/***** Content *****/

#content {
	width:920px;
	background-color:#666666;
	min-height:500px;
	background: url("images/content_backdrop.jpg") repeat-y;
	margin:auto;
}

#leftBucket{
	float:left;
	width:235px;
}

#middleBucket{
	float:left;
	width:474px;
}

#rightBucket{
	float:left;
	width:211px;
}

#BucketPad{
	padding:10px 10px 10px 10px;
}

#clearBoth{
	clear:both;
}

#quote{
list-style-type: none;
margin: 0;
display: block;
width: 155px;
float: left;
font-size:15px;
color: #000000;
font-family:Georgia, "Times New Roman", Times, serif;
padding:4px 0px 4px 45px;
vertical-align:top;
}

/***** Nav *****/

#navlist, {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}

#navlist li{
            background-position:top;
            background-repeat:repeat-x;
			width:155px;
			font-size:15px;
			color: #000000;
			font-family:Georgia, "Times New Roman", Times, serif;
			list-style-type: none; /*turns off display of bullet*/
}


#navlist a, #navlist a:visited {
            display: block;
            padding: 3px 0px 5px 4px;
            height:18px;
			color: #000000;
            text-decoration: none;
            font-family:Arial, Helvetica, sans-serif;
            font-size:15px;
			width:155px;
			font-family:Georgia, "Times New Roman", Times, serif;
}

#navlist a:hover {
            text-decoration: none;
            color:#ffffff;
            background-position:top;
            background-repeat:repeat-x;
			background: url("images/blue_selected_background.jpg") repeat-x; 
			width:155px;
			font-family:Georgia, "Times New Roman", Times, serif;
}

#navlist .selected{
            background-position:top;
            background-repeat:repeat-x;
		    color:#ffffff;
			background: url("images/blue_selected_background.jpg") repeat-x; 
			width:155px;
			font-family:Georgia, "Times New Roman", Times, serif;
}
/***** 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;
}