﻿/* CSS layout */
#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 760px;
	background-color: #69CCFF;
	margin-top: 10px;
}
#left_col {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#page_content {
	margin-right: 200px;
	margin-left: 140px;
	background-color: #FFFFFF;
}
#right_col {
	border-width: thin;
	border-color: #69CCFF;
	width: 180px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #FFFFFF;
	border-left-style: ridge;
}
#footer {
}
.subhead {
	font-family: "Trebuchet MS", sans-serif;
	font-style: normal;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #63005A;
	padding-left: 5px;
	padding-right: 5px;
}
.minorbox {
	padding: 10px;
	right: 0px;
	top: 0px;
	width: 180px;
}
.content2 {
	font-family: Verdana, Tahoma;
	font-size: x-small;
	padding: 3px;
}
.content1 {
	border: 0px;
	border-color: #69CCFF;
	border-style: none;
	font-family: Verdana, Tahoma;
	font-weight: normal;
	font-size: x-small;
	padding: 5px;
	color: #000000;
	margin-right: 6px;
}
.bottom {
	background-color: #69CCFF;
	font-family: Verdana, Tahoma;
	font-weight: normal;
	font-size: x-small;
	padding: 5px;
}
.bevelmenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 120px;
}
.bevelmenu li a{
	display: block;
	width: 120px;
	padding: 2px 4px;
	text-decoration: none;
	font-weight: normal;
	background-color: #69CCFF;
	border: 2px solid #B9E9FF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}

.bevelmenu li a:hover{
	border-color: #0066CC;
	border: #0066CC;
	color: black;
	background-color: #B9E9FF;
	border-style: solid;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect (non IE browsers only) */
border-style: inset;
}

</style>
.links {
	font-family: Verdana;
	font-size: x-small;
	text-decoration: underline;
	color: #000000;
}
.links:hover {
	font-family: Verdana;
	font-size: x-small;
	color: #3399FF;
	text-decoration: underline;
}
.updated {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
}
.links {
	font-family: Verdana;
	font-size: x-small;
	text-decoration: underline;
	color: #000000;
}
