@charset "utf-8";
/* CSS Document */

#navbar   {
	text-align: center;
	font-size: 18px;
	background-color: #70818c;
}
#navbar  a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navbar a:hover {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #CCCCCC;
	text-decoration: none;
}
#navbar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#current a:link {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#current a:visited {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
img {
	margin-top: 25px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
}
h6 {
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}
h1 {
	font-size: 26px;
	padding-left: 20px;
}
p {
	font-size: 14px;
	margin: 25px;
	font-weight: normal;
}
#bg1 {
	background-color: #70818c;
}
#presentationcell {
	padding: 20px;
	background-color: #FFFFFF;
}
#bg2 {
	background-color: #CCCCCC;
}
h3 {
	text-indent: 10px;
}
#bg3 {
	background-image: url(../images/rightbanner.jpg);
}
#popup ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#popup ul ul {
	display: none;
	position: absolute;
	width: 100%;
	top: 25px;
	right: 0px;
}
#popup ul:hover ul {
	background-color: #70818c;
	display: block;
}
#popup li {
	position: relative;
}

