body {
	background-color: #3300cc;
	padding: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
}
h1 {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 5px;
}
h2 {
	font-size: 9px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#page {
	background-image: url(/images/dotsinv.gif);
	position: relative;
	height: auto;
	width: 750px;
	background-repeat: repeat-y;
	margin: auto;
}

#navbar {
	position: absolute;
	top: 115px;
	left: 15px;
	height: auto;
	width: 142px;
	font-weight: bold;
	color: #FFFFFF;
}

#navbartop {
	background-image: url(/images/navinvtop.gif);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-left: 5px;
	height: 23px;
	width: 142px;
}

#navbarmid {
	background-image: url(/images/navinvmid.gif);
	background-repeat: repeat-y;
	}

#navbarbottom {
	background-image: url(/images/navinvbottom.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 142px;
	clear: both;
}

#navbar ul {
	list-style: none;
	border: none;
	width: 130px;
	margin: 0;
	padding: 0;
	position: relative;
	left: 6px;
	top: 5px;
		}
		
#navbar li {
	margin: 0;
	padding-bottom: 2px;
	width: auto;
		}
	
#navbar li a {
	display: block;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #000066;
	background-color: #9999ff;
	color: #000066;
	text-decoration: none;
	width: auto;
	font-weight: normal;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #000066;
	padding: 3px 5px 4px 6px;
	line-height: 14px;
	font-size: 10px;
		}

html>body #navbar li a {
		width: auto;
		}

#navbar li a:hover {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	background-color: #3300cc;
	color: #fff;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #000000;
	width: auto;
		}
#text {
	position: relative;
	top: 0px;
	left: 200px;
	width: 538px;
}
#text img {
	float: left;
	margin-top: 2px;
	margin-right: 5px;
}

#text a:link {
	text-decoration: none;
	color: #000099;
	font-weight: bold;
	background-color: #FFFF00;
}
#text a:hover {
	text-decoration: none;
	color: #0000CC;
}

#text a:visited {
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
#text a:active {
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}

#box {
	background-color: #0099FF;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#place {
	padding: 6px 10px 5px;
	background-color: #66CCFF;
	font-size: 15px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	height: 21px;
	line-height: 1.3em;
}
