/*
 http://www.code-sucks.com  
*/



* { padding: 0; margin: 0; }

A:link {text-decoration: underline; color:#000080;}
A:visited {text-decoration: underline; color: #000080 }
A:active {text-decoration: none; color: #FF0000;}
A:hover {text-decoration: none; color: #0000ff;}

html {
height:auto;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #ababab;
 height:auto;
  position:relative;
}
#wrapper {
margin: 0 auto;
margin-top: 30px;
  width: 770px;
  border: 8px solid #1b2854;
  min-height:100%;
  height:auto;
   position:relative;
}

html>body #wrapper {
height:auto;
}


 #footer { 
 width: 770px;
 color: #000;
 border-top: 8px solid #1b2854;
background-color: #FFFFFF;
 padding: 0px;
 height: 68px;
}

#footertext {
float: right;
padding-right: 5px;
font-size: 14px;
text-align: right;
 font-weight:bold;
}

#header {
 width: 770px;
 height: 105px;
 color: #333;
 padding: 0px 0px 0px 0px;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 background: url("../images/fd_head.jpg") no-repeat;
}
#content { 
 width: 770px;
 color: #000;
 border: 0px solid #ccc;
 background: url("../images/fd_bg.jpg") repeat-y;
 margin: 0px 0px 0px 0px;
 padding: 0px;
min-height:100%;
 height: auto;
 position:relative;

}

#content:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
#nav { 
 width: 770px;
 color: #000;
 height:39px;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
}
#navtext {
width:225px;
padding:5px;
border: 0px solid #000;
float: left;

}
#navtext h1 {font: 23px  "Times New Roman", serif; color: #354b7e;}
#contenttext h1 {font: 23px "Times New Roman", serif; color: #FFFFFF;}

#navtext h2 {font: 16px "Times New Roman", serif; color: #000;}
#contenttext{
border: 1px solid #000000;
width:500px;
float: right;
padding-top: 15px;
padding-left: 8px;
padding-right: 7px;
border:0px solid #000;
margin-top: 0px;
}
#homeleft{
float:left;
width:220px;
padding-left: 30px;
border: 0px solid #000;
}
#homeright{
float: right;
width:220px;
border: 0px solid #000;
}

#contenttext p {font: 14px "Times New Roman", serif; color: #333;}
#contenttext h2 {font: 16px "Times New Roman", serif; color: #222; text-decoration: underline;}
#contenttext li {font: 14px "Times New Roman", serif; color: #333; list-style-position: outside; text-indent: 0em; list-style-type: square; margin-left:15px;}


#contenttext div > p {font: 14px "Times New Roman", serif; color: #333;}
#contenttext div > h2 {font: 16px "Times New Roman", serif; color: #222; text-decoration: underline;}
#contenttext div > li {font: 14px "Times New Roman", serif; color: #333; list-style-position: outside; text-indent: 0em; list-style-type: square; margin-left:15px;}


.table {
color: #333;
font-family: Arial;

}
.td {
background: #efefef;
padding:10px;
font-size:16px;
font-family: Arial;
color:#333;
}

.td a {
color: #234;
}

.td1 {
background: #dedede;
padding:10px;
font-size:15px;
font-family: Arial;
color:#333;

}
.hide {
display: none;
}

