/*  Page Architecture */

body {
  font-size: 62.5%; /* Resets 1em to 10px */
  
  font-family: "verdana", 'Lucida Grande', Times, serif;
  color: #333333;

  background-color: #E3EEF0;
  background-image: url('sources/2009-01-10 light blue gray gradient 112px.png');
  background-repeat: repeat-x;
}


#page{
  background-color: white;
  padding: 5px 5px 15px 5px;
  line-height: 140%;
  border-style: dotted;
  border-color: #bbbbbb;
  border-width: 1px;
  width: 800px;
  font-size: 12px;
  position: center;
  margin: 20px auto;
}


h1, h2, h3{
  font-weight: normal;
}


/* Header */

#header{
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 10px 0px;
	width: 100%;
	background: #FFFFFF;
	border-bottom: 2px dotted #DDDDDD;
	width: 100%;
}

#header h1 {
	font-size:  2.5em;
	color: #003366;
	margin-bottom: 10px;
}


#header a:hover{
	text-decoration: none;
}





/* Navbar */

ul#navbar {
	list-style-type: none;
	width: 760px;
	float: left;
	padding-bottom: 7px;
	margin-top: 5px;
	
	border-bottom-color: #DDDDDD;
	border-bottom-style: dotted;
	border-bottom-width: 2px; 
}

ul#navbar li {
	float: left;
}

ul#navbar li a{
	font-size: 1.2em;
	display: block;
	padding-left: 10px;
	padding-right: 30px;
	color: #0066AA;
	font-weight: normal;
	text-decoration: none;
}


ul#navbar .currentMainNavbarLink{
	color: #222222;
}

ul#navbar li a:hover, ul#navbar li a:active {
	text-decoration: underline;
}




/*  Main Page */
#mainPage{
	width:  560px;
	float:  left;
	text-align: left;
	padding-left: 15px;
	padding-top: 5px;
}

.clearFloat{
	clear: both;
}

#mainPage .medHeadline{
	font-size:  1.5em;
	color: #003366;
	line-height: 0%;
	margin-bottom: 0.8em;
	margin-top: 1em;
}

#mainPage p + p.medHeadline{
	margin-top: 2em;
}


#mainPage .medHeadlineEnd{
  	color: #666666;
  	font-size: 12px;
  	padding-left: 5em;
}

#mainPage p{
	color: #000000;
	font-size: 13px;
	width: 500px;
	margin-top: 0.6em;
}

#mainPage p + p {
  text-indent: 0em;
}


#mainPage .insetImage {
	float: right;
	margin: 0 0 5px 5px;
	padding: 2px;
}

#mainPage td {
	font-size: 12px;
}






/*  sidebarJD */
#sidebar{
	padding: 10px 10px 10px 10px;

	margin-top: -5px;
	width: 200px;
	border-left: 1px dotted #DDDDDD;
	float: right;
	line-height: normal;
}

#sidebar form {
	margin: 0;
	}

#sidebar .headline {
	color:  #333333;
	text-align: left;
	font-size: 1.1em;
}

#sidebar .content {
	color:  #000000;
	text-align: left;
	font-size: 1.0em;
	padding-bottom: 10px;
	margin-top: -5px;
}






/* Links and one-offs */

a:link {
  color: #0066AA;
  text-decoration: none; 
}

a:visited {
  color: #0066AA;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

hr {
  border: none;
  height: 1px;
  color: #bbb;
  background-color: #bbb;
}

.graysmall{
  color: #444444;
  font-size: 12px;
}









/* Archival styles */

#minipath{
  font-size: 10px;
  line-height: 50%;
  margin-bottom: -10px;
  margin-left: 2px;
}

#minipath a:visited{
  text-decoration: none;
}

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






