@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.85em;
	background-color: #E8EDF7;
	padding-top: 2em;
	padding-bottom: 2em;
}
#content {
	width: 891px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(resources/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
h1 {
	position: relative;
	height: 140px;
	background-image: url(resources/header.jpg);
	background-repeat: no-repeat;
}
h1 a {
	position: absolute;
	top: -999em;
}
h2#heading {
	position: relative;
	height: 318px;
	background-repeat: no-repeat;
}
h2#heading span {
	position: absolute;
	top: -999em;
}
#main {
	float: right;
	position: relative;
	width: 525px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 50px;
}

#main a:hover {
	color:#03C;
}
#main p , #main ul{
	font-size: 0.7em;
	line-height: 1.5em;
	padding-bottom: 1em;
}
#main h2 {
	font-size: 0.8em;
	padding-bottom: 1em;
}

#main em {
	font-style: normal;
	color: #091846;
}


#highlight img {
	float: right;
	padding-left: 10px;
}
#highlight p {
	font-size: 1.1em;
	line-height: 1.4em;
	color: #091846;
}
#highlight {
	height: 170px;
}

#subnavigation {
	float: right;
	position: relative;
	width: 215px;
	padding-bottom: 50px;
}
#subnavigation #links {
	padding-bottom: 20px;
}
#subnavigation #news {
	background-image: url(resources/news.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 110px;
}
#subnavigation h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 0.3em;
}
#subnavigation ul li a {
	color: #000;
	text-decoration: none;
	display: block;
	font-size: 0.8em;
	height: 2em;
	padding-top: 1em;
	padding-bottom: 0.5em;
}
#news ul li a span{
	font-size: 0.8em;
	font-style: italic;
	text-align: right;
	display: block;
	padding-bottom: 1em;
	padding-top: 0.5em;
	position: relative;
}
#news ul li a {
	display: block;
	position: relative;
	padding-bottom: 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}



#footer {
	clear: both;
	background-color: #E8EDF7;
	text-align: center;
	font-size: 0.7em;
}
#footer p {
	height: 40px;
	background-image: url(resources/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
	padding-top: 16px;
}
#footer a {
	color: #FFF;
}

#legal p{
	background-color: #E8EDF7;
	background-image: none;
	color: #000;
	height: auto;
}

#legal  a {
	color: #000;
}

#navigation {
	position: absolute;
	top: 110px;
	left: 50px;
	width: 800px;
}
#navigation ul li {
	float: left;
	font-size: 0.75em;
	height: 2em;
	line-height: 2em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
#navigation ul li a {
	color: #000;
	text-decoration: none;
	height: 2em;
	padding-right: 1em;
	padding-left: 1em;
	white-space: nowrap;
}
#navigation ul li a:hover {
	background-image: url(resources/navrollover.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.news_item h2 span {
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	float: right;
	display: block;
	position: relative;
}
.news_item h2 a {
	color: #000;
	text-decoration: none;
	display: block;
	position: relative;
}
.caveat {
	font-size: 0.7em;
	font-style: italic;
	font-weight: normal;
}#links a p {
	font-size: 0.9em;
	text-align: center;
	color: #000;
}

