/* Helen Duncan style.css */
/* code for the main body of the website */
* { padding: 0; margin: 0; }

body {
 font-family: Times new roman, Times, serif;
 font-size: 15px;
}
/* ---------------------------------------------------------------------------------------------- */
/* controls the outer border of the website */
#wrapper { 
 margin: 0 auto;
 width: 950px;
}
/* ---------------------------------------------------------------------------------------------- */
/* controls the header of the website where helens picture and name appear */
#header {
 color: #333;
 width: 695px;
 float: right;
 height: 190px;
 background: #fff url(/images/sitebackground/header.gif);
 margin-bottom: 5px;
 margin-top: 5px;
	valign: middle;
	align: center;
}
/* ---------------------------------------------------------------------------------------------- */
/* controls the text in the header of the website */
#header h1 {
font-size: 3.5em;
font-weight: bold;
letter-spacing: -1px;
padding-left: 5px;
}
#header h2 {
font-size: 1.5em;
font-weight: lighter;
letter-spacing: -1px;
padding-left: 5px;
}
/* ---------------------------------------------------------------------------------------------- */
/* controls the navigation column of the website */
#leftcolumn { 
 color: #333;
 height: 555px;
 width: 195px;
 float: left;
 margin-bottom: 5px;
 margin-top: 5px;
}
/* ---------------------------------------------------------------------------------------------- */
/* controls the bold text headers of the navigation column of the website */
#leftcolumn h2 {
margin-left: 4px;
margin-top: 3px;
padding-left: 5px;
padding-top: 2px;
padding-bottom:4px;
font-size: 1.4em;
font-weight: lighter;
letter-spacing: -1px;
}
/* ---------------------------------------------------------------------------------------------- */
/* controls the normal text of the navigation column of the website */
.leftnav { 
clear: both; 
text-align: left; 
color: 	#7D8085; 
padding: 15px 0em 0px 0px;
margin-left: 5px;
margin-right: 5px;
 }
.leftnav li { 
font-weight: normal; 
margin: 0 0 8px 0; 
padding: 0em 0em 0em 10px; 
border-bottom: 1px 
list-style-type: none;
}
.leftnav li a {
 color: #546078; 
text-decoration: none; 
}
.leftnav li a:hover { 
color: #F29900; 
text-decoration: none; 
}
.news {
padding: 8px;
margin-top: 5px;
}
/* ---------------------------------------------------------------------------------------------- */
/* controls the news content text of the navigation column of the website */
.news h3{
font-size: 1em;
padding-top: 3px;
text-align:center;
}

.news p {
font-size: .9em;
line-height: 1em;
}

.news a {
color: #333;
float: right;
margin-top: -5px;
padding-right: 3px;}

.nnews {
margin-top: 7px;
padding-left: 3px;
padding-bottom: 21px;
}
/* ---------------------------------------------------------------------------------------------- */
/* controls the content column of the website */
#rightcolumn { 
 float: right;
 color: #333;
 width: 695px;
 display: inline;
 margin-bottom: 5px;
}
/* ---------------------------------------------------------------------------------------------- */
/* controls the bold text in the content column of the website */
#rightcolumn h1 {
font-size: 1.5em;
font-weight: lighter;
letter-spacing: -1px;
padding-left: 5px;
padding-top: 3px;
padding-bottom: 3px;
}
/* ---------------------------------------------------------------------------------------------- */
/* controls the bold text contained in the blue strips in the content column of the website */
#rightcolumn h2 {
font-size: 1.5em;
font-weight: lighter;
letter-spacing: -1px;
padding-left: 5px;
margin-top: 15px;
padding-bottom: 3px;
}
/* ---------------------------------------------------------------------------------------------- */
/* controls the borders of the boxes */
#box { 
margin-top : 19px;
margin-bottom : 10px;
} 
/* ---------------------------------------------------------------------------------------------- */
/* controls the link font in the boxes */
#box a {
color: #333;
text-align : center;
}
/* ---------------------------------------------------------------------------------------------- */
#footer { 
 width: 950px;
 clear: both;
 color: #333;
 border: 1px solid #ccc;
 background: url(/images/sitebackground/header.gif);
text-align: center;
font-size: .8em;
}
#footer p{
padding-bottom: 5px;} 
#footer a {
color: #Ffffff;}