/****************************************

 * TITLE   : Park Street Stylesheet * 

 * REVISED : March 06, 2005           *

 * AUTHOR  : Neil Grandison   *

 * EMAIL   : neil@grandison.co.uk      *

  ***************************************/



/******** General *******/

a:link {

  color: #00478D;

}



a:visited {

  color: #00478D;

}



a:hover {

  text-decoration: none;

}



a:active {

  color: #00478D;

}



body {

  background-color: #DCDCDC;

  font-family: Arial, "Times New Roman", Times, sans-serif;

  padding: 1px 1px 1px 1px;

}



p {

  text-align: left;

  margin: 0px 0px 0px 0px;

}



p.noheight {

	line-height: 20px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;



}



p.noheight9 {

	line-height: 20px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 9px;



}



p.text12blk {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	line-height: normal;

	color: #000000;

	text-align: left;

}



p.text12blkbold {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	line-height: normal;

	color: #000000;

	text-align: left;

}



p.text9orange {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 9px;

	line-height: normal;

	color: #CC3300;

	text-align: center;

}

p.text9blk {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 9px;

	line-height: normal;

	color: #000000;

	text-align: center;

}



p.text12bluebold {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	line-height: normal;

	color: #330066;

	text-align: center;

}



p.text12blue {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	line-height: normal;

	color: #330066;

	

}



p.text12red {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	line-height: normal;

	color: #990000;

	text-indent: 15px;

}



p.text12blueita {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	line-height: normal;

	color: #330066;

	font-style: italic;

	text-align: center;

}

p.text10blue {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	line-height: normal;

	color: #330066;

	

}



p.text12orange {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	font-style: italic;

	line-height: normal;

	color: #CC3300;

}



p.textmed {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	line-height: normal;

	color: #000000;

	text-align: justify;

}

p.textsmall {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	line-height: normal;

	color: #330066;

	text-align: left;

}

p.textbig {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	line-height: normal;

	color: #330066;

	text-align: center;

}

p.texth2 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

	color: #330066;

	text-align: center;

	

}



ul {

  text-align: justify;

}



/* Note: Compensates for IE acronym dotted underline bug */

acronym {

  border-bottom: 1px dotted #000000;

  cursor: help;

}





/******** Header *******/

div#header {

	background-color: #FFFFFF;

	border: 1px solid #00478D;

	padding: 5px 10px 10px 0px;

	font-family: Georgia, "Times New Roman", Times, sans-serif;

	width: 503px;

	margin: 0px 0px 10px 0px;

	text-indent: 5pt;



}





div#header h1 {

  color: #00478D;

  cursor: default;

  font-size: 40px;

  margin: 0px 0px 0px 10px;

  width: 500px;

}



div#header h2 {

  color: #414141;

  cursor: default;

  font-size: 13px;

  margin: 5px 0px 0px 10px;

  width: 500px;

}



/******** Side Bar *******/

div#sidebar {

  font-family: Verdana, "Times New Roman", Times, sans-serif;

  float: left;

  width: 120px;

}



div#sidebar img {

  border: none;

}



/******** Nav Menu *******/

div#nmenu {

  font-size: 13px;

  font-weight: bold;

  text-align: left;

  width: 120;

}



div#nmenu span {

  background-color: #00478D;

  border: 1px solid #000000;

  color: #FFFFFF;

  cursor: default;

  display: block;

  text-decoration: none;

  padding: 3px 10px;

  width: auto;

}



div#nmenu a {

  background-color: #FFFFFF;

  border: 1px solid #00478D;

  display: block;

  padding: 3px 10px;

  width: auto;

}



div#nmenu a:hover {

  background-color: #00478D;

  border-color: #000000;

  color: #FFFFFF;

}



/******** Misc Info *******/

div#miscinfo {

  background-color: #FFFFFF;

  border: 1px solid #00478D;

  font-size: 10px;

  padding: 3px 10px;

  margin-top: 8px;

  width: auto;

}



/******** Content *******/

div.title {

	border-top: 1px solid #00478D;

	border-right: 1px solid #00478D;

	border-left: 1px solid #00478D;

	color: #00478D;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 20px;

	font-weight: bold;

	text-align: left;

	padding: 3px 10px;

	margin: 0px;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #00478D;

	font-style: italic;

	left: 127px;

	position: absolute;

	top: 0px;

	clip:     rect(auto auto auto auto);

	height: 124px;

	background-position: top;























}



div.content {

	height: 267px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 8px;

	font-style: normal;

	text-align: center;

	border-top: 0px none #00478D;

	border-right: 0px solid #00478D;

	border-bottom: 0px solid #00478D;

	border-left: 0px solid #00478D;

	width: 120px;

	color: #330099;

	position: absolute;

	left: 27px;

	top: 162px;

	background-position: center;

	padding-top: 3px;

	padding-bottom: 0px;

	padding-left: 0px;



}

