/******************************************************** 
  global styles 
  *******************************************************/
body {
	background-color: #ffc64b;
	float: left;
}
a:link {
	color: #C00;
}
a:visited {
	color: #390;
}

/******************************************************** 
  header styles 
  *******************************************************/
#headerbar {
	margin: 0px;
	padding: 0px;
	height: 134px;
	width: 1016px;
  clear: both;
}

/******************************************************** 
  footer styles 
  *******************************************************/
#footer {
	height: 132px;
	width: 1016px;
  clear: both;
}

/******************************************************** 
  navigation styles 
  *******************************************************/
#sidenavigation {
	height: 374px;
	width: 150px;
	margin: 0px;
	padding: 0px;
	overflow: visible;
	float: left;
}

/******************************************************** 
  body content styles 
  *******************************************************/
#bodytext {
	font-family: Verdana, Geneva, sans-serif;
	width: 793px;
	overflow: visible;
	float: left;
	background-color: #ffc64b;
	left: 152px;
	top: 163px;
	}
#bodytext h1 {
	font-size: 16px;
	color: #336;
	text-align: center;
}
#bodytext h2 {
	font-size: 12px;
	font-weight: bold;
	color: #336;
	text-align: center;
}
#bodytext p {
	font-size: 12px;
	color: #336;
	text-align: center;
}
#list h {
	font-size: 12px;
	font-weight: bold;
	color: #336;
	text-align: left;
}
#list {
	font-size: 12px;
	color: #336;
	text-align: left;
	  font-family: Verdana, Geneva, sans-serif;
  width: 793px;
  overflow: visible;
  float: left;
  background-color: #ffc64b
}
#list p {
	color: #336;
	text-align: left;
}

