body {
	font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-size: .85em;
	line-height: 1.5em;
	background: #fff url(../images/body_bg.jpg) repeat-y scroll center top;
	margin: 0;
	padding: 0;
	color: #333;
}

/* Styles 
------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	padding: 0 0 14px;
	margin: 0;
	text-transform: uppercase;
}
h1 {
	font-size: 1em;
}
h2 {
	font-size: 1em;
	font-weight: bold;
}
h3, h4, h5, h6 {
	font-size: .9em;
	padding-bottom: 10px;
	color: #666;
	}
p {
	margin: 0;
	padding: 0 0 1.0em 0;
}
	p.note {
		font-size: .9em;
		font-style: italic;
	}
ul {
	margin: 0;
	padding: 0 0 1.0em 35px;
	list-style-type: square;
}
.image-right {
	position: relative;
	display: block;
	float: right;
	clear: right;
}
.image-left {
	float: left;
	clear: left;
}
.image-left, .image-right img {
	border: 1px solid #d2d8d8;
	padding: 5px;
	background: url(../images/bg-photos.jpg) repeat-x 0;
	overflow: hidden;
	max-width: 350px;
}
	.image-left {
		margin: 0 20px 8px 0;
	}
	.image-right img {
		margin: 0 0 8px 20px;
	}
a:link {
	color: #172751;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: #666666;
}
	a.selectedPage,
	a.selectedPage:link,
	a.selectedPage:visited {
	  color: #000;
	}
	a.pdf {
		display: block;
		overflow: hidden;
		padding: 15px 0 15px 39px;
		margin: 5px 0;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		text-decoration: none;
		background: url(../images/icon-pdf-adobe.jpg) no-repeat 0 center;
	}
	a.pdf:hover {
		text-decoration: underline;
	}
	a.readmore {
		padding-right: 12px;
		background: url(../images/readmore.gif) no-repeat right center;
	}
	a.button {
		position: relative;
		display: inline-block;
		margin: 5px 0;
		padding: 15px;
		font-size: 1.2em;
		border: 1px solid #eee;
		background: url(../images/bg-button.jpg) repeat-x 0 0;
		text-decoration: none;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;

	}
	a.button:hover {
		text-decoration: underline;
	}
table {
clear: both;
}

.trademark {
color: #666;
font-size: .85em;
}

.copyblock {
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px dotted #a33038;
}


/* Navigation
------------------------------------------------------------- */

#headernav {
	width: 665px;
	padding: 0;
	margin: 0 0 0 176px;
	padding-top: 20px;
	position: relative;
}
	* html #headernav { /* for IE browsers, I assume */
	margin-top: 20px;
	}
	#headernav ul {
		color: #000;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#headernav li {
		color: #343434;
		padding: 0 30px 0 0;
		display: inline;
		line-height: 1.2em;
	}
	#headernav a {
	  color: #a33038;
	  text-decoration: none;
	  font: Normal 1.6em/92px Georgia, Palatino, 'Times New Roman', Times, serif;
	}
	#headernav a.current-section,
	#headernav a.current-section:visited,
	#headernav a.current-section:hover,
	#headernav a:hover,
	#headernav a.selectedPageRoot {
	  color: #000;
	}
	
#tertiarynav {
	position: absolute;
	display: block;
	list-style-type: none;
	font-size: .9em;
	top: 17px;
	padding: 0;
	margin: 0;
	right: 40px;
	text-transform: uppercase;
	color: #333;
	z-index: 5;
}
	#tertiarynav li {
		float: right;
		margin: 0;
		padding: 2px 0;
		line-height: 1em;
	}
	#tertiarynav a, 
	#tertiarynav .search {
		text-decoration: none;
		line-height: 1em;
		padding: 1px 10px;
		margin: 0;
	}
	#tertiarynav .search {
		margin: -6px 0 0 0;
	}
	#tertiarynav a {
		display: block;
		line-height: 1;
		border-right: 1px solid #bbb;
	}
	#tertiarynav a,
	#tertiarynav div,
	#tertiarynav input,
	#tertiarynav li {
		vertical-align: middle;
	}
	#tertiarynav .last a {
		border-right: none;
	}
	#tertiarynav a:hover {
		background: #e2e2e2;
	}
	#fall #tertiarynav a,
	#spring #tertiarynav a {
		color: #fff;
	}
		#fall #tertiarynav a:hover,
		#spring #tertiarynav a:hover {
			color: #333;
		}
#footer {
	clear: both;
	border-top: 1px solid #cccccc;
	padding: 6px 0 15px 0;
	margin: 0 auto;
	width: 910px;
	color: #666666;
}


/* Override CMS defaults 
------------------------------------------------------------- */
#region_MainContent .actions {
	clear: left !important;
	overflow: hidden;
}

.element {
	display: inline;
}