/****************************************
*  Site specific css definitions
****************************************/

body {
  background-image:url(/images/layout/background.jpg);
  background-color: #003154;
  background-position: top left;
  background-repeat: no-repeat;
  text-align: center;
}

div.book {
  text-align: left;
  margin-left:60px;
}

table.page {
  height: 100%;
  width: 957px;
  text-align: left;
  vertical-align: top;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: auto;
}

td {
  vertical-align: top;
  text-align: left;
}

td.main-left {
  width: 686px;
}

td.header {
  height: 148px;
}

td.footer {
  height: 34px;
  background: url(/images/layout/footer_bg.gif) repeat-x;
}

td.nav-cell {
  height: 20px;
}

td.main-nav {
  height: 26px;
}

td.login {
  background-image:url(/images/layout/login_bg.gif);
  background-repeat:no-repeat;
  text-align:center;
  height: 140px;
}

td.content {
  background-color: white;
  background-image: url(/images/layout/body_repeat.gif);
  background-repeat: repeat-y;
}

td.right-shadow {
  background: url(/images/layout/background_side.gif) repeat-y;
}

td.imagebg {
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 275px;
  padding-top: 30px;
}

td.content-head {
  height: 129px;
}

td.admin-head {
  height: 129px;
  background: url(/images/headers/admin.gif) no-repeat;
}
/******************************
  Text Styles
*******************************/

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  color: #000000;
  margin: 0px 40px 8px 45px; 
}

p.column_left {
  margin: 0px 20px 8px 45px; 
}

p.column_right {
  margin: 0px 40px 8px 20px; 
}

p.form {
  margin: 13px 5px 8px 45px; 
}

p.home {
  margin-right: 260px;
}

p.nav {
  font-size:10px;
  line-height:16px;
  color:#FFFFFF;
  margin: 0px 0px 0px 457px;
}

p.small-white {
  line-height: 15px;
  color:#FFFFFF;
  font-size:10px;
  margin:0px 30px 8px 35px;
}

p.sidecolumn {
  font-size: 11px;
  line-height: 15px;
  color: #1e4865;
  margin: 5px 28px 5px 28px;
}

p.sidecolumn_right {
  font-size: 11px;
  line-height: 15px;
  color: #1e4865;
  margin: 5px 28px 5px 0px;
}

p.nomargin {
  margin:0px 0px 0px 0px;
}

p.copy,
a.copy:link,
a.copy:visited,
a.copy:hover {
  text-align:center;
  text-decoration:none;
  color:#B3A97D;
  font-weight:normal;
}

h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  color: #FF4909;
  margin: 0px 40px 8px 45px;
}

h1.next {
  margin: 20px 40px 8px 45px;
}

h1.column_right {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  color: #FF4909;
  margin: 0px 40px 8px 20px;
}

h1.column_right_next {
  margin: 20px 40px 8px 20px;
}

h1.admin {
  font-size: 40px;
  line-height: 40px;
  color: #0e5c8f;
  margin: 38px 0 0 45px;
}

h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 16px;
  font-weight: normal;
  color: #b2ddf4; 
  margin-top: 18px;
  margin-bottom: 10px;
}

h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  line-height: 16px;
  font-weight: normal;
  color: #ff4909;
  margin: 5px 28px 5px 28px;
}

blockquote {
  margin: 0px 10px 8px 15px; 
}

input {
  margin: 10px 15px 10px 15px;
}

textarea {
  margin: 10px 15px 10px 15px;
}

select {
  margin: 10px 15px 10px 15px;
}

/******************************
  Image Styles
*******************************/

img.dots {
  margin: 8px 0 8px 0;
}

/******************************
  Link Styles
*******************************/

a:link,
a:visited,
a:hover {
  color: #c32615;
  text-decoration:none;
}

a.plain:link,
a.plain:visited,
a.plain:hover {
  text-decoration: none;
  color: white;
}

a.nav:link,
a.nav:visited {
  color:#FFFFFF;
  font-size:10px;
  line-height:16px;
  text-align:right;
}

a.nav:hover {
  color:#b8e0f5;
}

