/* default css */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	border: 0px solid;
	font-weight: normal;
}

body {
	margin: 20px 20px 50px 20px;
	padding: 0;
	font: 11px/1.5em 'helvetica', 'arial', sans-serif;
	color: #000;
	background: #FFF;
}

a:link img,
a:visited img {
	border: none;
	padding: 0;
}

embed,
object {
	display: block;
}

/* basic site typography */

a {
	outline: none;
	text-decoration: underline;
	color: #a3a3a3;
}

a.plain {
  color: #000;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

a:hover {
  background-color: #ff5eca;
  text-decoration: none !important;
}

p {
	margin: 0 0 1em 0;
}

ul {
  margin-bottom: 2em;
}

li {
	list-style: none;
}

ol.bibliography li {
  line-height: 1.3em;
  margin-bottom: .75em;
}

h1 {
	width: 460px;
	float: left;
}

h1 a {
  	color: #000;
	text-decoration: none;
}

h2 {
	  text-decoration: underline;
  font: 16px georgia;
margin-bottom: .3em;
}

h3 {
	  text-decoration: underline;
}

/* layout */

#container {
  width: 920px;
  margin: 0 0;
  overflow: hidden;
}

#header {
  height: 45px;
  width: 880px;
  margin-bottom: 160px;
font: bold 11px/1.5em 'helvetica', 'arial', sans-serif;
background: url(/images/line.gif) 15px 15px;
}

#nav {
  margin-bottom: 5.5em;
  padding-bottom: 1.5em;
  width: 180px;
  margin-right: 200px;
  border-bottom: 1px solid #000;
}

#nav a {
	color: #000;
  text-decoration: underline;
}

.col {
  	width: 420px;
	float: left;
	margin-right: 40px;
}

.col.small {
  width: 200px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.pull {
  font: 16px georgia;
}

.participants .pull {
	fxont: 11px/1.5em 'helvetica', 'arial', sans-serif;
}

.pull strong {
  font-weight: normal;
  text-decoration: underline;
}

.clear {
  width: 100%;
  clear: both;
}



/* header */

#header .col {
	margin-right: 0px;

}

