/* 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: 13px;
}

body {
  background-color: #999999;
  background-image: url(background.gif);
}

#maincontainer {
/* container for all page contents */
  width: 550px;
  padding: 10px;
  border: 1px dotted #F0A041;;
  background: white url(bottompattern.gif) no-repeat bottom left; 
}

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

#yellowsquare {
  width: 10px;
  height: 10px;
  background-color: #FBEB5D;
  margin: 0;
  padding: 0;
  float: right;
}

/* all styles associated with top section of page */
#banner {
  font-family: Georgia, Times New Roman, serif;
  height: 112px;
}

#banner ul {
  font-family: Georgia, Times New Roman, serif;
  font-size: 1em;
  list-style-type: none;
  list-style-image: none;
  text-align: right;
  padding: 5px;
  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: #F0A041;
  text-decoration: underline;
  font-weight: bold;
}

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

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

/* end all styles associated with top section */

/* all styles associated with left navigation column */
#nav {
  font-family: Georgia, Times New Roman, serif; 
  width: 85px;
  text-align: left;
  float: left;
  margin: 0;
  padding: 0;
}

#nav ul {
	font-family: Georgia, Times New Roman, serif;
	font-size: 16px;
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
	padding-left: 0;
}

#nav ul li {
	width: 85px;
}

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

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

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

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

#nav a.active {
  color: #F0A041;
  text-decoration: none;
  font-weight: bold;
}

/* end styles associated with left navigation column */

h1 {
  font-family: Georgia, Times New Roman, serif; 
  font-weight: bold;
  font-size: 1.2em;
  color: #CF0202;
  text-transform: uppercase;
  margin-bottom: 0.25em;
  padding-bottom: 0.25em;
}

h2 {
  font-family: Georgia, Times New Roman, serif; 
  color: #F0A041;
  font-weight: bold; 
  font-size: 1.1em;
  margin: 0.25em 0 0.25em 0;
  padding: 0.25em 0 0.25em 0;
}

h3 {
  color: black;
  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: #CF0202;
  text-decoration: none;
}

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

a:hover {
  color: #F0A041;
  text-decoration: underline;
}

a:active {
  color: #F0A041;
  text-decoration: none;
}

/* 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;
}

