
/*
Copyright 2005 Eduserv. All Rights Reserved.
*/

html, body {
   color: #000;
   margin: 5px;
}

html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td {
   font: 10pt Verdana, Helvetica, sans-serif;
   color: #495F63;
}

img {
	border-width: 0;
}

#container {
	width: 100%;
/*	border-bottom: 1px dotted #c6ceb5; */
}

#header {
	height:70px;
	position: relative;
}

#mainLogo {
	float: left;
}

#siteSearch {
	float: right;
	margin: 10px 10px 0 0;
	white-space: nowrap;
	color: #000;
}

#siteSearch input {
	color: #000;
}

#topNav {
	float: right;
	clear: right;
	margin: 15px 10px 0 0;
	white-space: nowrap;
}

#topNav a, #breadcrumb a {
	color: #000;
	text-decoration: underline;
}

#breadcrumb {
	clear: left;
	padding-left: 10px;
	background: #fff url(../images/breadcrumb-bg.gif) no-repeat top left;
	height: 23px;
	line-height: 23px;
	/*
	border-style: dotted;
	border-color: #c6ceb5;
	border-width: 1px 1px 1px 0;
	*/
	color: #000;
}

#breadcrumbTop {
	padding-top: 3px;
	background: url(../images/hline.gif) repeat-x bottom;
}

#breadcrumbBottom {
	padding-top: 2px;
	background: url(../images/hline.gif) repeat-x top;
}

#pageBody {
	background-image: url(../images/vline.gif);
	background-position: 240px 0px;
	background-repeat: repeat-y;
}

/* ----- left navigation ----- */

#leftNav {
	width: 240px;
	float: left;
}

#leftNav #navList {
	margin: 14px 0 14px 9px;
	padding-left: 0px;
	list-style: none;
}

#leftNav #navList li {
	margin: 2px 0;
	padding-left: 13px;
	background-repeat: no-repeat;
	background-position: 0 .5em;
}


#leftNav #navList li.top {
	background-image: url(../images/list-arrow.gif);
}

#leftNav #navList li.leaf {
	background-image: url(../images/list-item.gif);
}

#leftNav #navList li.active {
	background-image: url(../images/list-active.gif);
}

#navList li a {
	color: #000;
}

#navList #active {
	font-weight: bold;
	text-decoration: none;
	color: black;
}

/* ----- content ----- */

#content {
	margin-left: 245px;
	padding: 14px;
	height: 100%;
}

h1, h2, h3 {
	font-weight: bold;
	color: #000;
}

h1 {
	/* font-size: 13.5pt; */
	font-size: 120%;
	margin-top: 0;
}

h2 {
	/* font-size: 9pt; */
	font-size: 115%;
	margin-top: 10px;
}

h3 {
	font-size: 110%;
	margin-top: 10px;
}

#articleImage {
	float: right;
	margin: 15px;
}

#logos img {
	margin: 6px 6px;
}

#contentFooter {
	clear: both;
}

/* ----- footer ----- */

#footer {
	text-align: center;
	padding-top: 6px;
	background: url(../images/hline.gif) repeat-x top
}

#footer a {
	color: #495F63;
}


/* ----- accessibility ----- */

.waiContent {
	display: none;
}

h2.waiHeading {
	display: none;
}

p.noMargins {
	margin: 0;
}

/* ---- rss feeds ---- */
#rssFeeds a {
	color: #495F63;
}

#rssFeeds {
	list-style: none;
}

#rssFeeds  li {
	margin: 0;
	padding-left: 35px;
	padding-top: 12px;
	padding-bottom: 6px;
	background-repeat: no-repeat;
	background-position: -2px 8px;
	background-image: url(/images/rss.gif);
	}
