/* Less is more */

/*

------------------------------------------------------
Copyright Maxine Sherrin, www.westciv.com
some rights reserved
http://creativecommons.org/licenses/by-sa/2.0/

You are free to use this style sheet and its
associated image files to create your own site.
However, we ask that you respect the template's
creator by maintaining this attribution in
the style sheet.
------------------------------------------------------

*/

body {
margin: 0;
font-family:Arial, Helvetica, sans-serif;
background-color: #dedede;
color:#333366;
}

/* Has a background image to create the patterned panel down the left side of the page. */

#container {
padding: 0;
margin: 0;
background-image: url(images/background.png);
background-repeat: repeat-y;
background-position: top left;
}

/* Banner near top of page that says the name of the whole site - also has crane background image. */

#main-title {

margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-right: 0px;
font-size: 1.3em;
letter-spacing: 5px;
text-align:center;

background-image: url(images/background.png);
background-repeat:repeat;
background-position: top left;
background-color: #ffffff;
height: 100px;
border-bottom: 1px #333366 solid;
color: #838383;
padding-top: 30px;
}

/* Not contained in the main-text element. Has background image to create effect of continuation of crane image. */

h1 {

margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
font-size: 1.3em;
padding-bottom: 7px;
padding-top: 7px;
padding-left: 35px;
padding-right: 0;
font-weight: normal;
background-image: url(images/background.png);
background-repeat: repeat;
background-position: top left;


color: #FFFFFF;
background-color: #333366;
}

/* Styles for the main text on the page. */

#main-text {
margin-top: 0;
margin-bottom: 0;
margin-left: 199px;
margin-right: 220px;
padding-right: 10px;
background-color: #f3f3f3;

padding-top: 20px;
padding-left: 10px;
border-left: 1px #333366 solid;
border-right: 5px #333366 solid;
}

p, ul, ol, table {
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
text-align: justify;
font-size: .9em;
line-height: 1.9em;
}

ol, ul {
margin-left: 25px;
}

h2 {
text-align: justify;
font-size: .9em;
font-weight: bold;
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
}

a:link, a:visited {
text-decoration: none;
font-weight: bold;
color: #FF0000;
}

a:hover {
text-decoration: none;
font-weight: bold;
border-bottom: 3px #FF0000 solid;
}

/* Styles for the navbar on the left side. */

#left-menu {

	position: absolute;
	top: 222px;
	left: -2px;
	width: 199px;
	font-size: .9em;
	height: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	font-weight: bold;
	border-top: 1px #333366 solid;
	border-bottom: 1px #333366 solid;
	background-color: #8a8a8a;
	background-image:url(images/background.png);
}

#left-menu a:link, #left-menu a:visited {
display: block;
color: #f3f3f3;
background-image:url(images/background.png);
text-align: right;
padding-right: 25px;
padding-bottom: 8px;
padding-top: 8px;
border-bottom: 1px transparent solid;
}

#left-menu a:hover, #left-menu a.current {
color: #FF0000;
border-bottom: 1px #FF0000 solid;
}

/* Styles for the pullquote on the right side. */

#right-column {
	position: absolute;
	top: 149px;
	right: 6px;
	width: 220px;
}



#right-column p {
text-align:center;
font-size: .9em;
padding-left: 10px;
padding-right: 5px;
padding-top: 50px;
line-height: 1.5em;}

#footer {

color: #FFFFFF;
margin-bottom: 0;
padding-top: 6px;
padding-bottom: 6px;
font-size: .9em;
margin-top: 0;
background-image:url(images/background.png);
background-repeat: repeat;
background-color: #ffffff;
border-top: 5px #333366 solid;

}

#footer a:link, #footer a:visited {
color: #FFFFFF;
}

#footer a:hover {
color: #FF0000;
border-bottom: 3px #333366 solid;
}

.style1 {
	color: #FF0000;
	font-weight: bold;
	font-size:larger;	
}
.style2 {
border-width:
border-color:#FF0000;
border-style:groove;
         
}

TABLE      { border: thick #FF0000 groove;} 
               
  TD         { border: solid #333366 thin}