body {  
  padding : 0px; /* See Note Below */
  margin : 0;       
  background-color : white;
  /*background : #003366 url(corn.jpg) repeat-y;*/
  font : 100.1% 'lucida sans', 'lucida sans unicode', 'lucida grande', 'trebuchet ms', helvetica, arial, sans-serif; 
}
  

/* 
  This is the inner wrapper which contains the entire site 
*/
#wrapper {
  width : 850px;
  /*background : #fff url(images/wrapper.jpg) repeat-y;*/
	background-color : white;
  border : 1px solid #000033;
  margin : 20px auto;
}

#contactInfo {
	font-size: smaller;
}

/*
  Global link styling except where specified otherwise 
*/
a {
  color : #003366;
}

a:hover, a:focus, a:active {
  color : #777777;
  text-decoration : none;
}

a:focus, a:active {
  color : #777777;
  background-color : #cccccc;
}

/*
  Jump link navigation styling 
*/
ul#navigation {
  padding : 5px 0;
  margin : 0;
  display : block;
  width : 850px;
  height : 1.4em;
  background-color : #cccccc;
}

ul#navigation li {
  display : inline;
  float : right;
}

ul#navigation li a {
  padding : 0 10px;
  margin : 0 5px;
  color : black;
}

/*
  The masthead and h1 styling 
*/
#header {
  /*float : right;*/
  text-align : right;
  width : 760px;
  height : 150px;
  border-top : 1px solid #000033;
  background : #252525 url(header.jpg) no-repeat;
}

#header h1 {
  margin : 0;
  color : #fff;
  float : right;
  display : block;
  width : 740px;
  height : 110px;
  padding : 10px;
  font-family : 'trebuchet ms', helvetica, arial, sans-serif;
  text-decoration : none;
}

/*
  Specify the h1 link styling
*/
#header h1 a {
  float : right;
  display : block;
  width : 740px;
  height : 110px;
  padding : 10px;
  color : #eecc11;
  font-family : 'trebuchet ms', helvetica, arial, sans-serif;
  text-decoration : none;
}

#header h1 a:hover, #header h1 a:focus, #header h1 a:active {
  color : #fff;
  background : transparent;
}

#header h1 a:focus, #header h1 a:active {
  text-decoration : underline;
}

/*
  Layout the content area 
*/
#content {
  float : left;
  display : inline;
  width : 530px;
  margin : 7px 20px;
	background-color: white;
}

/*
  Layout the content area 
*/
#widecontent {
	background-color: white;
  float : left;
  display : inline;
  width : 760px;
  margin : 7px 20px;
}

p#navbar {
 font-size : 0.8em;
 float : right;
 margin : -3px -25px;
}

h2, h3 {
  color : #6b0018;
}

ul {
  list-style-type : square;
  padding-left : 40px;
  margin-left : -5px;
}  

ul.publicationList {
	
}

li.publicationList {
		margin-top: .5em;
}

dl {
  margin-left : 20px;
}

dt {
  font-weight : bold;
  color : #386088;
}


blockquote {
  margin-left : 20px;
  padding-left : 15px;
  border-left : 2px dotted #386088;
}

blockquote cite {
  display : block;
  text-align : right;
  font-weight : bold;
  color : #386088;
}


/*
  Layout the sidebar area and style its content
*/
#sidebar {
 // float : right;
  display : inline;
  width : 200px;
  background-color :#cccccc;
  margin : 10px; 
	margin-right: 30px;
  padding : 5px;
	padding-left: 10px;
  color : black; 
}

#sidebar h3 {
  color : #6B0018;
}

#sidebar a {
  color : black; 
}

#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
  color : #ddd; 
}

#sidebar a:focus, #sidebar a:active {
  background-color : #003366; 
}

/*
  Style the main navigation menu
*/
ul#navmenu { 
  margin : 0;
  padding : 0;
  list-style-type : none;
}

ul#navmenu li {
  margin-bottom : 5px;
}

ul#navmenu a { 
  display : block;
  width : 190px;
  height : auto;
  background-color : #003366;
  padding : 5px 5px 3px;
  text-align : right;
  text-decoration : none;
  color : #eecc11;
  cursor : pointer;
}

ul#navmenu a:hover, ul#navmenu a:focus, ul#navmenu a:active, 
ul#navmenu a.selected, ul#navmenu a.selected:hover, ul#navmenu a.selected:focus, ul#navmenu a.selected:active { 
  background-color : #386088;
  color : #fff;
}

ul#navmenu a.selected { 
  text-align : left;
  cursor : default;
}

ul#navmenu a:hover, ul#navmenu a:focus, ul#navmenu a:active { 
  background-color : #ddd;
  color : #fff;
}

/*
  Layout the footer
*/
#footer {
  clear : both;
  width : 830px;
  height : auto;
  padding : 10px;
  background-color : #cccccc;
  text-align : center;
  font-size : 0.9em;
}

/*
  Style the various footer elements
*/
#footer p {
  color : black;
  margin : 5px;
  padding-top : 10px;
}

ul#footnav {
  margin : 0;
  padding : 0;
}

ul#footnav li {
  display : inline;
}

ul#footnav li a {
  padding : 0 5px;
  color : #ddd;
}

#footer a {
  padding : 0;
  color : #ddd;
}

#footer a:hover, #footer a:focus, #footer a:active {
  color : #eecc11;
}

ul#footnav li a:hover, ul#footnav li a:focus, ul#footnav li a:active {
  color : #fff;
  text-decoration : none;
}

#footer a:focus, #footer a:active, ul#footnav li a:focus, ul#footnav li a:active {
  background-color : #ddd;
}
