@font-face 
{
	font-family: iconFont;
	src: url(../fonts/iconFont.eot?#iefix) format("embedded-opentype"), url(../fonts/iconFont.svg#iconFont) format("svg"), url(../fonts/iconFont.woff) format("woff"), url(../fonts/iconFont.ttf) format("truetype");
	font-weight: normal;
	font-style: normal;
}



body
{
    overflow-y: scroll;
    margin-top:5px;
    background-color:#F9F9F9;
}

#PageWrapper
{
	width: 944px;
	margin: auto;
}

section#MainContent
{
	width: 944px;
	float: left;
}



h1
{
	line-height: 42px; 
	font-family: "Segoe UI Light", "Open Sans", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 38px; 
	font-weight: 400;
	color:#92161D;
}

h2
{
	line-height: 33px; 
	font-family: "Segoe UI SemiLight", "Open Sans", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 26px; 
	font-weight: 200;
	color:#92161D;
}

p
{
	font-family: "Segoe UI", "Open Sans", Verdana, Arial, Helvetica, sans-serif; 
	line-height: 18px; 
	font-size: 14px;
	text-align: justify; 
	text-justify: inter-word;
	color:#2a2a2a;
}



.topSection
{
    width: 944px;
    height: 50px;
    background-color: #1570A5;
    position:relative;
}

.bannerText
{
    font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
    font-weight: 400;
    color:white;
    float:left;
    margin-top:14px;
    margin-left:26px; 
}

.topSection h1
{
    font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
    font-weight: 400;
    color:white;
    float:left;
    margin-top:5px;
    margin-left:16px; 
}

.topSectionText
{
    font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
    font-weight: 400;
    color:white;
    float:left;
    margin-top:14px;
    margin-left:16px; 
}

.logoText
{
    font-family: 'Times New Roman';
	font-size: 12pt;
    font-weight: bold;
    color:white;
    float:left;
    margin-top:15px;
    margin-left:10px; 
    background-color:#71728D;
    padding: 2px 6px 1px 6px;
    border:1px solid #C1C2CF;
}

#PageWrapper footer
{
	clear: both;
    width: 944px;
    height: 25px;
    background-color: #1570A5;
    position:relative;
}

.footerText
{
    font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
    font-weight: 400;
    color:white;
    float:left;
    margin-left:10px; 
    margin-top: 6px;
}


.divider 
{
  position: relative;
  margin: 5px;
  margin-top:17px;
  margin-left:20px;
  line-height: 20px;
  height: 20px;
  float: left;
  display: inline-block;
  padding: 0;
  font-weight: normal;
  font-size: 10pt;
  color: #fff;
  width: 1px;
  border-right: 1px #e6e6e6 solid;
}

.footerDivider 
{
  position: relative;
  margin: 5px;
  margin-top:7px;
  margin-left:10px;
  margin-right:0;
  line-height: 11px;
  height: 11px;
  float: left;
  display: inline-block;
  padding: 0;
  font-weight: normal;
  font-size: 10pt;
  color: #fff;
  width: 1px;
  border-right: 1px #e6e6e6 solid;
}

.menuDownArrow:after 
{
	position:absolute; margin-top: -2px; margin-left: 3px; content: url(../Images/DownArrow.png); 
}

.zoomInCursor
{
    cursor:url(../Images/zoomin.cur), auto;
}

#contentSection
{
    margin: 20px 5px 0px 5px;
}

#contentSection h1
{
    margin: 0px 0px 15px 10px;
}

#contentSection a img
{
	border: none;
}


 

