/* History and citizenship styles */
/* Main content border  */
#contentwrapperouter {
	position: relative;
	padding: 0px 8px 10px 10px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #96C;
	border-left: 1px solid #96C;
	border-right: 1px solid #96C;
}
#contentwrapperouter h1 {
	margin-top: 10px; 
	padding-top: 0px;
}
#contentwrapperouter h2 {
	position: relative; /*hack to stop underline disappearing */
	padding-bottom: 5px;
	border-bottom: 1px solid #96C;
	margin-bottom: 5px;
	clear: both;
}
#contentwrapperinner {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 95%;
}
#contentwrapperouterbottom {
	height: 20px;
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/historycontentbottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
/*.headerunderline {
	padding-bottom: 5px;
	border-bottom: 1px solid #96C;
	margin-bottom: 5px;
	clear: both;
}*/

/* styles for quote box */
div#quotewrapper {
	margin:0 auto;
	padding-top: 10px;
	width: 407px;
	background-color: #ECE0F6;
	background-image: url(../../images/quotebackgroundhistorytop.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
div#quotewrapper a:link, div#quotewrapper a:visited, div#quotewrapper a:active{
	color: #C00;;
}
div#quotewrapper a:hover {
	color: #666;
}
#quoteleft {
	float:left;
	width:239px;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px -5px 0px;
	background-color: #ECE0F6;
}
#quoteright {
	width:123px;
	margin: 0px 0px -5px 260px;
	padding: 0px 10px 0px 10px;
	background-color: #ECE0F6;
}
html>body #quoteright {
	width:127px;
	background-color: #ECE0F6;
}
#quotewrapperbottom {
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/quotebackgroundhistorybottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #ECE0F6;
	clear: both;
}

/* RIGHT COLUMN CONTENT AND CONTAINERS */
#rightcollinkscontainer {
	padding: 0px;
	margin: 0px;
	margin-top: -5px;
	margin-bottom: 7px;
	padding-bottom: 15px;
	background-image: url(../../images/historyrightmenubottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #F6F4E4;
}
html>body #rightcollinkscontainer{
	margin-top: -5px;
	margin-left: 0px;
	padding-bottom: 5px;
}
#rightcollinkscontainer h2{
	position: relative; /* Fix the IE link bug */
	margin: 5px 0px 0px 0px;
	padding: 10px 10px 5px 10px;
	color: #666;
	font-weight: bold;
	background-image: url(../../images/historyrightmenutop.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 85%;
	background-color: #F6F4E4;
}
#rightcollinks{
	position: relative; /* Fix the IE link bug */
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #96C;
	border-left-color: #F6F4E4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666;
	background-color: #F6F4E4;
}
.rightcollinks p{
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.rightcollinks a:link, .rightcollinks a:visited, .rightcollinks a:active {
	color: #666;
	text-decoration: none;
}
.rightcollinks a:hover {
	color: #C00;
	text-decoration: none;
}
.rightcollinkscurrent {
	color: #C00;
	font-weight: bold;
}
.rightcolextralink {
	position: relative; /* Fix the IE link bug */
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 0px 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #96C;
	border-left-color: #F6F4E4;
	background-image: url(../../images/historyrightmenudots.gif);
	background-position: center top;
	font-size: 80%;
	color: #666;
	background-repeat: no-repeat;
}
.rightcolextralink p {
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 5px 0px;
}
.rightcolextralink a:link, .rightcolextralink a:visited, .rightcolextralink a:active {
	color: #666;
	text-decoration: none;
}
.rightcolextralink a:hover {
	color: #C00;
	text-decoration: none;
}
.rightcolextralink ul {
	list-style-type: none;
	margin: 0px 0px 0px 8px;
	padding: 10px 10px 0px 15px;
}
html>body .rightcolextralink ul {
margin-bottom: 5px;
}
.rightcolextralist {
list-style-type: none;
	padding-left: 15px;
	margin-top: 3px;
	margin-left: -13px;
	background-image: url(../../images/arrow-back.gif);
	background-repeat: no-repeat;
	background-position: left 0.45em;}
/* bottom of right hand column  */

/* ADDITIONAL CONTENT STYLES */
/* Style chronology tables  */
.chronheading {
	margin: 0px;
	padding: 5px;
	color: #FFF;
	background-color: #96C;
	background-image: url(images/corner_top_right_purple.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
}
.chronleftcol {
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #96C;
	background-color: #F6F4E4;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #96C;
}
.chronrightcol {
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #96C;
	background-color: #F6F4E4;
	background-color: #FFF;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #96C;
}
.chronbottom {
	height: 10px;
	background-image: url(../../images/historytablebottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* styles to disaply quotes in 3 column layout  */
.menutable {
	margin: 0px 0px 0px 0px;
	font-size: 90%;
}
html>body .menutable {
	margin: 10px 0px 10px 0px;
	font-size: 95%;
}
.menutable td{
	width: 103px;
	height: 61px;
	margin: 10px 10px 10px 0px;
	padding: 5px 10px 5px 5px;
	background-image: url(../../images/historyquotebox.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
	text-align: left;
	vertical-align: top;
}
.menutable strong{
	font-weight: bold;
	color: #C00;
}
.menutable a:link, .menutable a:visited, .menutable a:active {
	text-decoration: none;
	color: #C00;
}
.menutable a:hover {
	text-decoration: none;
	color: #666;
}

/* Header tab: half-width banner with curved top right corner and full-width underline */
.headertab {
	width: 404px;
	margin: 0px 10px 10px 0px;
	padding: 5px 5px 5px 10px;
	background-image: url(../../images/historyheadertab.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	color: #FFF;
	border-bottom-style: solid;
	border-bottom-color: #96C;
	border-bottom-width: 2px;
}

/*  start styles for plain coloured box menu in extract */
.inpagemenuwrap {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	background-image:  url(../../images/historyinpagemenubottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.inpagemenu {
	position: relative; /* Fix the IE link bug */
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	background-image:  url(../../images/historyinpagemenutopright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #EBE0F5;
}
html>body .inpagemenu {
	padding: 10px 0px 0px 0px;
}
.inpagemenu a:link, .inpagemenu a:visited, .inpagemenu a:active {
	text-decoration: none;
	color: #000;
}
.inpagemenu a:hover {
	text-decoration: none;
	color: #C00;
}
.inpagemenu ul {
	margin: 0px 0px 0px 8px;
	padding: 0px 10px 0px 15px;
}
html>body .inpagemenu ul {
	margin-bottom: 0px;
}
.inpagemenu li {
	list-style: none;
	margin-left: -10px;
	padding-left: 13px;
	padding-bottom: 2px;
	background-image: url(../../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 0.35em;
}
.inpagemenu p {
	padding: 0px 5px 0px 10px;
	margin: 0px;
	font-size: 90%;
}
/*  end styles for plain coloured box in extract */

/*  start styles for plain coloured box menu with arrow bullets in content */
.inpagemenu2 {
	position: relative; 
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 5px;
	width: 402px;
	background-color: #EBE0F5;
}
.inpagemenu2 p {
	position: relative; 
	padding: 2px 5px 2px 15px;
	margin: 0px 0px 0px 0px;
	font-size: 100%;
	background-image: url(../../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 0.35em;
	background-color: #EBE0F5;
}
.inpagemenu2 a:link, .inpagemenu2 a:visited, .inpagemenu2 a:active {
	text-decoration: none;
	color: #000;
}
.inpagemenu2 a:hover {
	text-decoration: none;
	color: #C00;
}
#inpagemenutop2 {
	margin: 0px;
	padding: 0px;
	height: 7px;
	background-image: url(../../images/historyinpagemenutop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#inpagemenubottom2 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 7px;
	background-image: url(../../images/historyinpagemenubottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
}
/*  end styles for plain coloured box menu with arrow bullets in content */

/* STANDARD FORM STYLES */
#standardform {
	margin: 10px 0px 0px 0px;
	padding-bottom: 10px;
	background-image: url(../../images/historyboxbottom407.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#standardform table{
	padding: 0px;
	border-left: solid 1px #96C;
	border-right: solid 1px #96C;
}
#standardform td{
	padding: 10px 10px 0px 10px;
}
#standardform hr {
	color: #96C;
	height: 1px;
	margin: 0px;
	padding: 0px;
	background-color: #96C;
}
#standardformheader {
	padding: 5px;
	background-color: #96C;
	background-image: url(../../images/cornertoprightpurple.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFF;
	font-weight: bold;
	font-size: 100%;
}
.standardformentry {
	width: 250px;
	border: solid 1px #96C;
}
.standardformtextarea{
	width: 250px;
	border: solid 1px #96C;
}
.standardformbutton {
	color: #FFF;
	background-color: #96C;
	font-weight: bold;
	font-size: 90%;
	padding: 3px 0px 3px 0px;
	margin: 0px;
	border: none;
}
html>body .standardformbutton {
	padding: 3px 5px 3px 5px;
}

/* Blog styles */
.blogheader h2 {
	position: relative; /*hack to stop underline disappearing */
	padding-bottom: 5px;
	border-bottom: 1px solid #96C;
	margin-bottom: 10px;
	clear: both;
}
.blogentry p {}
.blogentryfooter {
	font-size: 80%;
	text-align: right;
}
/*  CENTRE COLUMN CONTAINER STYLES */
/* Single image panel  */

#containerwideouter {
	width: 421px; 
	padding: 0px;
	margin: 0px;
	margin-bottom: 7px;
	padding-bottom: 10px;
	background-image:    url(../../images/historyboxbottom421.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#containerwidecontent {
	/*height: 70px;
	width:419px; /* for IE5/Win */
	/**voice-family: "\"}\"";
	voice-family: inherit;
	width: 399px; /* actual value */
	margin: 0px;
	padding: 10px 10px 1px 10px;
	background-color: #F6F4E4;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #96C;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #96C;
	border-left-color: #96C;
}

#containerwidecontent img {
	float: left;
	padding-right: 10px;
}
/* Two image panel */

#containermediumleftouter {
	width: 207px;
	min-height: 170px;
	margin: 0px;
	padding-bottom: 10px;
	margin-bottom: 7px;
	background-image:    url(../../images/historyboxbottom207.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
* html #containermediumleftouter {
		height: 170px;
}
#containermediumleftcontent {
	width: 205px;
	margin: 0px;
	padding: 0px;
	background-color: #F6F4E4;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #96C;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #96C;
	border-left-color: #96C;
}
#containermediumrightouter {
	width: 207px;
	min-height: 170px;
	margin: 0px;
	padding-bottom: 10px;
	margin-bottom: 7px;
	background-image:    url(../../images/historyboxbottom207.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
* html #containermediumrightouter {
		height: 170px;
}
#containermediumrightcontent {
	margin: 0px;
	padding: 0px;
	background-color: #F6F4E4;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #96C;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #96C;
	border-left-color: #96C;
}

/*  Three image panel */
#containernarrowleftouter {
	min-height: 205px;
	width: 135px;
	margin: 0px;
	padding-bottom: 10px;
	margin-bottom: 7px;
	background-image:    url(../../images/historyboxbottom135.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
* html #containernarrowleftouter {
	height: 205px;
}
#containernarrowleftcontent {
	margin: 0px;
	padding: 0px;
	background-color: #F6F4E4;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #96C;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #96C;
	border-left-color: #96C;
}

#containernarrowmiddleouter {
	min-height: 205px;
	width: 135px;
	margin: 0px;
	padding-bottom: 10px;
	margin-bottom: 7px;
	background-image:    url(../../images/historyboxbottom135.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
* html #containernarrowmiddleouter {
	height: 205px;
}
#containernarrowmiddlecontent {
	margin: 0px;
	padding: 0px;
	background-color: #F6F4E4;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #96C;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #96C;
	border-left-color: #96C;
}


#containernarrowrightouter {
	min-height: 205px;
	width: 135px;
	margin: 0px;
	padding-bottom: 10px;
	margin-bottom: 7px;
	background-image:    url(../../images/historyboxbottom135.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
* html #containernarrowrightouter {
	height: 205px;
}
#containernarrowrightcontent {
	margin: 0px;
	padding: 0px;
	background-color: #F6F4E4;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #96C;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #96C;
	border-left-color: #96C;
}
#containerwidecontent h2{
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 95%;
	font-weight: bold;
}
#containerwidecontent p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#containerwidecontent a:link, #containerwidecontent a:visited, #containerwidecontent a:active{
	color: #C00;
}
#containerwidecontent a:hover{
	color: #999;
}
.containertext h2{
	padding: 5px 5px 0px 10px;
	margin: 0px 0px 0px 0px;
	font-size: 95%;
	font-weight: bold;
}
.containertext p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0px;
	padding: 0px 10px 2px 10px;
}
.containertext a:link, .containertext a:visited, .containertext a:active{
	color: #C00;
}
.containertext a:hover{
	color: #999;
}

.containercontent p {
	padding: 3px 5px 3px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 90%;
}
/* start styles to disaply quotes in 3 column layout  */
.quotewrap {
	width: 126px;
	min-height: 70px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	background-image:  url(../../images/historyquoteboxbottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.quote {
	width: 126px;
	/*position: relative;  Fix the IE link bug */
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 10px 0px;
	background-image:  url(../../images/historyquoteboxtop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.quote p {
	padding: 5px 5px 5px 5px;
	margin: 0px;
	font-size: 90%;
	background-color: #EBE0F5;
}
.quote a:link, .quote a:visited, .quote a:active {
	text-decoration: none;
	color: #C00;
}
.quote a:hover {
	text-decoration: none;
	color: #666;
}
/* end styles to disaply quotes in 3 column layout  */