/* RESET BROWSER STYLES */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 16px;
 font-weight: normal;
}

table {
	border-collapse: collapse; border-spacing: 0;
}

td, th, caption {
	font-weight: normal; text-align: left;
}

img, fieldset {
	border: 0;
}

ol {
	padding-left: 0px;
	list-style: decimal;
}

ul {
padding-left: 0px;
list-style:square;
}

q:before, q:after {
	content:'';
}
/* END OF RESET BROWSER STYLES */

body {
  font: normal normal 15px/normal georgia, "times new roman", serif;
	margin: 0 0 10px 0;
  background-color: #ece9e9;
}

/*body {
  font-family: georgia, "times new roman", serif;
  background-color: #ece9e9;
}*/

#wrapper {
	left: 0px;
	top: 0px;
	width: 960px;
}
     
#header  { 
  width: 960px;
	height: 84px;
	text-align: center;
	background-color: #006eb7; 
	border-bottom: 3px ridge #5b5c8b;
	position: fixed; z-index: 20;
}

#header-left {
		position: absolute; 
    left: 0px; 
    width: 205px;
    /*height: 84px*/
}
      
p#header-centre {
	position: absolute;
	top: 15px;
	font: normal bold 18px/30px arial, verdana, sans-serif;
	color: #ffcc7f;
	left: 360px;
}

#header-right {
	position: absolute; 
  right: 0px; 
  width: 112px;
  /*height: 84px*/
}

#nav-home {
	position: absolute;
	top: 120px;
 	left: 35px; 		
	width: 115px; 
  padding: 8px; 
  border: 1px solid #ccc; 
  background-color: #eee;
}

#nav-augusta {
	position: absolute;
	top: 170px;
 	left: 35px; 		
	width: 115px; 
  padding: 8px; 
  border: 1px solid #ccc; 
  background-color: #ffe7cc;
}
#nav-other {
	position: absolute;
	top: 322px;
 	left: 35px; 		
	width: 115px; 
  padding: 8px; 
  border: 1px solid #ccc; 
  background-color: #eee;
}
#nav-counsel {
	position: absolute;
	top: 185px;
 	left: 35px; 		
	width: 115px; 
  padding: 8px; 
  border: 1px solid #ccc; 
  background-color: #eee;
}

#nav-info {
	position: absolute;
	top: 490px; 
  left: 35px; 		
	width: 115px; 
  padding: 8px; 
  border: 1px solid #ccc; 
  background-color: #eee;
}

#nav-recruit {
	position: absolute;
	top: 545px; 
  left: 35px; 		
	width: 115px; 
  padding: 8px; 
  border: 1px solid #ccc; 
  background-color: #eee;
}

#validate {
	position: absolute;
	top: 642px; 
  left: 75px; 		
	width: 115px; 
}
   
/* NAVIGATION STYLE */
h3 {
	margin: 0px;
	font-size: 14px
}

/* LINK STYLES */
a {
   color: #4682b4;
   font-size: 13px;
   font-weight: bold; 
   text-decoration: none;
   line-height: 17px;
}

a:hover {
	color: #ff9900;
	text-decoration: underline;
}

/* LINK STYLES FOR TPI */
.tpi {
	color: #8c2302; /* red */
	font: normal bold 15px arial, verdana, sans-serif;
  text-decoration: none;
}

/*
.tpi a:link {
	color: #4682b4;
  font-size: 15px;
  font-weight: bold; 
  text-decoration: none;
}
*/

