
body {
  margin:0;
  padding:0;
  background:#333366;
  background-repeat: repeat;
  font:small Verdana,Sans-serif;
  line-height:1.6em;
  text-align:center;
  color:#333;
  }
  
.container {
  background:#fff; 
  /*background-image: url("/images/top_left.png");*/
  background-repeat: no-repeat;
  width:750px;
  margin:0 auto;
  /*border: 1px solid #000;*/
  text-align:left;
  color:#333;
  position:relative;
  /*border-style: dashed;*/
  }

/* Header
----------------------------------------------- */

#header {
	font-size: 3em;
	float: left;
	width: 100%;
	text-align: center;
	height: 2em;
}

/* Main Structure
----------------------------------------------- */

#bob {
	position: absolute;
	top: 0px;
	left: 100px;
}

#main {
	float: left;
	width: 750px;
	
	/* border-style: dotted; */
} 

#content {
	float: right;
	width: 500;
	margin-top: 1em;
	margin-right: 2em;
	/* overflow: scroll; */
	
	/* border-style: dashed; */
	}

#wide-content {
	float: right;
	width: 700;
	margin-top: 1em;
	margin-right: 2em;
	
	/* border-style: dashed; */
	}

#footer {
	clear: both;
	text-align: center;
	width: 80%;
	margin-left:10%;
	/* background-image:url('../images/footer.jpg'); */

	/*border-style: dotted;*/
}


/* Misc
----------------------------------------------- */

h1 {
	margin-top: 0px;
	padding-top: 0px;
	
	/* properly align text */
	line-height: 2em; 
	white-space: nowrap;
	
	/* border-style:dotted; */
}

h2 {
	background: left center no-repeat;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0em;
	height: 4em;
	
	/* properly align text */
	line-height: 2em; 
	white-space: nowrap;
	
	/* border-style: dotted; */
}


#content td {
	font:small Verdana,Sans-serif;
}
  
#content a:link,a:visited  {
	color: #124022;
}

#content a:hover {
	color: #00A;
}

.subheader {
	text-align: left;
	font-weight: bold;
	font-size: 1.5em;
}


/* Sidebar
----------------------------------------------- */

#sidebar {
	clear: both;
	float: left;
	margin-top: 1em;
	width: 200px;

	/*border-style: dashed;*/
}

#sidebar2  {
	/*margin-left: 3em;*/
	/*background: url(../images/sidebar-middle.jpg) repeat-y top left ;*/
	/*border-style: dashed;*/
}

#sidebar-content {
	font: 12px verdana, sans-serif;
	font-weight: bold;
	margin-left: 2em;
}
#sidebar-top  {
	/*background: url('../images/sidebar-top.jpg') no-repeat top left ;*/
	text-align: center;
	padding-top: 1em;
	padding-bottom: 0.5em;
	}
#sidebar-bottom  {
	/*background: url('../images/sidebar-bottom.jpg') no-repeat bottom left ;*/
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 1em;
	}
#sidebar  h3.select {
	margin: 0px 0px 15px 0px;
	}

#sidebar-footer {
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	}

#sidebar ul {
	margin: 0px;
	padding: 0px;

	list-style-type: none;
	list-style-image: none;
	}
#sidebar li {
	line-height: 2.5ex;
	padding-top: 5px;
	margin-bottom: 5px;
	margin-left: 12px; 
	}
#sidebar li a:link,a:visited  {
	color: #124022;
	}
#sidebar li a:hover {
	color: #00A;
}
