/*This is the normal style sheet for the Wordpower! site*/


#wrapper{
margin:0 auto;
text-align:left;
width:800px;
background-color: #fff;  /*This is colour for the background*/
border: 4px #000 solid; /*DDE7C4 #979b9b*/
border-style: none;
}

body {
background-color: #FFFFEE;  /*This is colour for the background*/
color: #000066;  /*This is colour for the text*/
font-family: Verdana, Helvetica, Arial, sans-serif; /*This is type of font for the text*/
font-size: 1em;  /*This is relative size of font for the text*/
margin: 0;
}

h1 {

font-size: 1.2em;
text-align: left;
letter-spacing: 5px; 
}

h2 {

font-size: 1.1em;
text-decoration: none;
letter-spacing: 1.5px; 
}

h3 {

font-size: 1em;
text-decoration: none;
letter-spacing: 1px; 
}

h4 {

font-size: 0.9em;
text-decoration: none;
font-weight: bold;
}

p {

font-size: .8em;
text-align: justify;
line-height: 1.7em;
}

.error {
color: #ff0000;
}

/* this is for the hidden field */

.marketing {
display:none !important;
tabindex="-1";
autocomplete="off";
}


a.nodeco:link {
background-color: #fff;
color: #000000;  /*This is colour for the text*/
text-decoration: underline;
font-weight: bold;
}

a.nodeco:visited {
background-color: #fff;
text-decoration: underline;
font-weight: bold;
color: #000000;  /*This is colour for the text*/
}

a.nodeco:hover {
background-color: #fff;
color: #000000;  /*This is colour for the text*/
text-decoration: none;
font-weight: bold;
}


a.nodeco:active {
background-color: #fff;
text-decoration: underline;
font-weight: bold;
color: #000000;  /*This is colour for the text*/
}
a:link {
background-color: #C6ECFF;
color: #000000;  /*This is colour for the text*/
text-decoration: none;
font-weight: bold;
}

a:visited {
background-color: #C6ECFF;   /*This was #95b7cd for the background*/
color: #000000;  /*This is colour for the text*/
text-decoration: none;
font-weight: bold;
}

a:hover {
background-color: #ffffee;
color: #000000;  /*This is colour for the text*/
text-decoration: none;
font-weight: bold;
}

a:active {
background-color: #C6ECFF;
color: #000000;  /*This is colour for the text*/
text-decoration: none;
font-weight: bold;
}

#header {
background-color: #ffffff;
border-bottom: solid #000000 1px;
padding-top: 5px; 
padding-bottom: 5px; 
padding-left: 20px; 
padding-right: 125px;
}

#header p{
font-size: 0.8em;
text-align: left;
letter-spacing: 2px;
}

#header img {
border: 0px;
border-bottom: 0px;
}

#header a:link, #header a:visited,  #header a:hover , #header a:active {
background-color: #ffffee;
color:#000066;
font-weight: normal;
}

#content {
position: relative;
width: 779px;
}

#navbar {
position: absolute;
top: 0px;
left: 0;
width: 198px;
text-align: left;
}

#navbar ul {
margin: 0;
padding: 0;
}

#navbar ul li {
list-style-type: none;
margin: 0;
padding: 0;
}


#navbar ul li h3 {
padding-left: 20px;
padding-right: 6px;
font-size: 0.9em;
text-decoration: none;
font-style: italic;
}


#navbar ul li a:link, #navbar ul li a:visited {
text-decoration: none;
font-weight: bold;
border-bottom: solid #000000 1px;
padding-top: 3px; 
padding-bottom: 3px; 
padding-left: 20px; 
display: block;
}

#navbar ul li a:hover {
text-decoration: none;
font-weight: bold;
border-bottom: solid #000000 1px;
padding-top: 3px; 
padding-bottom: 3px; 
padding-left: 20px; 
display: block;
}

#navbar img {
padding: 36px;
}

#main-text {
padding: 10px;
background-color: #ffffff;
border-left: 1px #000000 solid;
border-right: 1px #000000 solid;
border-bottom: 1px #000000 solid;
margin-left: 198px;
text-align: justify;
}

#main-text ul li {
font-size: .8em;
text-align: justify;
line-height: 1.7em;
list-style-type: bullet ;
margin: 0;
padding: 0;
}

#footer {

padding: 10px;
background-color: #ffffee;
border-left: 1px #000000 solid;
border-right: 1px #000000 solid;
border-bottom: 1px #000000 solid;
margin-left: 198px;
}

#footer a:link, #footer a:visited {
font-weight: normal;
background-color: #ffffee;
text-decoration: none;
}

#footer a:hover {
font-weight: normal;
background-color: #C6ECFF;
text-decoration: none;
}

#copyright {
margin-left: 198px;
font-size: 0.5em;
}

#copyright a:link, #copyright a:visited,  #copyright a:hover , #copyright a:active {
background-color: #ffffee;
color:#000066;
font-weight: normal;
}










