/* Stephen Hammond MP CSS Document
   authored by NComp@ss Ltd */

a:link 		{ color: #000; text-decoration: underline; }
a:visited 	{ color: #000; text-decoration: underline; }
a:active 	{ color: #000; text-decoration: underline; }
a:hover 	{ color: #000; text-decoration: underline; }

a.nolk:link 	{ color: #000; text-decoration: none; }
a.nolk:visited 	{ color: #000; text-decoration: none; }
a.nolk:active 	{ color: #000; text-decoration: none; }
a.nolk:hover 	{ color: #000; text-decoration: none; }

a.nv:link 		{ color: #FFF; text-decoration: none; }
a.nv:visited 	{ color: #FFF; text-decoration: none; }
a.nv:active 	{ color: #FFF; text-decoration: none; }
a.nv:hover 		{ color: #FFF; text-decoration: none; }

h1 a:link 		{ color: #4F4F4F; text-decoration: underline; }
h1 a:visited 	{ color: #4F4F4F; text-decoration: underline; }
h1 a:active 	{ color: #4F4F4F; text-decoration: underline; }
h1 a:hover 		{ color: #4F4F4F; text-decoration: underline; }

/* Construction Styles */

body {
	/* background-color: #E4F6E0; */
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container {
	margin: 0 auto;
}
td, th { 
	vertical-align:top;
	text-align:justify;
}
#nav {
	background-color:#6C0889;
	vertical-align:middle;
	text-align:center;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	height:22px;
}
#content {
	background-color:#FFF;
	width:570px;
	color:#4F4F4F;
	font-family:"Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size:13px;
	padding:15px;
}
.associated {
	background: #98CF88 url(../images/ass_bg.gif) repeat-y;
	width:200px;
}
.assoc th {
	background: #6ABF52 url(../images/ass_th_bg.gif) repeat-x;
	text-align:left;
	vertical-align:middle;
	text-transform:uppercase;
	color:#FFF;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;
}
.assoc td {
	color:#000;
	font-family:"Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
}
#footer {
	background-color:#E9D6E9;
	vertical-align:middle;
}
#foot td {
	padding-left:10px;
	padding-right:10px;
	color:#000;
	font-family:"Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
}

table.pTable {
	background-color:#6C0889;
}
.pTable th {
	background-color:#6C0889;
	color:#FFFFFF;
}
.pTable td {
	background-color:#FFFFFF;
}
.contact th { text-align:right }

.imGall td {
	text-align:center;
}
.imGall th {
	text-align:center;
	font-size:10px;
}

/* Forms */
.inputSubmit {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #414141;
  background: #E4F6E0;
  border: 1px solid #98cf88;
  padding:3px;
}   
.inputBox {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  background: #F1FEEE;
  border: 1px solid #98cf88;
  padding:2px;
}

/* Elements */
h1 {
	font-size:16px;
	color:#4F4F4F;
}
h2 {
	font-size:14px;
	color:#4F4F4F;
}