html{
  background-color: #183884;
/*
  height: 100%;
  width: 100%;
*/
}

* {
  font-family: Verdana,Arial,sans-serif;
  font-size: 12px;  
  border: 0px;
  margin: 0px;  
  padding: 0px;
}

a {
	text-decoration:none;
}
	a:hover {
		text-decoration: underline;
	}
	a:visited {
		text-decoration:none;
	}

td, th {
	vertical-align: top;
}

#container {
  width: 950px;
  margin: 0px auto;
/*
  height: 100%;
*/
}

#background {
  background-color: white;
  width: 770px;
/*
  height: 100%;
*/
  padding-top: 10px;
  position: relative; 
}

.inner {
	margin: 10px;
	width: 750px;
}

#topbanner {	
	height: 70px;
	overflow: hidden;
	width: 760px;
}
	#topbanner img {
		width: 370px;
		height: 60px;
		margin-right: 10px;
	}

#rightbanner {
	position: absolute;
	top: 10px;
	left: 780px;
}

#google {
	position: absolute;
	top: 110px;
	left: 780px;
}

#title {
	height: 200px;
}

#main {
	border-style:none;
	border-collapse:collapse;
}

#leftmenu {
	width: 170px;
	vertical-align: top;
}

#leftmenu li {
	list-style-type: none;
	display: block;
	font-weight: bold;	
	margin-top: 5px;
	margin-bottom: 5px;
	width: 150px;
	padding: 5px 10px;
	text-align:left;
}

li.link {
	background-color:  #183884;
	color: white;
}
li.section {
	background-color:  #2e6cff;
	color: white;
}
li.current {
	background-color:  #2e6cff;
	color: white;
}

#leftmenu a {
	color: white;
}
	#leftmenu a:hover {
		color: white;
	}
	#leftmenu a:visited {
		color: white;
	}

.breadcrumbs, .breadcrumbs * {
	font-size: 0.8em;
	text-align: right;
}
	.breadcrumbs a {
		color: black;
	}
		.breadcrumbs a:hover {
			color: black;
		}
		.breadcrumbs a:visited {
			color: black;
		}
	
#topmenu {
	margin-left:30px;
	width: 550px;
	height: 30px;
	vertical-align: top;
}

#topmenu li {
	vertical-align: top;
	list-style-type: none;
	display: block;
	text-align: center;
	float: right;
	margin-left: 10px;
	width: 100px;
	padding: 5px;
	font-weight: bold;
}

#topmenu a {
	color: white;
}
	#topmenu a:hover {
		color: white;
	}
	#topmenu a:visited {
		color: white;
	}

#content {
	margin-top: 30px;
   margin-left: 10px;
	width: 540px;
	padding-right: 15px;
}

