﻿body, html {
  margin:0;
  padding:0;
  background:#424141;
}
body {
  min-width:978px;
}
a:link {
  color: red;
  text-decoration: none;
} 
a:visited {
  color: red;
  text-decoration: none;
} 
a:active {
  color: black;
  text-decoration: none;
} 
a:hover {
  color: black;
}
#dropin {
	width:450px;
	height:351px;
	position:absolute;
    left: 50%;
    margin-left: -225px;
	font-family: Arial,sans-serif;
	background: gray;
	padding: 10px;
	border: 2px solid black;
	visibility:hidden;
	z-index:9991;
}
#wrapper {
  background-color: #CECECE;
  width: 978px;
  border: thin #000000 solid;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
#header {
  width: 978px;
  margin:0;
  padding:0;
}
	#logo {
	  float:left;
	  width:191px;
	}
	#banner {
	  float:right;
	}
	#nav {
	  background-image:url('/images/nav_backgrnd.png');
	  float:right;
	  width: 787px;
	}
#topseperator {
  background-color: #000000;
  float: left;
  width: 978px;
  height: 10px;
  clear: both;
}
#leftcol {
  background-color: #CECECE;
  float: left;
  width: 191px;
}
#rightcol {
  float: right;
  width: 787px;
  background-color: white;
}
	#titlebanner {
	  background-color: #808080; 
	  width: 787px;
	  height: 134px;
	}
	#content {
	  width: 776px;
	  min-height:355px;
	  background-color: white; 
	  padding:15px 5px 20px 5px; /* top right bottom left */
	  margin: 0px 0px 0px 0px;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  /* color: #868686; */
	  color:#424141;
	}
		#leftcontent {
			float:left;
			width: 500px;
			background-color: white;
		}
		#rightcontent {
			float:right;
			width: 250px;
			padding:0px 12px 0px 0px;
			background-color: white;
			color: #CB171A;
		}
	h1,h2,h3,h4,h5#content {
	  /* color : #CB171A; */
	  color: #848383;
	  font-size: 18px;
	}
#botseperator {
  background-color: #646363;
  width: 978px;
  height: 10px;
  clear: both;
}
#footer {
  background-color: #CECECE;
  width: 978px;
  height: 161px; 
  clear: both;
}
	#footleft {
	  background-color: #CECECE;
	  float: left;
	  width: 191px;
	}
	#footright {
	  float: right;
	  width: 787px;
	}
	
#copyright {
	clear:both;
  	width: 978px;
  	height: 14px;
  	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
}
	
#ajaxticker1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size:small;
  color: black;
  text-decoration: none;
  width: 161px;
  padding: 15px 0 0 15px;
  background-color: #CECECE;
}
