body, html, #page {
  height:100%;
  width:100%;
  padding:0px;
  margin:0px;
  border-collapse:collapse;
  font-family:Arial, sans-serif;
}

h3 {
  font-size:100%;
  color:#222;
  font-weight:normal;
}

img {
  border-width:0px;
  margin:0px;
  padding:0px;
}

#header_row {
  background-image:url(../images/homepage/top_background.png);
  background-position:top left;
  background-repeat:repeat-x;
  border-bottom:3px solid white;
}

#navigation {
  text-align:right;
  vertical-align:top;
  padding:5px;
  color:#white;
  font-size:80%;
}

#navigation a {
  color:#bbb;
  text-decoration:none;
}

#navigation a:hover {
  color:#eee;
}


#content_row {
  background:white;
  border-top:4px solid #00001a;
}

#content_td {
  height:100%;
  vertical-align:top;
}

#content {
  width:750px;
}

#bar_row {
  background:#00001a;
}
#bar {
  color:white;
  padding:5px;
}

.inline_login {
  display:inline;
}

#footer_row {
  background-color:#bbbbbb;
  background-image:url(../images/homepage/footer_background.jpg);
  background-position:top left;
  background-repeat:repeat-x;
}

#footer {
  color:#555;
  font-size:75%;
  text-align:center;
  padding-top:12px;
  padding-bottom:8px;
}


.login_table {
  margin-top:25px;
}
.login_table th {
  color:#444;
  font-size:70%;
  padding-right:7px;
  text-align:right;
}

.login_table input {
  width:150px;
  border:1px solid #ccc;
  padding:2px;
  font-family:inherit;
  font-size:75%;
  color:#444;
  outline: none;
}

.login_table input:focus {
  border:1px solid #88c;
}

#bar {
  font-size:100%;
  color:#bbb;
}

#bar a{
  color:#bbb;
  text-decoration:none;
}

#bar a:hover {
  color:white;
}

.bar_menu_table {
  border-collapse: collapse;
}


.bar_menu_table td {
  text-align:center;
  padding:0px 8px;
}

.inline_login input {
  font-size:80%;
  padding:3px;
  border:1px solid #88c;
  background:#ffe;
  outline:none;
}

.inline_login input:focus {
  background:white;
}

.sub_navigation {
  padding-right:20px;
  padding-top:20px;
  vertical-align:top;
}

.sub_nav_title {
  border-top:1px solid #444;
  border-bottom:3px solid #444;
  padding:2px 0px;
  font-size:90%;
  font-weight:bold;
  color:#444;
  margin-bottom:10px;
}

.sub_navigation a{
  display:block;
  font-size:75%;
  color:#777;
  margin-bottom:8px;
  margin-right:15px;
}

.sub_navigation a:hover {
  color:#444;
}