body {
	margin:0px;
	background-color:#50505A;
	height:100%;
}

#contentbox {
	position:relative;
	width: 750px;
	text-align:left;
	background-color:#ffffff;
}

#topbar {
	width: 100%;
	height: 70px;
	text-align:right;
	vertical-align:top;
	background-color: #7b819b;
	background-position: right;
		background-image: url("images/logo.jpg");
	background-repeat: no-repeat;
}

#navcontainer {
	position: absolute;
	left: 17px;
	top: 70px;
	width:186px;
	height:160px;
	z-index: 2000;
}

.title {
  padding-right: 20px;
  color: #787878;
  }


.links {
  text-decoration: none;
  color: #2C2D37;
  font-family: sans-serif;
}

#topnav {
  position: absolute;
  left: 17px;
  top: 70px;
  width: 175px;
  height: 160px;
  z-index: 2000;
  background-image: url("images/topnav_bg.png");
  background-repeat: repeat-y;
}

.topnavlink {
  width: 163px;
  background-color: #ffffff;
	/* filter: alpha(opacity=70);
	-moz-opacity:.10;
	opacity: .50; */
	margin: 1px;
	text-transform: uppercase;
	font-size: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#mainbox {
  width: 100%;
  margin: 10px;
  font-family: verdana;
  font-size: 10px;
  color: #777777;
}

#mainbox a {
  font-family: verdana;
  text-decoration: underline;
  color: #656565;
}

h3 {
  font-size: 24px;
  color: #222222;
  font-family: garamond;
  font-weight: normal;
}

h4 {
  font-size: 12px;
  color: #777777;
  font-family: verdana;
  
}

#main {
  position: relative;
  float: right;
  width: 475px;
  left: -100px;
}

#sidenav {
  float: left;
  width: 175px;
  padding-left: 5px;
  padding-top: 40px;
}

#sidenav a {
  text-decoration: none;
}

.sidenavlink {
  width: 163px;
	margin: 1px;
	font-weight: normal;
	font-size: 11px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.sidenavlinksub {
  width: 163px;
	margin: 1px;
	font-weight: normal;
	font-size: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#footer {
  width: 100%;
  clear: both;
  font-size: 10px;
  color: #777777;
  font-family: sans-serif;
  text-align: center;
}

p {
  text-align: justify;
  line-height: 25px;
}

.imgleft {
  float: left;
  padding-right: 5px;
}

.imgright {
  float: right;
  padding-left: 5px;
}