a:link {text-decoration: none;
	text-align: right;
	color: #027;
	background: #fff;
}
a:visited {text-decoration: none;
	text-align: right;
	color: #A2F;
	background: #fff;
}
a:active {text-decoration: underline;
	text-align: right;
	color: #027;
	background: #fff;
}
a:hover {text-decoration: none; 
	text-align: right;
	color: #f00;
	background: #fff;
}

body{
	margin:0 25px;
	padding:0 0 0 150px;
	font: 78%/1.5 \"Lucida Grande\", \"Lucida Sans Unicode\", Tahoma, Verdana, Arial, sans-serif, helvetica, serif;
	background: #fff;
	text-align: center;
}
#container{
	background-color:#fff;
	float:left;
	width:100%;	
	border-left:150px solid #fff; /* The width and color of the left rail */
	margin-left:-150px;
	margin-right:0px;
	display:inline; /* So IE plays nice */
}
#leftRail{
	float:left;
	width:150px;
	margin-left:-150px;
	position:relative;
}
#center{
	float:left;
	width:100%;
	margin-right:-100%;
}
#maptitle{
	margin-left:auto;
	margin-right:auto;
	width: 400px; 
	height: 210px;
}
#globalmap{
	margin-left:auto;
	margin-right:auto;
	width: 640px;
	height: 790px;
}
#map{
	margin-left:auto;
	margin-right:auto;
	width: 640px;
	height: 384px;
}
#header{
	height: 150px;
	background: url(/graphics/schidt.gif) top center no-repeat;
	text-indent: -999em;
	margin: 1em 0 0 0;
	background-color:#fff;
	margin-left:-145px;
	margin-right:5px;
	clear:both;
}

#nav, #nav ul {
	width: 750px;
	float: left;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	border: solid #027;
	border-width: 1px 0;
	margin: 0 0 1em 0;
}

#nav a {
	display: block;
	width: 10em;
	w\idth: 6em;
	color: #f00;
	text-decoration: none;
	padding: 0.25em 2em;
}

#nav a.daddy {
	background: url(graphics/rightarrow.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 10em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #ee2;
}
#bar {
	height: 24px !important;
	height /**/: 30px;
	font-weight: normal;
  font-size: 10px;
	color: white;
	background: #027;
	margin-top: 15px;
	padding: 6px 12px 0 0;
	text-align: right;
	margin-left:-145px;
	margin-right:5px;
	clear: both;
	}

#footer{
	height: 62px !important;
	height /**/: 80px;
	font-weight: normal;
  font-size: 10px;
	color: #444;
	background: url(/graphics/skateboardfoot.gif) bottom left no-repeat #fff;
	padding: 24px 12px 0 0;
	text-align: right;
	margin-left:-145px;
	margin-right:5px;
	border-bottom:2px solid #027;
	border-left:2px solid #027;	
	border-right:2px solid #027;
	clear:both;
}
#footer a:visited {
	text-decoration: none;
}

#h2{
	margin:0;
	padding:5px;
}
#center h2{
	background-color: #fff;
	color: #d00;
	margin: 5px 0 0 -150px;
/*	padding: 5px;   */
}
.menu{
	list-style-type:none;
	border:2px solid #027;
	margin:5px;
	padding:5px;
}
#leftRail h2{
	background-color:#fff;
	color: #d00;
	margin: 5px 0 0 0;
}
#leftRail ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align:left;
}

#leftRail li { margin: 0; }

#leftRail a {
  display: block;
  color: #FFF;
  background-color: #027;
  /* width: 9em; */
	text-align:left;
  padding: 3px 12px 3px 8px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}

#leftRail a:hover {
  background-color: #369;
  color: #FFF;
}

#leftRail li li li a {
  display: block;
  color: #FFF;
  background-color: #69C;
  /*width: 9em; */
	text-align:left;
  padding: 3px 3px 3px 17px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  font-weight: normal;
}
.article{
	border:2px solid #027;
	margin:5px;
	padding-top:0;
	overflow:hidden;
}
* html .article{
	height:1%; /* So IE plays nice */
}
.article p{
	margin:0;
}
.article h3{
  color: #FFF;
  background-color: #027;
	margin:0 0 0 -150px;
	padding:5px;
	border-bottom:2px solid #027;
}
.articleContainer{
	width:100%;
	display:inline;
	float:left;
}
.articleContent{
	width:100%;
	float:right;
	border-left:2px solid #027;
	margin-left:-2px;
	position:relative;
	color: #555;
}
.articleContent p{
	padding:5px;
}

