/*	border: 1px solid green;    Add this to draw a box around objects  */

/******************** This applies to all areas ********************/
body {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
  margin: 0px;
  padding: 0px;
	background-image: url(images/backgroundnew.jpg); 
	background-repeat: repeat-y;
	background-position: 50%;
}
/* This forces there to always be a scroll bar on the right side. This eliminates the page shifting */ 
/* when the context does not take up the whole page. */
html {
  overflow-x: auto;
  overflow-y: scroll;
}
ul {
  list-style: disc inside;
  margin: 10px;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
}
#outside {
  list-style: disc outside;
  margin: 0;
}
.RedLeft {
	font-size: 14px;
	font-weight: bold;
	color: #C50103;
	text-align: left;
	padding: 5px 0px 5px 0px;
}
.RedCenter {
	font-size: 14px;
	font-weight: bold;
	color: #C50103;
	text-align: center;
	padding: 5px 0px 5px 0px;
}
.BlackCenter {
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-align: center;
	padding: 5px 0px 5px 0px;
}
.BottomBorder {
	border-bottom: 1px solid black;
	padding: 0px 0px 20px 0px;
}
#italic {
	font-style: italic;
}

/******************** Containers ********************/
#pagecontainer {
  position: absolute;
  width: 800px;
  left: 50%;
  margin-left: -400px;
}
#columnone {
  position: absolute;
  margin: 8px 8px 8px 8px;
	text-align: center;
	Left: 0px;
	width: 160px;
	font-size: 10px;
}
#columntwo {
	margin: 8px 8px 8px 175px;
	padding: 5px 5px 5px 10px;
}

/******************** Header ********************/
.header {
	text-align: center;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid black;
}

/******************** Buttons ********************/
.button {
	margin: 2px;
	padding: 0px;
	width: 154px;
	height: 36px;
	background-image: url(images/buttonnormal.gif);
}
.button a {
	padding: 10px 0px;
	color: white;
	display: block;
	font-size: 12px;
  text-decoration: none;	
}
.button a:hover {
	width: 154px;
	Height: 36px;
	background-image: url(images/buttonhover.gif);
	background-repeat: no-repeat;
}
.button2 {
	margin: 2px;
	padding: 0px;
	width: 154px;
	height: 36px;
	background-image: url(images/buttonnormal.gif);
}
.button2 a {
	padding: 2px 0px 0px 0px;
	color: white;
	display: block;
	font-size: 12px;
  text-decoration: none;	
}
.button2 a:hover {
	width: 154px;
	Height: 36px;
	background-image: url(images/buttonhover.gif);
	background-repeat: no-repeat;
}
/******************** Picture aligment options ********************/
.picturesingle {
	text-align: center;
	display: block;
}
.picturedouble {
	float: left;
	width: 290px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.pictureLeft {
	float: left;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}
.pictureRight {
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
.scooterpicture {
	float: left;
	margin: 0px;
	padding-right: 20px;
}
.floatstop {
	clear: both;
}
/******************** Implements ********************/
.box {
	margin: 2px;
	padding: 0px;
	width: 585px;
	height: 180px;
	border-bottom: 1px solid black;
}
