.banner {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #699;
}
.nav {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #003366;
	border-bottom-width: 3px;
	border-bottom-style: none;
	border-bottom-color: #669999;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;


}
#navlist {
	padding-top: 10px;
	padding-bottom: 10px;


}
#navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;

}
#navlist li {
	margin: 0 0 1px 0;
}
#navlist a {
	display: block;
	padding: 4px 12px 4px 2px;
	width: 160px;
	background-color: #036;
	background-image:  none;
	text-align: right;
	border-top: 2px none #669999;
	border-right: 2px none #669999;
	border-bottom: 2px solid #669999;
	border-left: 2px none #669999;


}
#navlist a:link, #navlist a:visited {
	/*/*/color: #EEE;
	text-decoration: none; /* */
}
#navlist a:hover {
	background-color: #CCCCCC;
	background-image:  none;
	color: #003366;
	border-top: 2px none #669999;
	border-right: 2px none #669999;
	border-bottom: 2px solid #669999;
	border-left: 2px none #669999;

}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;

}
.border {
	border-top: 3px none #669999;
	border-right: 3px solid #669999;
	border-bottom: 3px none #669999;
	border-left: 3px solid #669999;

}
.footer {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #669999;
	font-size: 10px;
	color: #666666;
	padding: 10px;


}
.main {
	font-size: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

}
h2 {
	font-size: 12px;
	font-weight: bold;
}
a {
	color: #669999;
	text-decoration: none;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
.breadcrumbs {
	font-size: 10px;
	text-align: right;
	width: 100%;
	border: 1px solid #003366;

}
.right {
	font-size: 10px;
	padding: 20px 10px 10px;
	width: 100px;
	background-color: #CCCCCC;

}
a:hover {
	text-decoration: underline;
}
#sidebar {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #036;
}

