body {
	margin-top: 20px;
	margin-bottom: 20px;
	background: rgb(63, 112, 152);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p {font-size: 14px; color: rgb(0, 51, 102); line-height: 20px;}

h1 {font-size: 16px; font-weight:bold; color: rgb(51, 102, 204); margin-top: 5px;}
h2 {font-size: 20px; font-weight:bold; color: rgb(51, 102, 204); margin-top: 20px;}
h3 {font-size: 12px; font-weight:bold; color: rgb(51, 102, 204);letter-spacing:.2em; margin-top: 0px; margin-bottom: 0px;}
h4 {}

h1, h2, h3, h4 {margin-bottom: 0px;}


/* --------------------------------
   Main layout
----------------------------------- */

#column_left {
	background-image: url(../css-files/border-left.jpg); background-repeat: repeat-y;
	margin: 0 auto;
	width: 1050px;
	height: auto;
}
#column_right {
	background-image: url(../css-files/border-right.jpg); background-repeat: repeat-y; background-position: top right;
}
#content_container {
	background: #fff;
	height: 1000px;
	margin-left: 100px; margin-right: 100px;
}
#header_image {
	height: 252px;
	background-image: url(../css-files/header-2.jpg);
}
#label {
	width: 230px;
	height: 30px;
	margin-top: -52px;
	margin-left: 20px;
	background-image: url(../css-files/web.jpg);
}
#scrollbar {
	margin-left: 330px;
	height: 25px;
	width: 500px; 
	margin-top: -28px;
	background-image: url(../css-files/scroll-disclaimer.jpg);
}

/* --------------------------------
   Navigation
----------------------------------- */
#navbar {
	  height: 51px;
	  margin-top: 20px;
      background-image: url(../css-files/navbar.jpg); background-repeat:repeat-x;
}
#tabs-left {
	  float: left;
	  padding-left: 20px;
	  margin-right: 10px;
      font-size:12px;
}
    #tabs-left ul {
	  margin:0;
	  padding:3px 0 4px 0;
	  list-style: none;
}
    #tabs-left li {
	  display: inline;
      margin:0;
      padding:0;
}
    #tabs-left a {
      float:left;
      margin:0;
      padding:0 0 0 4px;
	  color: rgb(255, 102, 0);
      text-decoration:none;
}
	#tabs-left a span {
      float:left;
      font-weight:bold;
      padding:3px 15px 4px 10px;
}
    #tabs-left a:hover {
	  color: rgb(51, 102, 204);
      background:url(../css-files/bullet.jpg) no-repeat left ; margin-bottom: 3px;
	  text-decoration:underline;
}
	#tabs-right {
	  float: right;
	  padding-right: 20px;
      font-size:12px;
}
    #tabs-right ul {
	  margin: 0;
	  padding:3px 0 4px 0;
	  list-style: none;
}
    #tabs-right li {
	  display: inline;
      margin:0;
      padding:0;
}
    #tabs-right a {
      float:left;
      margin:0;
      padding:0 0 0 4px;
	  color: rgb(53, 70, 166);
      text-decoration:none;
}
	#tabs-right a span {
      float:left;
      font-weight:bold;
      padding:3px 15px 4px 10px;
}
    #tabs-right a:hover {
	  color: rgb(51, 102, 204);
      background:url(../css-files/bullet.jpg) no-repeat left;
	  text-decoration:underline;
}

/* --------------------------------
   Content
----------------------------------- */

#content-left{
	float: left;
	width: 288px; height: 620px;
	position: relative;
	margin-left: 10px; margin-bottom: 10px;
	padding:20px 30px 10px 30px;
	background: rgb(192, 223, 253);
	
}
#content-right{
	float: right;
	width: 450px; height: 630px;
	position: relative;
	margin-right: 10px; margin-bottom: 10px;
	padding:10px 0 10px 20px;
	background: rgb(192, 223, 253);	
}
#content-right a {
	color: rgb(51, 102, 204);
	display: block;
	padding: 6px 2px 5px 2px; 
	}
#content-right a:hover {
	background-color: rgb(51, 102, 204);
	color: rgb(255, 255, 255);
	text-decoration: none;
}
#bottom {
	float: left;
	padding-left: 25px;
	margin:0;
	width: 850px;
	font-size:12px;
}
	#bottom ul {
	  margin:0;
	  padding:3px 0 4px 0;
	  list-style: none;
}
    #bottom li {
	  display: inline;
      margin:0;
      padding:0;
}
    #bottom a {
      float:left;
      margin:0;
      padding:0 0 0 4px;
	  color: rgb(255, 102, 0);
      text-decoration:none;
}
	#bottom a span {
      float:left;
      font-weight:bold;
      padding:3px 15px 4px 10px;
}
    #bottom a:hover {
	  color: rgb(51, 102, 204);
      background:url(../css-files/bullet.jpg) no-repeat left ; margin-bottom: 3px;
	  text-decoration:underline;
}