﻿body {
  
  background: url('../../Content/Images/header_bg.jpg') repeat-x left top;
  background-color: #f9f9f9;
  font-size: 12px;
  font-family: "Verdana";
  margin: 0px;
  padding: 0px;
    
    color:#111;
}
/* Links (submitlink is used to make a button look like a link)
-----------------------------------------------------------*/
a
{
  color: #134078;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
	color: #134078;
	text-decoration: underline;
}

h1 {
	margin:0px;
	padding:0px;
}


/* Wrapper
-----------------------------------------------------------*/
#wrapper {
 margin:0px auto;
  width: 1020px;
  padding:0px;

}
/* Header
-----------------------------------------------------------*/
#header {
  height: 105px;
  *height:95px;
  width: 100%;
  color: #fff;
}

#header p {
	font-size: 12px;
	font-weight:bold;
}

#header h1 {
 font-weight:bold;
  font-size: 35px;
  margin-bottom:5px;
}



/* Menu
-----------------------------------------------------------*/
#menu {
  float: left;
  height: 30px;
  *height:40px;
  width: 100%;
  overflow: hidden;
}
#menu ul {
  margin-top: 0px;
  *margin-top: 10px;
  padding-left: 4px;
  list-style-type: none;
}
#menu li {
  float: left;
}
#menu a {
  /*float: left;*/

  margin: 6px 30px 0px 30px;
  font-family: tahoma, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  display: block;
}
/* Page
-----------------------------------------------------------*/
#page {
  padding: 10px;
  background-color: #ffffff;
  overflow: hidden;
  width: 1000px;
}
/* Sidebar
-----------------------------------------------------------*/
#sidebar {
  float: left;
  width: 200px;
}
/* Content
-----------------------------------------------------------*/
#content {
  width: 780px;
  float: right;
}
#content .pageTitle {
  margin: 0px 0px 10px 0px;
  border-bottom: 2px solid #ACACAC;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

ul li {
padding-bottom:10px;
}


/* Footer
-----------------------------------------------------------*/
#footer {
  background-color: #ffffff;
  border-top: 2px solid #ACACAC;
}
#footer p {
  margin-top: 10px;
  padding-bottom: 10px;
  font-size: 9px;
  text-align: center;
}
#footer a {
  color: #134078;
}
/* Important Dates
-----------------------------------------------------------*/
#importantdates {
  background-color: #eaeaea;
  font-family: tahoma, arial, sans-serif;
  padding: 10px;
}
#importantdates h2 {
  font-size: 14px;
  color: #555;
}
#importantdates ul {
  padding-left: 0px;
  list-style-type: none;
  line-height: 180%;
}
#importantdates li {
  border-bottom: 1px solid #ACACAC;
  font-size: 11px;
}
/* FAQ
-----------------------------------------------------------*/
#FAQs {
  width: 750px;
}
#FAQs .faqHeader {
  font-weight: bold;
  color: #134078;
  font-size: 15px;
  padding-bottom: 5px;
  text-align: center;
}
#FAQs ol li {
  padding: 5px;
}
#FAQs .noListStyle li {
  font-weight: normal !important;
}
#FAQs .leftColumn {
  float: left;
  width: 350px;
  padding: 0px 10px 0px 10px;
  margin-bottom: 15px;
}
#FAQs .rightColumn {
  float: right;
  width: 350px;
  padding: 0px 10px 0px 10px;
  margin-bottom: 15px;
}
#FAQs .Question {
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}
#FAQs .Answer p {
  font-weight: normal;
}
#FAQs .Answer Table {
  font-weight: normal;
}
#FAQs .Answer {
  font-weight: bold;
}
#FAQs .Answer span {
  font-weight: normal;
}

/* Documents
-----------------------------------------------------------*/
#documents a {
  font-weight: bold;
}


/* ContactUs
-----------------------------------------------------------*/
#contactus th,
#contactus td {
  text-align: left;
  padding-right: 25px;
  padding-bottom: 10px;
}
#contactus th {
  font-weight: bold;
}


/* RightsTable
-----------------------------------------------------------*/
#rightsTable
{
    width:730px;
    border-bottom:1px solid #111;
    border-left:1px solid #111;
    border-right:1px solid #111;
    border-top:1px solid #111;
    margin:0px auto;
}

#rightsTable .tableHeader
{
    background-color:#adadad;
     padding:5px 5px 10px 10px;
     text-align:center;
     font-weight:bold;
     border-bottom: 1px solid #111
    
    
}


#rightsTable .tdLeft
{
     background-color:#e6e6e6;
     text-align:left;
     font-weight:bold;
     width:200px;
     padding:10px 5px 15px 10px;
     border-bottom: 1px solid #111;
	 border-right: 1px solid #111
     
     
}

#rightsTable .tdRight
{

    padding:10px 5px 15px 10px;
       text-align:left;
       font-weight:normal;
        background-color:#fff;
        border-bottom: 1px solid #111
       
}

#rightsTable .bottom {
	border-bottom:0px;
}