/* Header Style */

#logo {
	margin-left:110px;
	padding-top:5px;
	margin-top:20px;
	float:left;
}

#list-menu
   {
	margin-right: 80px;
	margin-top: 55px;
	float: right;
  }
	
.top-menu
   {
    font-family: Helvetica, Arial;
    font-size: 12;
    font-weight: bold;
	background-image: url('images/header_bg.png');
	width:900px;
	height: 175px;
	background-repeat: no-repeat;
    width: 100%;
   }

.top-menu ul
   {
      padding: 6px 0px 7px 0px;
      margin: 0;
      text-align: left;
      line-height:25px;
   }

.top-menu ul li
   {
      display: inline;
   }

.top-menu ul li a
   {
      color: #333333;
      padding: 6px 3px 4px 3px;
      margin-right: 30px;
      text-decoration: none;
      border-bottom: 3px solid gray;
   }

.top-menu ul li a.selected
   {
      color: #333333;
      padding: 6px 3px 4px 3px;
      margin-right: 30px;
      text-decoration: none;
      border-bottom: 3px solid crimson;
   }

.top-menu ul li a:hover, .top-menu ul li a.selected
   {
      color: #333333;
      border-bottom-color: #DC143C;
   }

#top-menu-selected
   {
      color: #333333;
      border-bottom-color: #DC143C;
   }


/* Body Style */

body{ 
	background-image: url('images/bg.gif');
	background-repeat: repeat;
	}

.page-content	{
	position: relative;
	margin-left:150px;
	width:900px;
	/*height: 650px;*/
	font-family: Helvetica, Arial;
    font-size: 14;
	background-color:white;
	border-left: 15px solid crimson;
	border-right: 0px solid crimson	;
	padding-bottom: 25px;
}

.left-content
   {
	position: relative;
	top: 0px;
	left: 15px;
	width: 540px;
	background-color: white;
  }
  
.right-content
   {
	position: absolute;
	top: 170px;
	right: 10px;
	margin-right: 20px;
	width: 260px;
	/* border-left: 2px dashed grey; */
	background-color: #FFFFFF;
    padding: 5px 5px 5px 30px;
  }
  
.form-input
    {
	position: absolute;
	right: 10px;
  }
  
.highlight-color
   {
	color: crimson;
	font-weight: bold;
	/* background-color: #B7DEE8; */
  }
  
.contact-menu
   {
   font-weight: bold;
   font-size: 14;
   color: #333333;
  }
  
h1
   {
   font-size: 22px;
    border-bottom: 3px solid #B7DEE8;
  }
  
.footer
   {
	position: relative;
	margin-top: 25px;
	margin-left:auto;
	margin-right:auto;
	width:70%;
    font-family: Helvetica, Arial;
    font-size: 14;
	background-color:white;
   }
   
.footer-content
   {
	text-align: center;
	font-size: 16;
	font-weight: bold;
  }