@charset "utf-8";
/* CSS Document */

/*
   meg20 css
*/
/*////////// GENERAL //////////*/
body {
 margin: 0px;
 background-color:#E6F0EE;
}
#container {
  margin: 0 auto;
  width: 950px;
  border: 0px solid #666666;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height:16px;
}
#container2 {
  border: 0px solid #0000ff;
  width:inherit;
  float:left;
  margin-bottom: 5px;
}
#container3 {
  width: 730px;
  float: right;
  border: 0px solid #0055B3;
  margin-bottom: 5px;
}
/*////////// TYPEOGRAPHY //////////*/
h1 {}
h2 {}
h3 {
	color:#006;
	border-bottom: 1px solid #0055B3;
}
h4 {
	font-weight: bold;
	color:#003;
	display: none;
}
p {}
a {
  text-decoration: none;
  font-weight: bold;
  color: #0055B3;
}
a:hover {
	font-size:large;
}
a:visited {
  color:#66F;
}
/*////////// HEADERS //////////*/
#header {
  border: 0px solid #00ff00;
  height: 100px;
  background-image: url('../images/headerimg.gif');
}
.leftWidth{/*class allows for quickly ensuring anything on the left 
                                                  side can be set*/
  width: 720px;
}
.quickMargin{/*adds 10px of margin to anything*/
  margin: 10px;
}
/*////////// CONTENT //////////*/
#content {
  margin: 5 25px;
  width: 500px;
  float: left;
  border-left: 1px solid #0055B3;
  border-right: 1px solid #0055B3;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}
#pushbottom{
  clear:both;
}
/*////////// SIDEBARS //////////*/
#sidebarLT {
  width:190px;
  float: left;
  padding-right: 0px;
}
#sidebarRT {
  width: 200px;
  float:right;
  padding-left: 0px;
}
/*////////// NAV //////////*/
#top_navlist {
  text-align:left;
  border-bottom: 1px solid #0055B3;
  height: 20px;
  width: 730px;
  top: 80px;
  position: absolute;
  padding-left: 220px;
}
#search_bar {
  border-bottom: 0px solid #0055B3;
  top: 85px;
  left: 800px;
  position: absolute;
}
/*////////// FORMS //////////*/
/*////////// FOOTER //////////*/
#footer {
  text-align: center;
  border: 1px solid #03F;
  height: 15px;
  width: 950px;
  position:inherit;
  float: right;
}
/*////////// IMAGES //////////*/
/*////// EXTRA CLASSES ///////////*/
