/* Headings
----------------------------------------------------------------------*/
html, body, div, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img {
	margin: 0;
	padding: 0;
	border: 0;
}

h1 {
	color: #800000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 0.02em;
	margin: 0 0 5px 0;
}

h2 {
	color: #FF0000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 100%;
	margin-top: 2em;
}

h3 {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.02em;
	margin-top: 1em;
}

/* Tables
----------------------------------------------------------------------*/

table {
	border-collapse: collapse;
	empty-cells: show;
	border: 1px solid #CCCCCC;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

tr {
	font-family: Arial, Helvetica, sans-serif;
}

table.bordernone, table.bordernone td, table.bordernone tr {
	border: none;
}

table.border_nosides, table.border_nosides td, table.border_nosides tr {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: none;
}

table.border_blue, table.border_blue td, table.border_blue tr {
	border-top: 1px solid #6699CC;
	border-bottom: 1px solid #6699CC;
	border-left: none;
	border-right: none;
}

table.pad_nosides, table.pad_nosides td, table.pad_nosides tr {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: none;
	margin-top: 10px;
}

td.tableh2, tr.tableh2 td,
table.bordernone td.tableh2,
table.bordernone tr.tableh2 td {
	color: #ff9966;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 84%;
	font-weight: bold;
	letter-spacing: 0.02em;
	vertical-align: top;
	padding-top: 0;
	margin: 0;
	background-color: transparent;
}

.backlight td h2, .backlight tr h2 td {
	color: #ff9966;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 84%;
	font-weight: bold;
	letter-spacing: 0.02em;
	vertical-align: top;
	padding-top: 0;
	margin: 0;
	background-image: url("/assets/images/greysq.gif");
	background-repeat: repeat;
}

td.tableh3, tr.tableh3 td,
table.bordernone td.tableh3,
table.bordernone tr.tableh3 td {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 84%;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 100%;
	padding-top: 0.2em;
	background-color: transparent;
}

.backlight td h3, .backlight tr h3 td {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 84%;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 100%;
	padding-top: 0.2em;
	background-image: url("/assets/images/greysq.gif");
	background-repeat: repeat;
}

p.navstrip {
	border: none;
	color: #333333;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 20px;
	margin-bottom: 3px;
	padding: 0px 3px 6px;
	text-decoration: none;
	text-transform: lowercase;
}

p.navstrip a:link, p.navstrip a:visited  {
	color: #D7D584;
	background-color: #FFFFFF;
	letter-spacing: normal;
	text-decoration: none;
}

p.navstrip a:hover {
	color: #996666;
	background-color: #FFFFFF;
	letter-spacing: normal;
	text-decoration:underline;
}

/* Lists
----------------------------------------------------------------------*/

ul {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	margin-left: 1.5em;
}

ol {
	margin-left: 1em;
	padding-left: 1em;
	border:0;
}

ol ul{
	padding-left: 1em;
}

li {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

ul ul, ul ul ul,
ol ol, ol ol ol {
	margin-top: 0.15em;
	margin-bottom: 0.15em;
}

ul.bulletoff, li.bulletoff {
	list-style-type: none;
	list-style-image: none;
	padding-left: 10px;
}

ul.bullet {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	list-style-type: none;
	list-style-image: url("/assets/images/bulletfill_sml.gif");
}

li.bullet {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	list-style-type: none;
	list-style-image: url("/assets/images/bulletfill_sml.gif");
}

ul.bullet ul , ul.bullet ul li {
	list-style-type: none;
	list-style-image: url("/assets/images/bulletfill_sml_grey.gif");
}

ol, table ol {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	list-style-type: decimal;
}

.olloweralpha{
	 list-style-type: lower-alpha;
}

.olloweralpha p {
	text-indent:3em;
}

ul#leftSideList1
{
 	list-style-type:none; 
	list-style-position:outside; 
	margin-left:1em;
	padding:0px;
}
ul#leftSideList2
{
 	list-style-type:disc; 
	list-style-position:outside; 
	margin-left:2em;
	padding:0px;
}
ul#leftSideList3
{
 	list-style-type:circle; 
	list-style-position:outside; 
	margin-left:2em;
	padding:0px;
}
.italicise 
{
	font-style: italic;
}
ul#doubleSpace
{
	line-height:2em;
}
ul#singleSpace
{
	line-height:1em;
}

/* Other styles
----------------------------------------------------------------------*/

.indent {
	margin: 0 0 0 10px;
}

.nav_acrobat {
	background-image: url(../images/beige_fill.gif);
	background-repeat: repeat;
}

.maintext {
	color: #333333;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 96%;
	font-weight: normal;
}

.bold, strong {
	color: #000000;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 96%;
	font-weight: bold;
}
.largerbold, largerstrong {
	color: #000000;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 104%;
	font-weight: bold;
}

p.indent {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: transparent;
	font-size: 96%;
	font-weight: normal;
	text-indent: 3em;
	margin: 0;
	padding: 0 0 5px 0;
	line-height: 1.2;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: transparent;
	font-size: 96%;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 0;
	line-height: 1.2;
}

blockquote.flush {
	margin-bottom: 0;
	padding-bottom: 0;
	line-height:1.2;
}

.alignleft {
	text-indent:0;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: transparent;
	font-size: 96%;
	font-weight: normal;
	line-height: 1.2;
}

.bordernone {
	border: 0px;
}

hr {
	color: #330000;
	background-color: transparent;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 96%;
	color: #333333;
	background-color: transparent;
	border: 0;
}

.bordergrey {
	border: 1px solid #CCCCCC;
}

.border_nosides, .border_nosides td, .border_nosides tr {
	border-left: none;
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
}

.border_blue, .border_blue td, .border_blue tr {
	border-left: none;
	border-top: 1px solid #6699CC;
	border-right: none;
	border-bottom: 1px solid #6699CC;
}

.backlight {
	background-image: url("/assets/images/greysq.gif");
	background-repeat: repeat;
}

.backlight td, .backlight tr {
	background-image: url("/assets/images/greysq.gif");
	background-repeat: repeat;
	border: inherit;
}

.backlightbold {
	background-image: url("/assets/images/greysq.gif");
	background-repeat: repeat;
	font-style: normal;
	font-weight: bold; 
	font-variant: normal; 
	font-size: 86%;
}

.backyellow {
	background-image: url(/assets/images/yellowsq.gif);
	background-repeat: repeat;
}

.backlightborder, .backlightborder td, .backlightborder tr  {
	border: 1px solid #666666;
	background-image: url(/assets/images/greysq.gif);
	background-repeat: repeat;
}

/* Grey text
----------------------------------------------------------------------*/

.textsmallgrey {
	color: #999999;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 86%;
	font-weight: normal;
}

.textsmallgrey_i {
	color: #999999;
	background-color: transparent;
	font-family:Times New Roman, Times, serif;
	font-size: 94%;
	font-weight: normal;
	font-style:italic;
	padding: 2px 0 3px 0;
}

.textgrey, .textgrey ul, .textgrey li {
	color: #999999;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 96%;
	font-weight: normal;
}

.textdkgrey, .textdkgrey ul, .textdkgrey li, .textdkgrey h2 {
	color: #666666;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 96%;
	font-weight: normal;
}

.textgreysmallbold {
	color: #999999;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 86%;
	font-weight: bold;
}

/* Small text
----------------------------------------------------------------------*/

.textplainsmall {
	font-style: normal;
	font-weight: normal; 
	font-variant: normal; 
	letter-spacing: normal; 
	font-size: 86%;
}

.textsmallbold {
	font-style: normal;
	font-weight: bold; 
	font-variant: normal; 
	font-size: 86%;
}

.textplainsmallbold {
	font-style: normal;
	font-weight: bold; 
	font-variant: normal; 
	letter-spacing: normal; 
	font-size: 86%;
}

.textplainsmall a:link, .textplainsmall a:visited {
	font-style: normal;
	font-weight: normal; 
	font-variant: normal; 
	letter-spacing: normal; 
	font-size: 86%;
}

.textplainsmall a:hover {
	font-style: normal;
	font-weight: normal; 
	font-variant: normal; 
	letter-spacing: normal; 
	font-size: 86%;
}

.textsmallorange {
	font-style: normal;
	font-weight: normal; 
	font-variant: normal; 
	font-size: 86%;
	color: #FF9966;
	background: transparent;
}

.textsmallorange_i {
	color: #FF9966;
	background-color: transparent;
	font-family:Times New Roman, Times, serif;
	font-size: 94%;
	font-weight: normal;
	font-style:italic;
	padding: 2px 0 3px 0;
}

.textsmallorangebold {
	font-style: normal;
	font-weight: bold; 
	font-variant: normal; 
	font-size: 86%;
	color: #FF9966;
	background: transparent;
}

.textorangebold {
	color: #FF9966;
	font-weight: bold; 
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}


/* Captions
----------------------------------------------------------------------*/

.caption {
	font-style: italic;
	font-weight: normal; 
	font-variant: normal; 
	letter-spacing: normal; 
	font-size: 11px;
	width: 200px;
}

.captiontext {
	font-style: normal;
	font-weight: normal; 
	font-variant: normal; 
	letter-spacing: normal; 
	font-size: 13px;
	color: #333333;
	background: transparent;
}

/* Images
----------------------------------------------------------------------*/

img, img a:link, img a:visited {
	border-color: #999999;
}

.img_b {
	padding: 0 0 10px 0;
	border: 0px;
}
.img_padded {
	padding: 0px 10px;
	vertical-align: middle;
}
.img_rb {
	border-color: #999999;
	padding: 0 15px 5px 0;
	border: 0px;
	float: left;
}

.img_rbc {
	border-color: #999999;
	padding: 0 15px 5px 0;
	border: 0px;
	float: left;
	clear: left;
}

.img_float_right {
	padding: 5px 0 0 15px;
	border: 0px;
	float: right;
}
.img_float_left {
	padding: 5px 15px 0 0;
	border: 0px;
	float: left;
}
	
.img_rbc p {
	clear: right;
}
.img_lbc {
	border-color: #999999;
	padding: 0 0 5px 15px;
	border: 0px;
	float: right;
}

.img_lb {
	border-color: #999999;
	padding: 0 0 5px 15px;
	border: 0px;
}

.img_padd {
	margin-bottom: 2px;
}
.img_cap_right_200 {
	width:200px;
	float:right;
	font-style: normal;
	font-weight: bold; 
	font-variant: normal; 
	letter-spacing: normal; 
	font-size: smaller;
	color: #333333;
	background: transparent;
	text-align:center;
	padding: 5px 0 0 15px;
	border: 0px;
}
.img_cap_left_200 {
	width:200px;
	float:left;
	font-style: normal;
	font-weight: bold; 
	font-variant: normal; 
	letter-spacing: normal; 
	font-size: smaller;
	color: #333333;
	background: transparent;
	text-align:center;
	padding: 5px 15px 0 0;
	border: 0px;
}
.img_cap_both {
	width:100%;
	float:none;
	font-style: normal;
	font-weight: bold; 
	font-variant: normal; 
	letter-spacing: normal; 
	font-size: smaller;
	color: #333333;
	background: transparent;
	text-align:center;
	padding: 15px 0px;
	border: 0px;
}
.img_cap_right_150 {
	width:150px;
	float:right;
	font-style: normal;
	font-weight: bold; 
	font-variant: normal; 
	letter-spacing: normal; 
	font-size: smaller;
	color: #333333;
	background: transparent;
	text-align:center;
	padding: 5px 0 0 15px;
	border: 0px;
}
.img_cap_left_150 {
	width:150px;
	float:left;
	font-style: normal;
	font-weight: bold; 
	font-variant: normal; 
	letter-spacing: normal; 
	font-size: smaller;
	color: #333333;
	background: transparent;
	text-align:center;
	padding: 5px 15px 0 0;
	border: 0px;
}

p.anchortop {
	color:#CC6600;
	background-color:transparent;
	font-family:Arial, Helvetica, sans-serif;
	padding-right:10px;
	text-align:right;
	text-transform:lowercase;
	margin-bottom:0.5em;
	margin-top:0.5em;
	font-size: 90%
}

p.anchortop a:link, p.anchortop a:visited, a.anchortop:link, a.anchortop:visited {
	color:#CC6600;
	background-color:#FFFFFF;
	border: none;
	padding: 0px 3px;
	text-decoration: none;
	font-size: 90%
}

p.anchortop a:link:hover, p.anchortop a:visited:hover, a.anchortop a:link:hover, a.anchortop a:visited:hover {
	color:#996666;
	background-color: #FFFFFF;
	font-size: 90%
}

#latestnews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0.06em;
	background-image: url(../images/mushroom_fill.gif);
	background-repeat: repeat;
}

#archive a:link, #archive a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

#archive a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}

#arrows {
	font-size: 10px;
}

.newsheading {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.02em;
	font-weight: bold;
	padding: 1px 0 1px 0;
}

.news p {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: transparent;
	margin: 4px 0 0px 0;
	line-height:16px;
}

.news a:link, .news a:visited {
	color:#999999;
	font-size: 12px;
	font-weight:normal;
	background-color: transparent;
	text-decoration: none;
}

.news a:hover {
	color:#996666;
	font-size: 12px;
	font-weight:normal;
	background-color: transparent;
	text-decoration: underline;
}

.layer {
	position:absolute; 
	margin: 262px 0 0 0; 
	padding: 15px;
	font-size: 96%;
	color: #333333;
	text-align: left;
	width:533px; 
	height:auto; 
	padding: 15px;
	z-index:1; 
	text-decoration: none;
	border: 1px solid #003366; 
	background-image: url(../images/beige_fill.gif);
	background-repeat: repeat;
	visibility:hidden;
}

.imagerightaligned {
	float: right;
}

.center {
	text-align:center;
}
.underline {
	text-decoration:underline;
}