/* CSS Document */

body{
	background-image: none;
	background-color: #FFFFFF;
}
#title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	text-align: right;
	font-weight: bold;
	color: #666666;
}
#header {
	position:absolute;
	left:2px;
	top:2px;
	width:626px;
	height:104px;
	z-index:10;
	visibility: visible;
}
#menu {
	position:absolute;
	left:5px;
	top:48px;
	width:166px;
	height:133px;
	z-index:3;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 5px;
	color: #333333;
	visibility: visible;
}
#story{
	text-align: justify;
	background-color: #ffffff;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	border-bottom-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #999999;
	border-left-color: #666666;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border-bottom-width: 1px;
	padding-top: 10px;
	
	
}
#story h3{
	font-size: 16px;
	font-weight: bold;
	color: #516aa4;
	text-indent: 10px;
	margin-left: 30px;
}
#story ul{
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	line-height: 22px;
}
a:link, a:visited, a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #0000FF;
}

/*Left Menu*/
.glossymenu{
	list-style-type: none;
	padding: 0;
	text-align: left;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	width: 140px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9A9A9A;
	border-right-color: #9A9A9A;
	border-bottom-color: #9A9A9A;
	border-left-color: #9A9A9A;
	border-bottom-width: 0px;
}
.glossymenu li a{
	color: #333333;
	display: block;
	width: auto;
	padding-left: 6px;
	text-decoration: none;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: white;
	background-repeat: repeat-x;
	background-position: center center;
	padding-right: 0;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	height: 18px;
	background-image: url(../graphics/chromebg.gif);
	padding-top: 1px;
}
* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 140px;
}
.glossymenu li a:visited, .glossymenu li a:active{
	color: #000000;
}
.glossymenu li a:hover{
	color: #FF3300;
	background-position: center center;
	background-repeat: repeat-x;
	background-image: url(../graphics/chromebg2.gif);
}
#story h4 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-bottom: -5px;
}
.bold {
	font-weight: bold;
	display: inline;
}
.center-box {
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	height: auto;
	width: auto;
}
.shadow-box {
	background-image: url(../graphics/shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-left: 5px;
}
.blue {
	font-weight: bold;
	display: inline;
	color: #003399;
	font-size: 14px;
}
#story h5 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 2px;
}
