/* global */
html{height: 100%;}

body
{ font-family: "Times New Roman", Times, serif;
  padding: 0px;
  margin: 0px;
  font-size: .68em;
}

p
{ margin: 0px;
  padding: 0px 0px 12px 0px;
  line-height: 1.7em;
}

h1
{ font-size: 108%;
  letter-spacing: .1em;
}

h2
{ margin: 0px;
  padding: 0px 0px 2px 0px;
  font-weight:bold;
  text-transform:uppercase;
}

a{outline: none; text-decoration:none; }

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #links, #footer, #logo, #menu, #content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main{width: 1000px;}

/* links above the logo / footer */
#footer
{ width: 925px;
  height: 20px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 21px 0px 19px;
  text-align: center; 
  border-top: 2px solid;
}

#footer a{text-decoration: none;}

#footer a:hover{text-decoration: none;}

/* logo */
#logo
{  
  width: 975px;
  height:478px;
  padding-top: 10px;
}

/* navigation menu */
#menu
{ height: 30px;
  width: 975px;
  position: relative;
  border-top: 2px solid;
  border-bottom: 2px solid;
  font-size: 13px;
}

#menu ul{margin: 0px auto; } 

#menu li
{ float: left; 
  margin: 0px 0px 0px 27px; 
  padding: 0px;
  list-style: none;
} 

#menu li a 
{ display: block;
  float: left;
  height: 25px;
  width:130px;
  text-transform: uppercase;
  font-size: 110%;
  padding-top: 8px;
  padding-bottom: 2px;
  font-weight: bold;
  text-decoration: none;
} 

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ height: 22px;
  padding-top: 8px;
  padding-bottom: 2px;
  font-size: 110%;
} 

/* main content */
#content
{ width: 1000px;
  overflow: hidden;
} 

/* column 1 - page content */
#column1
{ text-align: justify;
  width: 975px;
  float: left;
  padding: 10px 3px 15px 20px;
}

#column1 h1
{ font-size: 200%;
  font-weight: bold;
}


#column1 a, #column1 a:hover
{ padding: 0px 0px 2px 0px;
  text-decoration: none;
}

#column2
{ width: 150px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}

column2 h2
{ text-transform:capitalize;
}

column2 img {
	border: 2px solid; 
	border-color: #000000;
}

/* Blue color specifics*/

body
{ background:#D3D3D3;
  color: #000000;
}

blockquote{border-color: #6666CC;}

#main
{ background:url(images/background.jpg) repeat-y;
  color:  #000000;
}

#links, #footer, #links a, #footer a, #links a:hover, #footer a:hover
{ background: transparent;
  color: #000000;
  border-color:  #000000;
}

#menu
{ background: transparent;
  border-color:#000000;
}

#menu li a
{ background: url(images/button.jpg) no-repeat; 
  color: #000000;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: url(images/hover.jpg) no-repeat;
  color: #FFFFFF;
} 

#content, #column1, #column1 a
{ background: transparent;
  color: #000000;
}

#column1 a:hover
{ background: transparent;
  color: #000000;
  border-color: transparent;
}

