body {
	font-family: Georgia, Times, serif;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 62.5%;
	background-color: #fff;
}

#back {
	width: 1008px;
	background-image: url(images/bg.jpg);
	margin: 0px auto 0px auto;
	background-color: #ccc;
}

#page {
	margin: 0px auto 0px auto;
	text-align: left;
	width: 900px;
	background-color: #fff;
	overflow: hidden;
}


/* !header */

#header {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 58px;

}

#header h1 {
	margin: 0px;
	width: 300px;
	float: left;
	line-height: 100%;
}

#header h1 span {
	margin-left: -2000px;
}

#header form {
	float: right;
	padding: 15px 20px 0px 0px;
	display: none;
}

#header form #search {
	width: 200px;
	margin: -10px 0px 0px 8px;
	font-size: 1em;
	padding: 3px;
	color: #777;
	background-color: #fff;
}


/* !left column */

#left {
	background-image: url(images/lefttop.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 175px;
	float: left;
}

#navigation {
	margin-top: 70px;
	width: 144px;
	border-right: 1px solid #dd6831;
	padding: 30px 15px 10px 15px;
}

#navigation h3 {
	font-size: 1.2em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	color: #dd6831;
	margin: 20px 0px 5px 0px;
	line-height: 130%;
	padding-top: 15px;
	border-top: 1px solid #dd6831;
}

#navigation h3.first {
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

#navigation h4 {
	font-size: 1.5em;
	font-weight: 100;
	color: #dd6831;
	margin: 0px 0px 5px 0px;
	line-height: 120%;
}

#navigation h4 a {
	text-decoration: none;
	color: #5a4c83;
	display: block;
	position: relative;
}

#navigation h4 a:hover {
	color: #dd6831;
}

p.address {
	font-size: 1.1em;
	line-height: 140%;
	color: #5a4c83;
	margin: 20px 0px 0px 0px;
	border-top: 1px solid #dd6831;
	padding-top: 15px;
}

p.address a {
	text-decoration: none;
	color: #dd6831;
}

p.address a:hover {
	color: #5a4c83;
}

h4#home {
	margin-bottom: 15px;
}

body#front h4#home {
	display: none;
}


/* !right column */

#right {
	width: 725px;
	float: right;
}


/* !extra column */

#extra {
	background-image: url(images/righttop.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 175px;
	float: right;
}

#highlights {
	margin-top: 7px;
	border-left: 1px solid #dd6831;
	padding: 15px 15px 10px 15px;
}

#highlights h3, #emailupdate h3 {
	font-size: 1.2em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	color: #dd6831;
	margin: 20px 0px 5px 0px;
	line-height: 130%;
}

#highlights p, #emailupdate p {
	font-size: 1.1em;
	color: #5a4c83;
	line-height: 140%;
	margin: 0px 0px 0px 0px;
}

#highlights p a, #highlights h3 a {
	color: #dd6831;
	text-decoration: none;
}

#highlights h3 a {
	display: block;
}

#highlights p a:hover, #highlights h3 a:hover {
	color: #5a4c83;
}

#emailupdate h3 {
	padding-top: 20px;
	border-top: 1px solid #dd6831;
}

#emailupdate form {
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

#emailupdate #email {
	border: 0px;
	background-color: #f9decc;
	padding: 4px;
	width: 120px;
	font-size: 1.1em;
	color: #5a4c83;
}

#emailupdate #submit {
	background-color: #dd6831;
	color: #fff;
	padding: 4px;
	border: 0px;
	clear: both;
	margin-top: 5px;
	font-size: 1em;
}


/* !content column */

#content {
	background-color: #ffffff;
	width: 550px;
	float: left;
}

#article {
	padding: 15px 20px 0px 20px;
}

#article h2 {
	font-size: 2.4em;
	color: #dd6831;
	line-height: 120%;
	margin: 0px 0px 10px 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
}

#article h3 {
	font-size: 1.8em;
	font-weight: 100;
	line-height: 130%;
	color: #dd6831;
	font-family: Helvetica, Arial, sans-serif;
	margin: 5px 0px 5px 0px;
}

#article h3 a {
	color: #dd6831;
	text-decoration: none;
}

#article h4 {
	font-size: 1.5em;
	font-weight: 100;
	line-height: 130%;
	color: #dd6831;
	font-family: Helvetica, Arial, sans-serif;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

#article h4 a {
	color: #dd6831;
	text-decoration: none;
}

#article p, #article ul {
	font-size: 1.3em;
	line-height: 160%;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #5a4c83;
}

#article p a, #article li a {
	color: #dd6831;
	padding-bottom: 2px;
	border-bottom: 1px dotted #dd6831;
	text-decoration: none;
}

#article p a:hover, #article li a:hover {
	color: #5a4c83;
	border-bottom: 1px dotted #5a4c83;
}

body#press #article h3 {
	font-size: 1.1em;
	line-height: 130%;
	color: #dd6831;
	font-family: Helvetica, Arial, sans-serif;
	margin: 20px 0px 5px 0px;
	text-transform: uppercase;
}

body#press #article h4 {
	font-size: 1.7em;
	font-weight: 100;
	line-height: 130%;
	color: #dd6831;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px 0px 10px 0px;
}

#article p.dl_pdf {
	float: right;
	margin: 3px 0px 7px 7px;
}

#article p.dl_pdf a {
	display: block;
	padding: 3px 27px 2px 5px;
	background-color: #f7e4d6;
	color: #dd6831;
	background-image: url(/images/pdficon_small.gif);
	background-position: center right;
	background-repeat: no-repeat;
	border-bottom: 0px;
}

#article p.dl_pdf a:hover {
	background-color: #d5d2e3;
	color: #5a4c83;
}

#article h3.divider, #article h4.divider, #article p.divider, body#press #article h3.divider, body#press #article h4.divider, body#press #article p.divider {
	padding-top: 15px;
	margin-top: 20px;
	border-top: 1px solid #dd6831;
}

#emailupdate p a {
	background-color: #dd6831;
	padding: 3px 12px 4px 12px;
	letter-spacing: 1px;
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
}

#emailupdate p a:hover {
	background-color: #dd6831;
	color: #fff;
}

#emailupdate .button {
	margin-top: 10px;
}