/* @override http://bishopsgatefunding.com/stylesheets/screen.css */

body {
  margin: 0px;
	background: url(../images/bg.gif) repeat-x left top;
}

#container {
  margin-top: 20px;
  width: 862px;
  margin-left: auto;
  margin-right: auto;
}

#header {
  text-align: center;
}

#banner {
  margin-top: 5px;
}

.logo {
  margin-bottom: 10px;
  margin-left: 26px;
}

#nav {
  margin-top: 30px;
  width: 208px;
  float: left;
  text-align: right;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  font-size: 0.85em;
}

#nav ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  line-height: 2.2em;
}

#nav li a {
  color: #000;
  text-decoration: none;
}

#nav li a:hover {
  color: #224E81;
  text-decoration: none;
}

#content {
  width: 617px;
  padding: 0px 0px 0px 17px;
  margin: 10px 0px 20px 0px;
  float: right;
  border-left: 1px solid #DDDDDD;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#main_content {
  width: 402px;
  float: left;
  font-size: 0.8em;
  line-height: 1.5em;
  border-right: 1px solid #DDDDDD;
  padding-right: 17px;
  padding-top: 10px;
}

#main_content h1 {
  margin-top: 0px;
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: normal;
  color: #224E81;
}

#main_content h2 {
  margin-top: 0px;
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: normal;
  color: #224E81;
}

#main_content h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: normal;
  color: #2961A1;
}

#main_content h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: normal;
  color: #2961A1;
}

#main_content p {
  margin-top: 0px;
  margin-bottom: 17px;
}

#main_content a {
  color: #224E81;
  text-decoration: underline;
}

#main_content a:hover {
  color: #224E81;
  text-decoration: underline;
}

#main_content ul {
  margin: 0px 0px 17px 0px;
  padding: 0px 0px 0px 20px;
}

#side_bar {
  margin-top: 10px;
  width: 180px;
  float: right;
  font-size: 0.8em;
  line-height: 1.5em;
}

#side_bar p {
  margin-top: 0px;
  margin-bottom: 17px;
}

#side_bar h1 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 1.1em;
  line-height: 1.1em;
  font-weight: normal;
  color: #224E81;
}

.online_app {
  font-size: 0.9em;
}

.online_app dt {
    float: left;
    width: 211px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding-left: 5px;
}
 
.online_app dd {
  margin: 2px 0px 2px 0px;

}

.online_reg {
  font-size: 0.9em;
}

.online_reg dt {
    float: left;
    width: 200px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding-left: 5px;
}
 
.online_reg dd {
  margin: 2px 0px 2px 0px;

}

.submit {
  padding-top: 15px;
  margin-left: 145px;
}

.colour_bg {
  background-color: #EEEEEE;
}

.highlight2 {
  color: #000;
  font-size: 0.9em;
}

#form {
  font-size: 1em;
}

.right {
  text-align: right;
}

hr {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #FFF;
  margin: 10px 0px 10px 0px;
  padding: 0px;
}

td {
	background-color: #EEE;
	padding: 5px 3px 3px 3px;
	width: 50%;
}

table {
	margin-bottom: 10px;
}