/*
Template : Diving Blue
Author	 : Frans Braam (Snarf)
Website  : http://braam.wolweb.nl/
*/

body {
  margin: 0;
  padding: 0;
  background: #0D2870 url("images/back.gif") repeat;
  font: normal 12px arial, helvetica, verdana, tahoma, sans-serif;
  color: #0D2869;

/* The code below is shown this way to pass the CSS validation:

  scrollbar-face-color:#0D2869;
  scrollbar-base-color:#1646B5;
  scrollbar-arrow-color:#C6DDFF;
  scrollbar-track-color:#C6DDFF;
  scrollbar-shadow-color:#1646B5;
  scrollbar-highlight-color:#C6DDFF;
  scrollbar-3dlight-color:#1646B5;
  scrollbar-darkshadow-color:#1646B5;
  
*/
}

/* Main styling */

#centreposition {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
}

#outside {
  margin-left: -380px;
  position: absolute;
  top: -220px;
  left: 50%;
}

#maincontainer {
  border: 1px solid #000;
  background: #fff;
  width: 770px;
  height: 740px;
}

#header {
  width: 764px;
  height: 100px;
  border: 3px solid #fff;
  background: #0D2869 url("images/header.jpg") no-repeat;
  
}

#content {
  float: left;
  width: 573px;
  height: 307px;
  margin: 2px;
  padding: 10px;
  border: 1px solid #0D2869;
  overflow: auto;
}

#navigation {
  float: right;
  width: 160px;
  height: 223px;
  margin: 2px;
  border: 1px solid #0D2869;
  overflow: auto;
}

#rightbox {
  float: right;
  width: 142px;
  height: 80px;
  margin: 2px;
  background: #000;
  color: #FFF;
  text-align: right;
  padding: 10px;
  line-height: 120%;
}

/* Navigation styling */

#navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#navigation a {
  display: block;
  width: 150px;
  padding: 8px 0;
  padding-right: 10px;
  text-align: right;
  background: #1646B5;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}

#navigation a:link {
  color: #C6DDFF;
  text-decoration: none;
}

#navigation a:hover {
  background-color: #0D2869;
  color: #C6DDFF;
}

#nav a:visited {
  color: #C6DDFF;
  text-decoration: none;
}

#navigation li #nobottomborder {
  border-bottom: 0px;
}

/* Content styling  */

#content h1 { 
  border-bottom:2px solid #1646B5; 
  color:#0D2769; 
  font-size:16px; 
  font-weight: bold; 
  line-height:30px; 
  padding:0 10px; 
}

#content h2 { 
  border-bottom: 1px dotted #1646B5; 
  color:#0D2868; 
  font-size:12px; 
  font-weight: bold; 
  line-height:20px; 
  padding:0 10px; 
}

#rightbox p {
  font-size: 11px;
  color: #C6DDFF;
}

#rightbox a {
  color: #1647B5;
  text-decoration: none;
}

#rightbox a:hover {
  color: #C6DDFF;
  font-weight: bold;
  text-decoration: none;
}

#content ul {
  list-style:none; 
  margin-left: 10px; 
  padding: 1px;
}

#content ol {
  margin-left: 10px; 
  padding: 1px;
  padding-left: 25px; 
}

#content ul li {
  padding-left: 15px; 
  background: url(images/doubledot.gif) 0 5px no-repeat;
}

blockquote {
   margin: 15px 75px; 
   padding: 7px 10px;
   border: solid 1px #0D2869;
   background: #C6DEFF;
   color: #0D2869;
}

.begin {
  clear : both;
}

/* Image styling */

.img1 {
  float: left;
  margin: 0 10px 0 0;
  padding: 2px;
  border: 1px solid #1646B5;
}

.img2 {
  float: right;
  margin: 0 0 0 3px;	
  padding: 2px;
  border: 1px solid #1646B5;
}

.img3 {
    float: none;
    margin: 5px 10px 0 10px;
    padding: 2px;
    border: 1px solid #1646B5;
}

.img4 {
    float: none;
    margin: 5px 10px 0 80px;
    padding: 2px;
    border: 1px solid #1646B5;
}
