body {
  background:        black;
  color:             white;
  font-family:"verdana", sans serif;
  font-size:          16px;
  font-weight:      normal;
}

h1 {
  font-size:          16px;
  font-weight:        bold;
  margin-left:       1.5em;
  margin-top:          2em;
}

h2 {
  font-size:          14px;
  font-weight:        bold;
  margin-left:       1.5em;
}

p {
  font-size:          12px;
  font-weight:      normal;
  text-align:         left;
  margin-left:         4em;
}

p.title {
  margin-left:         0px;
  font-family:     verdana;
  color:             white;
  font-size:          26px;
  position:       relative;
  font-weight:      normal;
  text-align:       center;
  background:        black;
}

p.SponsoredSessionTitle {
  position:       relative;
  font-size:          14px;
  font-weight:        bold;
  //margin-left:      auto;
  //margin-right:     auto;
  text-align:       center;
}

p.returnTop {
  text-align:       center;
  font-size:          12px;
  margin-top:         -8px;
}

a {
  color: 	     white;
  visited:	     white;
  font-weight:        bold;
}

hr {
  width:               50%;
  border:              0px;
  color:             white;
  style:            dashed;
  border-top: 1px dashed white;
}

#content {
  width:             65%;
  margin-left:     auto ;
  margin-right:    auto ;
  background:    #CC0000;
  height:           auto;
}

#officers {
  position:     relative;
  width:             40%;
  height:           auto;
  float:            left;
}
  



/* !!!!BEGIN main page!!!! */

#topLeft {
  width:          33.33%;
  height:          200px;
  position:     relative;
  float:            left;
  text-align:     center;
}

#center {
  width:          33.33%;
  height:          200px;
  position:     relative;
  float:            left;
  text-align:     center;
}

#topRight {
  width:          33.33%;
  height:          200px;
  position:     relative;
  float:            left;
  text-align:     center;
}

#bottomLeft {
  width:          33.33%;
  height:          800px;
  position:     relative;
  float:            left;
  text-align:       left;
  font-size:        11px;
}

/* !!!!END main page!!!! */


/* !!!!BEGIN navigation bar!!!! */

#navbar {
  height:           27px;
  width:            100%;
  border-bottom-width:2px;
  border-bottom-style:dotted;
  border-bottom-color:black;
}

#navbar ul {
  margin:            0px;
  padding:           0px;
  line-height:      27px;
  white-space:    nowrap;
}

#navbar li {
  list-style-type:  none;
  display:        inline;
  padding:          13px;
}

/* !!!!END navigation bar!!!! */


/* !!!!BEGIN drop shadow !!!!*/
#title{
	font-size: 30px;
	font-family: helvetica;
	display: block;
	line-height: 1em;
	color: black;
	background-color: transparent;
	white-space: nowrap;
	text-align: center;
}

#title:after{
        font-family: helvetica;
	content: "Socialist & Critical Geography Specialty Group";
	display: block;
	margin-top: -1.08em;
	margin-left: -0.07em;
	color: white;
	background-color: transparent;
	text-align: center;
}
/* !!!!END navigation bar!!!! */

