body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	text-align: center;
	margin: 15px;
	background-color: #ACB5C1;
}

a:link, a:visited {
	color: #296EB0;
}

a:hover, a:active {
	color: #438DD4;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 770px;
	background-color: White;
	border: 1px solid #677783;
}

#logo {
	text-align: right;
}

#feature {
	background-color: Black;
}

#breadcrumbs {
	position: absolute;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 70%;
}

#content {
	text-align: left;
	background-image: url(../images/sidebar-background.gif);
	background-color: White;
}

#linkbar {
	position: absolute;
	top: 65px;
	overflow: hidden;	
}

#linkbar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#linkbar ul li {	
	font-size: 11px;
	float: left;
	border-bottom: 1px solid white;
}

#linkbar ul li a {
	color: White;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	background-color: #3e6e9c;
}

#linkbar ul li a:hover {
	background-color: #1b4975;
}

#linkbar ul li.rightcap {
	border-bottom: none;
}

#linkbar ul li.rightcap a {
	color: White;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 20px;
	display: block;	
	background-image: url(../images/edge.gif);
	background-position: right;
	background-repeat: no-repeat;
	background-color: transparent;
}

#linkbar ul li.rightcap a:hover {
	background-color: transparent;
	background-image: url(../images/edge-over.gif);
}

#linkbar ul li.selected {
	color: Black;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	background-color: #97b1c8;
}

#linkbar ul li.rightcapselected {
	color: Black;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 20px;
	display: block;
	background-image: url(../images/edge-selected.gif);
	background-position: right;
	background-repeat: no-repeat;
	background-color: transparent;
	border-bottom: none;
}

#full {
	padding: 10px;
	line-height: 120%;
}

.horizontalbar {
	padding: 5px;
	margin: 5px;
	border: 1px solid #D5DBDE;
	background-color: #F2F4F5;
	font-size: 60%;
	text-align: right;
	margin-bottom: 30px;
}

#main {
	float: left;
	width: 524px;
	padding: 10px;
	line-height: 120%;
}

#rightbar {
	float: right;
	width: 200px;
	padding: 10px;
}

#rightbar p {
	padding-bottom: 10px;
	border-bottom: 1px dotted #b8c1d3;
	line-height: 150%;
	font-size:60%;
}

#copyright {
	clear: both;
	font-size: 60%;
	color: #3e6e9c;
	background-color: #d0e1eb;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-top: 2px;
	text-align: right;
}

#imgbox {
	border: 1px solid #92BAD1;
	background-color: White;
	padding: 5px;
}

#imgbox p {
	border-bottom: none;
	margin: 0px;
	padding: 0px;
}

#errorbox {
	border: 1px solid #D41F00;
	width: 350px;
	font-size: 90%;
	margin-bottom: 10px;
}

#errorbox h2 {
	padding: 2px;
	background-color: #D41F00;
	color: White;
	text-align: center;
}

#errorbox div {
	font-size: 70%;
	padding: 5px;
	margin-left: 40px;
	text-align: left;
}

#errorbox img {
	float: left;
	padding-left: 5px;
}

.rightimage {
	float: right;
	padding: 5px;
	text-align: center;
	border: 1px dashed #ccc;
	margin-left: 10px;
}

.grey {
	font-size: 70%;
	color: #777;
}

.red {
	color: #D41F00;
	font-weight: bold;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #3e6e9c;
	margin: 0px;
	margin-bottom: 10px;
	font-weight: bold;
}

h2 {
	font-size: 75%;
	color: #2D5072;
	margin: 0px;
	margin-bottom: 10px;
}

h3 {
	font-size: 70%;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
}

p {
	font-size: 70%;
	margin: 0px;
	margin-bottom: 20px;
}

table {
	font-size: 80%;
	border: 1px solid #ccc;
}

th {
	color: white;
	background-color: #4E5B69;
	text-align: center;
}

td {
	padding: 5px;
}