/*
HTML Page elements
---------------------
*/

	body {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 10px 0px;
		font-family: "Lucida Grande", Geneva, Helvetica, Arial, Verdana, sans-serif;
		font-size: 13px;
		line-height: 16px;
		background-color: #ffffff;
		color: #000000;
	}
	
	hr {
		display: none;
	}
	
	p {
		margin: 0px 0px 12px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	p.extraSpace {
		margin-top: 40px;
	}
	
	form {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	.clearBoth {
		display: block;
		clear: both;
		height: 1px;
		font-size: 1px;
		line-height: 1px;
		overflow: hidden;
	}
	
	a {
		color: #FF620A;
		text-decoration: underline;
	}
	a:visited {
		color: #666666;
		text-decoration: underline;
	}
	a:hover {
		color: #000000;
		text-decoration: underline;
	}

	.floatRight {
		float: right;
	}
	.floatLeft {
		float: left;
	}



/*
Styles 
-------------------------
*/





.introParagraph {
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	color: #4B4C99;
}

.noTopMargin {
	margin-top: 0px !important;
}

.noBottomMargin {
	margin-bottom: 0px !important;
}

.picBorder {
	border: 1px solid #666666;
}

.picLeft {
	display: block;
	clear: both;
	float: left;
	margin: 2px 10px 12px 0px;
}

.picLeftLess {
	display: block;
	clear: both;
	float: left;
	margin: 3px 10px 8px 0px;
}

.picLeftLessPad {
	display: block;
	clear: both;
	float: left;
	margin: 3px 5px 0px 1px;
	text-align: left;
	width: 175px;
}
.picLeftLessPad p {
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 3px 0px;
}

.picRight {
	display: block;
	clear: both;
	float: right;
	margin: 2px 0px 12px 15px;
}

.picCenter {
	display: block;
	text-align: center;
	margin: 5px 0px 12px 0px;
}

.divider {
	margin: 30px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
	height: 3px;
	background-image: url("/images/common/divider_bg.gif");
	background-repeat: repeat-x;
	overflow: hidden;
}


/*
Misc positioning elements
-------------------------
*/

	#fullBrowserWidth {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 100%;
		text-align: center;
		background-image: url("/images/common/header/header_bg_tile.jpg");
		background-repeat: repeat-x;
	}
	
	#miscTags {
		display: none;
	}

	#centeredPage {
		display: block;
		margin: 0px auto 0px auto;
		position: relative;
		width: 1000px;
		min-height: 400px;
		_height: 400px;
		text-align: left;
	}

/*
Header elements
-------------------------
*/

	#headerArea {
		display: block;
		margin: 0px 0px 0px 0px;
		position: relative;
		width: 1000px;
		height: 105px;
	}
	
	#headerArea p {
		margin: 0px 0px 0px 0px;
	}
	
	#skipNav {
		display: none;
	}
	
	#headerLogo {
		position: absolute;
		top: 0px;
		left: 50px;
	}

/*
Page title elements
-------------------------
*/

	#pageTitle {
		display: block;
		margin: 20px 50px 30px 50px;
		padding: 0px 0px 0px 0px;
		width: 900px;
	}

	#pageTitle h1 {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 24px;
		line-height: 27px;
		font-weight: normal;
		color: #4B4C99;
	}

/*
Column elements
-------------------------
*/

	#twoColumns {
		display: block;
		margin: 0px 50px 0px 50px;
		padding: 0px 0px 0px 0px;
		width: 900px;
	}
	
	#twoColumns #mainColumn {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: left;
	}
	
	#twoColumns #mainColumn.minWidth {
		width: 490px;
	}
	
	#twoColumns #mainColumn.widerContent {
		width: 690px;
	}
	
	#twoColumns #mainColumn.fullWidth {
		width: 900px;
	}
	
	#twoColumns #sideColumn {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: right;
		color: #666666;
	}
	
	#twoColumns #sideColumn.doubleColumn {
		width: 340px;
	}
	
	#twoColumns #sideColumn.singleColumn {
		width: 160px;
	}
	
	.subColumns {
		display: block;
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
		width: 340px;
	}
	
	.subColumns .leftColumn {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: left;
		width: 160px;
	}
	
	.subColumns .rightColumn {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: right;
		width: 160px;
	}

/*
Content elements
-------------------------
*/

	h2 {
		margin: 30px 0px 12px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 18px;
		line-height: 21px;
		font-weight: normal;
		color: #4B4C99;
	}
	
	h2 a {
		color: #4B4C99;
		text-decoration: none;
	}
	h2 a:visited {
		color: #4B4C99;
		text-decoration: none;
	}
	h2 a:hover {
		color: #4B4C99;
		text-decoration: underline;
	}
	
	h2.tick {
		margin: 24px 0px 0px -1px;
		padding: 6px 0px 10px 40px;
		background-image: url("/images/common/h2_tick.gif");
		background-position: 0px 0px;
		background-repeat: no-repeat;
	}

	h3 {
		margin: 12px 0px 12px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 15px;
		line-height: 18px;
		font-weight: normal;
		color: #4B4C99;
	}

	h4 {
		margin: 0px 0px 5px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 13px;
		line-height: 16px;
		font-weight: normal;
		color: #4B4C99;
	}

	ul {
		margin: 0px 0px 12px 0px;
		padding: 0px 0px 0px 0px;
		list-style-type: none;
		list-style-position: outside;
	}

	ul li {
		margin: 0px 0px 4px 0px;
		padding: 0px 0px 0px 18px;
		background-image: url("/images/common/list_bullet.gif");
		background-position: 1px 5px;
		background-repeat: no-repeat;
	}

	ul.loud {
		color: #FF620A;
		font-weight: bold;
	}
	
	ul.loud li a {
		color: #FF620A;
		text-decoration: underline;
	}
	ul.loud li a:visited {
		color: #FF620A;
		text-decoration: underline;
	}
	ul.loud li a:hover {
		color: #000000;
		text-decoration: underline;
	}
	
	blockquote {
		margin: 20px 0px 30px 0px;
		padding: 0px 0px 0px 10px;
		border-left: 2px solid #DDDDEB;
	}
	
	blockquote p {
		margin: 0px 0px 5px 0px;
		line-height: 15px;
	}
	
	blockquote p.blockquoteCredit {
		margin: 0px 0px 0px 0px;
		color: #7474BC;
	}
	
	#mainColumn.fullWidth blockquote p {
		width: 478px;
	}
	
	blockquote img {
		float: right;
		margin: 0px 0px 0px 0px;
		border: 1px solid #000000;
	}

	blockquote img.noborder {
		border: none;
	}

	.width490 {
		width: 490px;
	}

	.width590 {
		width: 590px;
	}

/*
Search results elements
-------------------------
*/

	#searchPageForm {
		display: block;
		margin: 0px 0px 20px 0px;
		width: 690px;
		background-image: url("/images/common/panels/690_panel_tile.gif");
		background-repeat: repeat-y;
	}

	#searchPageFormTop {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		height: 4px;
		font-size: 1px;
		line-height: 1px;
		background-image: url("/images/common/panels/690_panel_top.gif");
		background-repeat: no-repeat;
	}

	#searchPageFormBottom {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		height: 4px;
		font-size: 1px;
		line-height: 1px;
		background-image: url("/images/common/panels/690_panel_bottom.gif");
		background-repeat: no-repeat;
	}

	#searchPageForm p {
		margin: 0px 0px 0px 0px;
		padding: 6px 10px 6px 10px;
	}

	#searchPageText {
		width: 300px;
	}
	
	.pagingLinks span {
		color: #E5E5E5;
	}
	
	.pagingLinks strong {
		color: #000000;
	}

	.searchResults {
		margin: 40px 0px 40px 0px;
		padding: 0px 0px 0px 0px;
		width: 690px;
	}

	.searchResults dd {
		margin: 0px 0px 20px 0px;
		padding: 0px 0px 0px 10px;
		border-left: 2px solid #DDDDEB;
	}

	.searchResults dd a {
		display: block;
		margin: 0px 0px 5px 0px;
		padding: 0px 0px 0px 0px;
	}

	.searchResults dd a br {
		display: none;
	}

	.searchResults span b {
		color: #7474BC;
	}

/*
Footer elements
-------------------------
*/

	#AccessKeyList {
		display: none;
	}
	
	#footerFullWidth {
		display: block;
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 100%;
		background-image: url("/images/common/footer/footer_bg_tile.jpg");
		background-repeat: repeat-x;
		text-align: center;
	}
	
	
	#footerArea {
		display: block;
		margin: 0px auto 0px auto;
		position: relative;
		width: 904px;
		height: 40px;
		text-align: left;
		font-size: 12px;
		line-height: 15px;
	}
	
	#toTop {
		position: absolute;
		top: 0px;
		left: 0px;
		text-align: left;
	}
	
	#toTop a {
		display: block;
		width: 152px;
		height: 32px;
		background-image: url("/images/common/footer/to_top_off.gif");
		color: #8E8ECC;
		text-decoration: none;
	}
	
	#toTop a span {
		display: block;
		padding: 7px 0px 0px 25px;
	}
	
	#toTop a:hover {
		background-image: url("/images/common/footer/to_top_hover.gif");
		color: #ff610a;
	}
	
	#footerLinks {
		position: absolute;
		top: 0px;
		right: 0px;
		text-align: right;
	}
	
	#footerLinks .footerLink {
		display: inline;
		float: left;
		height: 30px;
		margin: 0px 0px 0px 0px;
		padding: 7px 17px 0px 15px;
		background-image: url("/images/common/footer/footer_divider.gif");
		background-position: top right;
		background-repeat: no-repeat;
	}
	
	#footerLinks .footerLink a {
		color: #8E8ECC;
		text-decoration: none;
	}
	#footerLinks .footerLink a:visited {
		color: #8E8ECC;
		text-decoration: none;
	}
	#footerLinks .footerLink a:hover {
		color: #ff610a;
		text-decoration: underline;
	}
	
	#footerLinks .hiddenFooterDivider {
		display: none;
	}

/*
Footer elements
-------------------------
*/

	#sitemap {
		margin: 0px 0px 12px 0px;
		padding: 0px 0px 0px 0px;
	}

	#sitemap dt {
		margin: 12px 0px 12px 0px;
		padding: 0px 0px 0px 0px;
		text-transform: uppercase;
		font-weight: normal;
		color: #4B4C99;
	}

	#sitemap dd {
		margin: 0px 0px 2px 0px;
		padding: 0px 0px 0px 20px;
	}
