/*
-----------------------------------------------
Main styles for Poseidon's Harvest

Authored By: Artem Matusevich

Notes:
dark - 3399cc
light - cceeff
dbe7f2
#boxLeft {
  width: 264px;
  border-left: 1px dotted #CCCCCC;
  padding: 0px 15px 0px 15px;
  text-align: left;
  float: left;
}
#boxRight {
  width: 265px;
  padding: 0px 15px 0px 15px;
  text-align: left;
  float: left;
}

----------------------------------------------- */

/* default elements */
body {
  background-color: #FFFFFF;
  color: #333333;
  margin-top: 0px;
  text-align: center;
}
form {
  font-family: Verdana; 
  font-size: 10pt;
  margin: 0px;
  padding: 0px;
}
h2 {
  font-family: Arial;
  font-size: 10pt;
  margin-top: 15px;
  margin-bottom: 0px;
  font-weight: bold;
}
h3 {
  color: #094863;
  font-family: Verdana; 
  font-size: 11pt;
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: bold;
}
p {
  font-family: Verdana; 
  font-size: 8pt;
  line-height: 1.8em;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0px;
}
img {
  border: none;
  margin: 0;
  padding: 0;
}
ul {
  font-family: Verdana; 
  font-size: 8pt;
  line-height: 1.8em;
  text-align: left;
  margin: 0px 0px 0px 25px;
  padding: 0px;
  list-style-image: url(../img/bullet.jpg);
}
.noStyle {
  margin-top: 0px;
  list-style: none;
  list-style-image: none;
  margin-left: 10px;
  padding: 0px;
}
ol {
  font-family: Verdana; 
  font-size: 8pt;
  line-height: 1.8em;
  text-align: left;
  margin: 0px 0px 0px 25px;
  padding: 0px;
}
ol .decimal {
  list-style-type: decimal;
}
a:link {
  color: #005588;
  border-bottom: 1px solid #dddddd;
  text-decoration: none;
}
a:visited {
  color: #005588;
  border-bottom: 1px solid #dddddd;
  text-decoration: none;
}
a:hover {
  color: #3399cc;
  border: none;
  text-decoration: none;
}



.title {
  background-color: #cce2ff;
  color: #094863;
  font-family: Verdana;
  font-size: 10pt;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 3px 0px 3px 5px;
  font-weight: bold;
}
.underline {
  border-bottom: 2px solid #dbe7f2;
}
.ufn {
  color: #00a8e5;
  font-family: Times New Roman;
  font-style: italic;
  font-size: 10pt;
  font-weight: bold;
}



/* main container box for the entire design */
/*   allows the proper centering of the site in all browsers */
#main {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}



/* top banner */
#phLogo {
  height: 100px;
  width: 300px;
  text-align: left;
}

#headText {
  width: 445px;
  border-bottom: 1px solid #3399cc;
  margin-left: 5px;
  text-align: right;
}
#headText h3 {
  font-family: Century Gothic, Arial; 
  font-size: 12pt;
  font-weight: none;
  margin: 0px;
  padding: 0px;
  color: #003366;
}
#headLinks {
  margin-top: 1px;
  font-family: Arial;
  width: 450px;
  font-size: 8pt;
  text-align: right;
}
#headLinks a:link {
  color: #006688;
  border: none;
}
#headLinks a:visited {
  color: #006688;
  border: none;
}
#headLinks a:hover {
  color: #3399cc;
  border: none;
}



/* page */
#boxNav {
  width: 150px;
  font-family: Arial;
  font-size: 11px;
  text-align: left;
}
#boxNav p {
  font-family: Arial;
  line-height: 1.5em;
  margin-left: 5px;
}
#boxNav a:link {
  color: #005588;
  border: none;
}
#boxNav a:visited {
  color: #005588;
  border: none;
}
#boxNav a:hover {
  color: #3399cc;
}
#leftBorder {
  width: 599px;
  border-left: 1px dotted #CCCCCC;
}
#boxFull {
  width: 579px;
  margin: 0px 0px 0px 20px;
  text-align: left;
}
#boxFull h2 {
  font-family: Arial;
  font-size: 10pt;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-bottom: 0px;
  padding-left: 2px;
  font-weight: bold;
}
#boxFull strong {
 color: #094863;
}



/* copyright box */
#copyright {
  width: 754px;
  margin-top: 20px;
  border-top: 1px solid #3399cc;
  float: left;
  padding-top: 4px;
}
#copyrightInside {
  width: 559px;
  font-family: Arial;
  font-size: 11px;
  text-align: center;
}
#copyrightInside a:link {
  color: #094863;
  border: none;
}
#copyrightInside a:visited {
  color: #094863;
  border: none;
}
#copyrightInside a:hover {
  color: #3399cc;
  border: none;
}