html {
	height: 100%;
}

body {
	font-family: "Verdana", "Arial", sans-serif;
	height: 100%;
	font-size: 91.5%;
}

input {
	font-size: 0.8em;
}

#header h1 {
	width: 100%;
	height: 100px;
	margin-bottom: 0;
}

#searchpage #header h1,
#content #header h1 {
	height: 147px;
	width: 760px;
}

h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #A6B5AD;
}

/* 14pt (18.6px) */
h2 {
	font-size: 1.27em;
	font-weight: normal;
	color: #7A003C;
}

.title {
	color: #7A003C;
}

/* 12pt (16px) */
h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
}

/* 13pt (17.3px) */
h4 {
	color: #fff;
	font-size: 1.18em;
	font-weight: bold;
}

#rightcolumn {
	color: #fff;
}

#rightcolumn .columncontent {
	margin: 1em;
}

ul#accessKeys {
	position: absolute;
	left: -1000px;
	top: 0;
}

.readmore,
a.readmore:hover,
a.readmore:visited,
#rightcolumn .readmore,
#rightcolumn a.readmore:hover,
#rightcolumn a.readmore:visited {
	color: #7A003C;
}

#rightcolumn a.readmore {
	display: block;
}

/***** Images *****/

.imageright {
	float: right;
	margin: 0 0 1em 1em;
}

.imageleft {
	float: left;
	margin: 0 1em 1em 0;
}

/*
#middlecolumn img {
	float: right;
	margin: 2px;
}

#middlecolumn #imageAttachments {
	float: right;
	margin: 0 0 3px 3px;
}

#middlecolumn #imageAttachments img {
	float: none;
}
*/

/***** Breadcrumb *****/

#breadcrumb {
	padding: 8px 0;
	margin: 0;
	color: #A6B5AD;
	font-weight: bold;
}

#breadcrumb ol {
	list-style-type: none;
	margin: 0 10px;
	padding: 0;
	display: block;
}

#breadcrumb ol li {
	display: inline;
	padding: 0 0 0 0.25em;
}

#breadcrumb ol li.first {
	padding-left: 0;
}

#breadcrumb a,
#breadcrumb a:visited {
	color: #A6B5AD;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

/***** Footer *****/

#footer {
	clear: both;
	padding: 8px 0;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.7em;
	position: relative;
	width: 950px;
	margin: -3em auto 0 auto;
	height: 6em;
}

#footer p {
	margin: 0;
}

#footer ul {
	list-style-type: none;
	padding: 0;
}

#footer ul li {
	display: inline;
	padding: 0 5px;
}

#footer ul li.last {
	border-right: none;
}

/***** Boxes *****/

div.box {
	margin: 5px 5px 5px 0;
	font-size: 0.9em;
}

div.box .content {
	padding: 4px;
}

.box img {
	display: block;
	margin: 0 auto;
}

div.box h3 {
	margin: 0;
	font-size: 1.2em;
	padding: 2px 2px 2px 4px;	
}

/***** Search box *****/

#quickSearch form {
	padding: 0;
	margin: 100px 10px 0 5px;
}

#portal #quickSearch form {
	margin: 35px 10px 0 5px;
}

#quickSearch input {
	margin: 0;
}

/***** Misc *****/

.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
	display: block;
}

a.access {
	display: block;
	font-size: 1px;
	height: 1px;
}

a img {
	border: none;
}

#middlecolumn ul {
	list-style-type: none;
	margin: 1em 0;
	padding: 0;
}

#middlecolumn ul li {
	background: url(../images/bullet.gif) left 9px no-repeat;
	padding: 5px 0 5px 14px;
	border: 1px solid white;
	display: inline-block;
}

#middlecolumn #inThisSection ul li {
	padding: 0;
	margin: 1em 0;
	background: none;
}

.mpaSections .current {
	font-weight: bold;
}

.pageDirection {
	margin: 2em 0;
}

.pageDirectionTop {
	margin-top: 0;
}

#header h1 span {
	display: none;
}

.right {
	float: right;
}

#rightcolumn a,
#rightcolumn a:visited {
	color: #fff;
}

#rightcolumn .description {
	display: block;
}

#rightcolumn .colItems {
	border-bottom: 3px solid #E5EAE4;
	margin-right: 10px;
}

#rightcolumn .colItems li {
	margin: 1em 0;
}
