@charset "ISO-8859-1";


/*		Page Styles for Site		*/
.style1 {
	background-color: #1c387c;
	background-image: url('../slices/bg_left.gif');
}

.style2 {
	background-color: #FFFFFF;
}

.style3 {
	background-image: url('../slices/dropshadow_right.png');
}

.style4 {
	background-image: url('../slices/dropshadow_left.png');
}

.style5 {
	text-align: right;
	background-image: url('../slices/quicklinks_bg.png');
	background-repeat:repeat-x;
}

.style6 {
	text-align: right;
	padding-right: 25px;
	font-size: x-small;
	color: #FFFFFF;
}

.style7 {
	color: #C0C0C0;
}

.style8 {
	text-align: right;
}

.style9 {
	background-image: url('../slices/left_bg.png');
	background-repeat:no-repeat;
	text-align: center;
}

/*		Specific to Updates pages		*/
#content {
    padding: 20px 50px 40px 17px;
}
#content .story h1 {
	margin-top: 2px;
	margin-bottom: 30px;
}
#content .story h2 {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #464646;
	margin-bottom: -7px;
}
#content .story p {
	margin-left: 30px;
}

#content .story blockquote {
	font-style: italic;
	/*text-indent: -.5em;*/
	margin-left: 50px;
}

#updateMenu {
	position: relative;
	top: 5px;
}

#content .story .photogroup {
	margin: 0 0 10px 30px;
}
#content .story .photogroup img {
	margin-right: 10px;
}

