/*******************************************************************
  Core Layout - NO styles in here, please.
*******************************************************************/

html,body {
  margin:0;
  padding:0;
}

body {
  text-align:center;
}

div#header {
  height:100px;
  line-height:100px;
  margin:0;
}

div#topnavigation {
  width: 780px;
  position: absolute;
  top: 100px;
  margin-left: 0px;
}

div#container {
  text-align:left;
  width:780px;
  margin:0 auto;
}

div#content {
  float:right;
  width:410px;
  margin-top: -20px;
  margin-right: 200px;
  min-height: 250px;
}

*html div#content{margin-right: 100px;}

div#navigation {
  width:180px;
  margin-top: -20px;
  margin-left: 600px;
  position: absolute;
}

div#extra {
  float:left;
  clear:left;
  width:180px;
}

div#footer {
  clear:both;
  width:780px;
  height: 50px;
}


/*******************************************************************
  Display Styles
*******************************************************************/

body {
  font-family: arial,sans-serif;
  font-size: 1em;
  color: #344556;
  cursor: default;
}

div#header {
  background-image: url(../images/toplogo.gif);
  background-repeat: no-repeat;
}

div#header h1 {
  display: none;
}

div#topnavigation {
	background-color: #EAEAEA;
	font-size: 0.8em;
	
}

div#topnavigation ul {
  list-style: none;
  margin: 0;
  padding: 0em;
  padding-left: 0.5em;
}

div#topnavigation li {
  float: left;
  padding: 0.2em 0.5em 0.2em 0.2em;
  background-image: url(../images/bullet.gif);
  background-repeat: no-repeat;
  background-position: 1px;
}

div#topnavigation li a {
  color: black;
  margin-left: 15px;
}

div#wrapper {
  margin-top: 3em;
}

div#container {
/*border: solid 1px #000;*/
}

div#content {
	/*border: solid 1px #000;*/
	font-size: 0.9em;
}

div#pagetext {
  margin-bottom: 1em;
}

div#pagetext_home {
  margin-top: 5em;
  margin-bottom: 0em;
}

#breadcrumb {
	margin-left: 15px;
}

#breadcrumb a{
	font-size: 0.8em;
	color: #626262;
}

div#related {
  border: 1px solid #e4e4e4;
  background-color: #f4f4f4;
  padding: 10px;
}

div#navigation {
font-size: 0.8em;
float: right;
}

div#navigation ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

div#navigation ul li {
  border-top: 1px solid #dfdfdf;
  background-image: url(../images/bg_leftmenu.gif);
  padding: 0.1em 0.4em;
}

div#navigation ul li a{
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #000;
}

div#navigation ul li:hover {
  background-image: none;
  background-color: #fcfcfc;
}

div#navigation ul li.lastlink {
  border-bottom: 1px solid #dfdfdf;
}

div#extra {
  /* This can be used for items below the left nav. Handy for adverts, features, etc..
     Just use display: none; to hide.
  */
  margin-top: 0em;
  width: 162px;
  color: #b0b0b0;
}

div#extra p {
  margin: 0px;
}

div#footer {
	background-image: url(../images/footerbg.gif);
	background-repeat: repeat-x;
  font-size: 0.8em;
  color: #000;
  text-align: right; 
}

div#footer a{
	text-decoration: underline;
	color: #000;
}


/*******************************************************************
  HTML Elements
*******************************************************************/


h1, h2, h3 {
  margin-top: -10px;
 	color: #000; 
 	border-bottom: 1px solid #000;
}

a {
  text-decoration: none;
  font-weight: normal;
  color: #FF0000;
}

img {
  border: none;
}

fieldset {
  border: none;
  line-height: 1.5em;
}

label {
  float: left;
  width: 180px;
  clear: both;
}

textarea {
  width: 100%;
}

acronym {
  cursor: help;
}

th {
  background-image: url(../images/bg_topmenu.gif);
  background-repeat: repeat-x;
  color: white;
  font-weight: bold;
}

td {
  vertical-align: top;
}

tr.highlight, td.highlight {
  background-color: #ffee66;
}

tr.row1, td.row1 {
  background-color: #f4f4f4;
}

tr.row2, td.row2 {
  background-color: #ffffff;
}

tr.unread, td.unread {
  background-color: #ffdd55;
}

/*******************************************************************
  Generic Classes
*******************************************************************/



.hidden, .printonly {
  display: none;
}

.calendar {
  background-color: #FAF4C8;
  border-right: 1px solid #E3DE9F;
  border-bottom: 1px solid #E3DE9F;
  width: 40px;
  text-align: center;
  font-size: 0.8em;
  float: left;
  margin: 0px 5px 3em 0px;
  line-height: 1.5em;
  font-weight: normal;
}

.eventItem {
  clear: both;
  margin-bottom: 1.5em;
}

.smaller {
  font-size: 0.9em;
}

.warning {
  background-image: url(../images/icon_exit.gif);
  background-repeat: no-repeat;
  padding-left: 20px;
  font-weight: bold;
  color: #f00;
}

.required {
  color: #f00;
  font-weight: bold;
  vertical-align: top;
  margin-left: 0.05em;
  font-size: 1.4em;
}

.linkItem {
  background-color: #f4f4f4;
  margin-bottom: 1em;
  padding: 5px;
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}

.searchTerm {
  background-color: #ffff99;
}

.origURL {
  color: green;
  font-size: 0.8em;
}
.titleBlock {
  background-color: #ddeeff;
}

.titleLine {
  background-color: #333333;
}

.rssimage {
  background-image: url(images/rss.gif);
  background-position: top;
}

.rssimage:hover {
  background-position: bottom;
}

div.messagingtoolbar {
  width: 100%;
  height: 2em;
  line-height: 2em;
  margin-bottom: 1em;
  font-size: 0.9em;
  background-color: #FAF4C8;
  border-right: 1px solid #E3DE9F;
  border-bottom: 1px solid #E3DE9F;
}

div.messagingtoolbar img {
  vertical-align: middle;
  margin-left: 20px;
}

