/* General */

body {
  margin: 0;
  text-align: center; 
  min-width: 760px;
  background-color: #e7e7e7;
  /*color: #204063;*/
  color: #333;
  font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	font-size: 1.8em;
  margin:20px 0 10px 0;
  padding:0;
}

h2 {
  font-size:1.4em;
  margin:0;
}

ul {
  list-style: square;
  padding-left: 0px;
  margin-left: 24px;
}

a:link {
  text-decoration: none;
  color: #0058a3; 
}
a:visited {
  text-decoration: none;
  color: #188bec;
}

a:hover {
  text-decoration: underline;
}

.clear {
  clear:both;
  height:1px;
  font-size:1px;
}


/* Structure */

#wrapper {
  margin: 0 auto;
  width:100%;
  /*width: 760px;*/
  text-align: left;
  /*border-bottom:1px solid #000;*/
}

/* Header */

#header {
  background-color: #c3c83b;
  text-align:center;
  border-bottom:5px solid #000;
}

#header h1 {
  margin: 0;
  padding: 24px 24px 12px 24px;
  color: #000;
  font-style: normal bold; 
  font-size:200%;
}

/* Content */

#content {
  font-size: 1.2em;
  border-left:1px solid #000;
  border-right:1px solid #000;
  margin:0 auto;
  width:760px;
  padding:10px 30px 40px 30px;
  background-color:#fff;
} 

#topContent {
  clear:both;
}

#topContent .leftSide {
  float:left;
  width:150px;
  margin:0;
  display:inline;
}

#topContent .rightSide {
  width:549px;
  margin:0;
  font-size:120%;
  float:right;
  display:inline;
}

#topContent img {
  float:left;
  margin:0;
}

#nav {
 font-size:120%;
}

#nav ul {
  margin-top:20px;
  margin-left:0;
}

ul {
    padding:0;
    list-style:none;
}
ul li {
	padding-bottom:2px;
	padding-left:13px;
	margin-bottom:5px;
	background:url(images/bullet.gif) center left no-repeat;
}

#content img {
  float:left;
  margin:10px 10px 10px 0;
}

