/*********** General styles for all pages ***********/

/*********** body includes bgrey background behind main table ***********/
body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: normal;
	margin: 0px;
	padding: 5px 0px 0px;
	background-image: url(../images/backbackground.jpg);
	background-repeat: repeat-x;
}

h1{
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #800040;
	margin: 0px;
	padding-left: 10px;
	font-weight: bold;
	text-align: left;
}

h2{
 font-family: Arial, sans-serif;
 font-size: small;
 font-weight: bold;
 color: #800040;
 margin: 0px;
 padding-left: 10px;
 padding-top: 6px;
}

h3{
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 0px 10px;
	color: #8040C0;
	font-size: x-small;
	text-align: left;
}

h4{
	font-family: Arial, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #008000;
	margin: 0px;
	padding-left: 10px;
	text-align: left;
	padding-top: 5px;
}

h5	{font-family: Arial, sans-serif;
 	font-size: 80%;
 	color: #F43025;
	font-weight: bold;
 	margin: 0px;
 	padding-left: 10px;
	padding-top: 5px;
}

p {
	margin: 0px;
	color: #000000;
	font-size: x-small;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 4px;
}
/*********** style for green port of plymouth canoe assoc name ***********/

.ppcaname {
	font-size: large;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #008000;
	padding: 0px 0px 0px 10px;
}
/*styles for main horizontal nav links etc*/

.us {
	font-size: x-small;
	color: #999999;
	font-weight: normal;
	margin: 0px;
	padding: 2px 2px 2px 2px;
}
a.us:link {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}
a.us:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

a.us:hover {
	background-color: #dddddd;
	color: #666666;
	text-decoration: none;
}
/*********** style for the purple line over and above the maincontent area ***********/
.whitepurpleline {
	border-bottom-style: solid;
	border-bottom-color: #8040C0;
	border-bottom-width: 1px;
}
/*********** bulleted list style not used in site but kept  for possible use ***********/
ul {
	list-style-type: disc;
	color: #0E224B;
	font-size: x-small;
	margin: 0px 0px 0px 25px;
	list-style-position: outside;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px 8px 8px 0px;
	list-style-type: disc;
	}

/*********** styles to make the grey hyperlinks in the content area 
- all links have this style unless in a defined div or given a class ***********/
a:link {
	FONT-WEIGHT: normal;
	FONT-SIZE: x-small;
	COLOR: #666666;
	font-family: Arial, sans-serif;
	TEXT-DECORATION: underline;
	margin: 0px;
	padding: 0px;	
}
a:visited {
	FONT-WEIGHT: normal;
	FONT-SIZE: x-small;
	COLOR: #666666;
	font-family: Arial, sans-serif;
	TEXT-DECORATION: underline;
	margin: 0px;
	padding: 0px;
}
a:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: x-small;
	COLOR: #999999;
	font-family: Arial, sans-serif;
	TEXT-DECORATION: underline;
	margin: 0px;
	padding: 0px;
}
/*********** div for tables in the content and styles to make text and headings look right ***********/
#ContentTable {
	font-size: x-small;
}
#ContentTable td{
	font-size: x-small;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #000000;
}
#ContentTable h3{
	
	padding-left: 0px;
	
}
/*********** Styles and defs for the right sub-menu/headline area ***********/
#sectLinks{
	margin: 0px;
	padding: 0px 0px 0px 20px;	
}
#sectLinks p {
	margin: 0px;
	padding: 5px 0px 0px 10px;
	color: #000000;
	font-size: x-small;
	font-weight: normal;
}


/*styles for hyperlinks at right hand side*/

#sectLinks a:link {
	font-size: x-small;
	text-decoration: none;
	color: #999999;
	padding: 0px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0px 0px;
}
#sectLinks a:visited {
	font-size: x-small;
	color: #999999;
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
}

#sectLinks a:hover {
	font-size: x-small;
	background-color: #dddddd;
	color: #666666;
	padding: 0px;
	text-decoration: none;
	text-align: left;
	margin-top: 5px;
}


/*styles for main horizontal nav links etc*/

.us {
	font-size: x-small;
	color: #999999;
	font-weight: normal;
	margin: 0px;
	padding: 2px 2px 2px 2px;
}
a.us:link {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}
a.us:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

a.us:hover {
	background-color: #dddddd;
	color: #666666;
	text-decoration: none;
}

