body {
	background-color: #84AADB;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	margin: 0;
}
.menu3 {
	background-color:#a5bee2;
}
.menu2 {
	background-color:#95b9e2;
}
.menu1, .menu2, .menu3 {
	width: 780px;
	text-align: center;
	border-bottom: 1px solid #C0D8F1;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;

}
.menu1 {
	padding-top: 20px;
}
.menu3, .menu2 {
	padding-top: 10px;
}
.level1, .level1s, .level2, .level2s, .level3, .level3s {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 0.75em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-right: 20px;
}

.level3s, .level2s, .level1s {
	color: #000000;
	font-weight: bold;
	padding: 2px 10px 0px 10px;
	border-top: 1px solid #C0D8F1;
	border-left: 1px solid #C0D8F1;
	border-right: 1px solid #C0D8F1;
}
.level1s {
	background-color:#95b9e2;
	border-bottom: 1px solid #95b9e2;
}
.level2s {
	background-color:#a5bee2;
	border-bottom: 1px solid #a5bee2;
}
.level3s {
	background-color:#e0f0fb;
	border-bottom: 1px solid #e0f0fb;
}
.dim .level1, .dim .level2, .dim .level3 {
	color: #ffffff;
}
.level1s:hover, .level2s:hover, .level3s:hover {
	color: #555555;
}
.level1:hover, .level2:hover, .level3:hover {
	color: #dddddd;
}
#location {
	padding-top: 0px;
	text-align: left;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1em;
	color: #000000;
	border-bottom: 1px solid #455c88;
}
#location a {
	color: #000000;
	text-decoration: none;
}
#location a:hover {
	color: #000000;
	text-decoration: underline;
}
#content {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	width: 790px;
	/*background-color: #C0D8F1;
	background-color: #c5dcf3;
	background-color: #cee4f7;*/
	background-color: #e0f0fb;
}
#main {
	padding-top: 0px;
	float: left;
	text-align: left;
	width: 590px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: .9em;
	line-height: 1.8em;
	margin-right: 10px;
	margin-top:0px;
	border-right: 1px solid #455c88;
}
#right {
	margin-left: 590px;
	margin-top: 0px;
	font-size: 0.9em;
	width: 140px;
	padding: 10px;
}

/* My Comment */
#footer {
	clear:both;
	font-size: .7em;
	border-top: 1px solid #455c88;
	width: 770px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#main a:visited, #main a:link{
	color: #0076BF;
}
#main a:hover{
	color: #B0B6BB;
}
#right a {
	line-height: 1.8em;
	font-size: .9em;
}
#right a:visited, #right a:link{
	color: #0076BF;
	text-decoration:none;
}
#right a:hover{
	color: #B0B6BB;
	text-decoration: underline;
}
