@charset "utf-8";
*{ margin:0;
   padding:0;
}
body {
	background-color: #003366;
	margin:25px;
	background-image: url(../images/bkg.jpg);
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #990000;
	line-height: 32pt;
}
.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #003366;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 18pt;
	color: #333333;
}
.edit {
	color: #00CC00;
}
.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #333333;
}
#top {
	height: 10px;
	width: 970px;
	background-image: url(../images/top.png);
	position: absolute;
	left: -10px;
	top: -10px;
}
#navbar {
	height: 30px;
	width: 915px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 82%;
	font-weight: bold;
	background-image: url(../images/navbar.png);
	padding-left: 35px;
}
#time {
	position: absolute;
	height: 30px;
	width: 290px;
	left: 650px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 82%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 29px;
	letter-spacing: 0.2pt;
	z-index: 6;
}
#left {
	background-image: url(../images/left.png);
	position: absolute;
	height: 645px;
	width: 10px;
	left: -10px;
	top: 0px;
}

#banner {
	height: 235px;
	width: 950px;
	margin: 0px auto;
	position: relative;
	background-image: url(../images/purpose.jpg);
}

#curve {
	background-image: url(../images/curve.png);
	position: relative;
	height: 50px;
	width: 950px;
	top: 155px;
}
#right {
	background-image: url(../images/right.png);
	position: absolute;
	height: 645px;
	width: 10px;
	top: 0px;
	left: 950px;
}
#wrapper {
	background-color: #FFFFFF;
	position: relative;
	height: 400px;
	width: 950px;
	margin: 0px auto;
}
#content {
	position: absolute;
	height: 330px;
	overflow: auto;
	top: 35px;
	left: 35px;
	width: 589px;
	padding-right: 35px;
	background-color: #FFFFFF;
}
#sidebar {
	height: 365px;
	width: 241px;
	position: absolute;
	background-color: #E0E0D4;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	left: 658px;
	top: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 35px;
}
#journey {
	height: 195px;
	width: 225px;
	position: relative;
	overflow: auto;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#addr {
	position: relative;
	height: 85px;
	width: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	line-height: 14pt;
	text-align: center;
	top: 97px;
	left: 35px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#addr a:link, #addr a:visited, #addr a:active {
	color: #333333;
	text-decoration: none;
}
#addr a:hover {
	text-decoration: underline;
}
#news {
	height: 150px;
	width: 225px;
	position: relative;
	overflow: hidden;
	margin-top: 35px;
	margin-left: 7px;
}
#edge {
	position: absolute;
	height: 20px;
	width: 960px;
	background-image: url(../images/edge.png);
	top: 635px;
	left: -5px;
}
#footer {
	position: relative;
	height: 20px;
	width: 950px;
	margin: 0px auto;
	text-indent: 30px;
	top: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #99CCFF;
}
#content a:link, #content a:visited, #content a:active {
	text-decoration: underline;
	color: #333333;
}
#content a:hover {
	color: #990000;
}
