/*

------------------------------------------------------
Copyright Maxine Sherrin, www.westciv.com
some rights reserved
http://creativecommons.org/licenses/by-sa/2.0/

------------------------------------------------------

*/

body {
margin: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #336699;}

/* main image at the top of the page. */

#container1 {
background-image: url(images/header.jpg);
background-repeat: no-repeat;
height: 289px;
background-position: 185px 0px;
width: 100%;
margin: 0;
background-color: #336699;
}

/* image running down the right side of the page. */

#container2 {
background-image: url(images/right_image.gif);
background-repeat: repeat-y;
background-position: top right;
margin: 0;
}

/* Text that sits on top of the header image  */

#main-title {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 160px;
	font-weight: normal;
	font-size: 1.5em;
	text-align: right;
	letter-spacing: 7px;
	color:#FFFFFF;
	padding-top: 100px;
	padding-bottom: 10px;
	line-height: 1.5em;
	font-family: "Gill Sans MT", "Comic Sans MS", sans-serif;
	text-decoration: none;
}


.lighttext { 
font-weight:lighter;}

/* Heading level 1 is not contained in main-text. */

h1 {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 185px;
	font-size: 0.9em;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	padding-right: 0;
	font-weight: bold;
	background-color: #6699cc;
	border-left: 2px #ffffff solid;
	border-right: 2px #ffffff solid;
	color: #FFFFFF;
	text-indent: 10px;
	border-top: 2px #ffffff solid;
	margin-right: 148px;
	text-align: left;
}

/* Styles for the main text on the page. */

#main-text {
color:#333333;
margin-top: 0;
margin-bottom: 0;
margin-left: 185px;
background-color: #FFFFFF;
border-left: 2px #ffffff solid;
border-right: 2px #ffffff solid;
margin-right: 148px;
padding:5px;
}

p, ul, ol, table {
font-size: .7em;
line-height: 1.9em;
padding-top: 5px;
padding-bottom: 5px;
margin: 0;
padding-left: 10px;
padding-right: 10px;
}

ol, ul {
margin-left: 25px;
}

li{list-style-type:circle;}

h2 {
margin-bottom: 0;
margin-left: 10px;
margin-right: 0;
font-size: 0.8em;
font-weight: bold;
color: #6699cc;
margin-top: 0;
padding-top: 5px;
padding-bottom: 5px;
}

a:link, a:active {
text-decoration: none;
font-weight: bold;
color: #6699CC;
}

a:visited {
text-decoration: none;
font-weight: bold;
color: #336699;
}
a:hover {
color:#ff9933;
text-decoration: none;
border-bottom: 1px #ff9933 solid;
}
strong {
	color: #FF6600;
}



/* Styles for the navbar on the left side. */

#left-menu {
position:absolute;
top: 50px;
left: 0;
width: 190px;
text-align: right;
}

#left-menu p {
padding-right: 20px;
margin-bottom: 5px;
padding-left: 0;
font-size: .7em;
}

#left-menu a:link {
color: #FFFFFF;
border-bottom: none;
}

#left-menu a:visited {
color: #FFFFFF;
border-bottom: none;
}

#left-menu a:hover {
color: #FF6600;
text-decoration: none;
}

#left-menu a.current {
color: #FF6600;
text-decoration: none;
}


span.arrow {
color:#FF6600;
font-size: 1.2em;
}

/* Styles for the footer at the bottom of the page */

#footer {
text-align: center;
margin-bottom: 0;
padding-top: 5px;
padding-bottom: 5px;
line-height: 21px;
font-size: .7em;
padding-left: 40px;
background-color: #ffffff;
margin-top: 0;
border-top: 3px #336699 double;
border-bottom: 3px #336699 double;
color: #336699;
}

#footer a:link, #footer a:visited {
color: #336699;
border-bottom: none;
}

#footer a:hover {
text-decoration: underline;
color: #6699cc;
}

form{
margin-left:5px;
margin-right:5px;
padding-left:5px;
padding-right:5px;
}

form p label{
float:left;
width:15%;}

form p {clear:left;
margin:0;
padding-top:1px;}

#portpic {
width:202px;
margin:10px;
padding: 1px 1px 5px 1px;
color:#333333;
background-color:#FFFFFF;
border: solid 1px #6699cc;
float:right;
}

.picmargin {
 width:202px;
 margin:10px;
 padding: 1px 1px 5px 1px;
 color:#333333;
 background-color:#FFFFFF;
 border: solid 1px #6699cc;
 }
 
.centerdiv {
	text-align:center;
	width:99.9%;
	border-style: none;
 }
 .centerdiv-strong {
	text-align:center;
	width:100%;
	font-weight: bold;
	color: #FF6600;
 }


.strong {
	color: #FF3300;
}
.bordernone {
	border-color: #FFFFFF;
	
}

