/* styles for Games for Change Conference site */

body, h1, h2, h3, h4, h5, h6, td, tr, p, ol, ul, blockquote {
	/* reset styles */
  margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

#maincontainer {
	/* container for all page contents */
  width: 800px;
	padding: 10px;
	background-color: white;
	background-image: url(bottompattern.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#contents {
	/* main content area */
  width: 660px;
	float: right;
	border: 1px solid #00006A;
	padding: 5px;
	text-align: left;
}


/* all styles associated with top section of page */
#banner {
  font-family: Georgia, Times New Roman, serif;
  height: 166px;
    width: 800px;
    padding: 0;
	text-align: center;
}

/* JAT - deleted...causing probs */
/*
#banner ul {
  font-family: Georgia, Times New Roman, serif;
  font-size: 1em;
  list-style-type: none;
  list-style-image: none;
  text-align: right;
  padding: 0px;
  margin: 10px;
}

#banner a:link {
  color: black;
  text-decoration: none;
  font-weight: normal;
}

#banner a:visited {
  color: black;
  text-decoration: none;
  font-weight: normal;
}

#banner a:hover {
  color: #C2DCE9;
  text-decoration: underline;
  font-weight: bold;
}

#banner a:active {
  color: #2F8AC3;
  text-decoration: none;
  font-weight: bold;
}

#banner a.active {
  color: #2F8AC3;
  text-decoration: none;
  font-weight: bold;
} */

/* end all styles associated with top section */

/* all styles associated with left navigation column */
#nav {
  	color: #00055F;
	font-family: Arial, Helvetica, sans-serif;
	width: 110px;
	text-align: left;
	float: left;
	margin: 0;
	padding: 5;
	background-color:#F0F5F9;
	font-weight: bold;
  }

#nav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	margin-left: 16;
	padding-left: 0;
	background-color:#F0F5F9;
	list-style-image: url(bullet_level1.gif);
	font-weight: normal;
}

#nav li {
  	list-style-image: url(bullet_level1.gif);
	background-color:#F0F5F9;
}

#nav a:link {
  color: #00055F;
  text-decoration: none;
  font-weight: normal;
}

#nav a:visited {
  color: #000063;
  text-decoration: none;
  font-weight: normal;
}

#nav a:hover {
  color: #C1DCE7;
  text-decoration: underline;
  font-weight: bold;
}

#nav a:active {
  color: #C1DCE7;
  text-decoration: none;
  font-weight: normal;
}

/* end styles associated with left navigation column */

h1 {
  font-family: Arial, Helvetica, sans-serif; 
   font-weight: normal;
  font-size: 1.6em;
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 0.25em;
  padding-bottom: 0.25em;
}

h2 {
  font-family: Arial, Helvetica, sans-serif; 
  color: #999999;
  font-weight: bold; 
  font-size: 1.4em;
  margin: 0.25em 0 0.25em 0;
  padding: 0.25em 0 0.25em 0;
}

h3 {
  font-family: Arial, Helvetica, sans-serif; 
    font-size: 1.2em;
  color: #999999;
  font-weight: bold;
}

p {
  margin: 0 0 0.75em 0;
  padding: 0 0 0.75em 0;
}

ul {
  margin: 0 0 0.5em 1.5em;
  padding: 0 0 0.5em 1.5em;
  list-style-image: url(bullet_level1.gif);
}

ul ul {
  list-style-image: url(bullet_level2.gif);
}

ol {
  margin: 0 0 0.25em 1.5em;
  padding: 0 0 0.25em 1.5em;
  list-style-position: outside;
}

blockquote {
  margin: 0 2em;
  padding: 0 2em;
  font-size: 1em;
}


a:link {
  color: #4595C8;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  color: #4595C8;
  text-decoration: none;
    font-weight: bold;
}

a:hover {
  color: #000152;
  background-color:#F0F5F9;  
  text-decoration: underline;
    font-weight: bold;
}

a:active {
  color: #000152;
  background-color:#F0F5F9;  
  text-decoration: underline;
    font-weight: bold;
}


/* end tag styles */

.announcement {
  color: white;
  background-color: #F0A041;
  font-weight: bold;
  text-align: center;
  line-height: 18px;
  padding: 3px;
}

.totop {
  font-size: 11px;
  text-align: right;
}
