/*******************************************************
TITLE: Fixed Three-Column Layout
*******************************************************/

/* << ----------------// General Styles //---------------->> */
html, body {
margin:0px;
padding:0px;
height: 100%;
font-family: Verdana, Arial, sans;
font-size:12px;
line-height:18px;
color:#1B3F8B;
background: #ffffff url(#) top left repeat-x;
}

p {
margin:10px 0 10px 0;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

h1 {
font-size:24px;
font-family: Georgia, 'Times New Roman', 'Times', serif;
padding: 10px 0 10px 0;
border-bottom: 2px solid #B4B7D2;
}

h2 {
font-size:20px;
}

h3 {
font-size:18px;
}

h4 {
font-size:12px;
}

a:link, a:visited {
color:#1B3F8B;
text-decoration:underline;
}

a:hover, a.active {
color:#597FD3;
text-decoration:none;
}

ul {
margin:5px 0 5px 20px;
padding:0;
list-style-type:none;
}

ol {
margin:5px 0 5px 30px;
padding:0;
list-style-type:decimal;
}

ul li, ol li {
margin:0 0 4px 0;
padding:0;
}

/* << ----------------// Outer container that holds all the columns //---------------->> */
#container {
min-height: 100%;
position: relative;
}

/* << ----------------// Header //---------------->> */
#header {
text-align: center;
padding:0 0 0 0;
height:100px;
color:#1B3F8B;
}

#mainnav {
text-align: center;
margin:0px 0 0 0;
padding:20px 0 0px 0;
width:780;
height:162px;
background:#1B3F8B url(images/mainnavbg.gif) top center no-repeat;
color:#FFFFFF;
}

#mainnav img {
border: 0px solid #FFFFFF;
}

#mainnav img:hover, #mainnav img.active  {
background: transparent url(images/arrow.gif) bottom center no-repeat;
padding: 0 0 12px 0;
}

/* << ----------------// Horizontal navigation //---------------->> */
#navHorizontal {
text-align: center;
font-weight: bold;
margin:0;
padding:0;
width:780;
height:38px;
line-height:40px;
background:#b4b7d2 url() top center no-repeat;
}

#navHorizontal ul {
margin:0 0 0 5px;
padding:0;
list-style:none;
}

#navHorizontal ul li {
margin:0 ;
padding:0 20px 0 0;
list-style:none;
display:inline;
}

#navHorizontal ul li a:link, #navHorizontal ul li a:visited {
padding:0 0 0 0; 
color:#1B3F8B;
text-decoration:none;
border-right:20px transparent;
}

#navHorizontal ul li a:hover, #navHorizontal ul li a.active {
color:#1B3F8B;
text-decoration:none;
background: transparent url(images/arrowdark.gif) bottom center no-repeat;
padding: 0 0 10px 0;
}

/* << ----------------// body//---------------->> */
#body{
text-align: center;
padding-top: 10px;
padding-bottom: 90px;
background-color:#FFFFFF;
}

/*<-----------//sub-body//----------------->>*/

#sub-body {
  margin: 0 auto;
  padding: 0px 20px 20px 20px;
  width: 780px;
  text-align:left;
  border-left: 0px solid #597FD3;
  border-right: 0px solid #597FD3;
  background-color: #FFFFFF;
  } 
  
#sub-body  li {
background-image: url(images/point.gif);
background-repeat: no-repeat;
background-position: left 8px;
padding-left:11px;
}
  

/* << ----------------// Footer //---------------->> */
#footer {
text-align:center;
position: absolute;
bottom: 0;
width: 100%;
height:90px;
font-size:10px;
color:#ffffff;
background:#1B3F8B;
}

#footer a:link, #footer a:visited {
color:#ffffff;
text-decoration:none;
}

#footer a:hover, #footer a:active {
color:#ffffff;
text-decoration:underline;
}

#imgleft {
float: left;
padding: 10px 10px 10px 0;
}
