a { color: #3E009A; font-family: arial, helvetica, verdana; font-size: small; text-decoration: underline; }
a:hover { color: #3E009A; font-family: arial, helvetica, verdana; text-decoration: underline; font-size: small; }
a:visited { color: #3E009A; font-family: arial, helvetica, verdana; font-size: small; text-decoration: underline; }
a:active { color: #3E009A; font-family: arial, helvetica, verdana; font-size: small; text-decoration: underline; }
a:link { color: #3E009A; font-family: arial, helvetica, verdana; font-size: small; text-decoration: underline; }

A.navlink:hover { color: #518393; font-family: arial, helvetica, verdana; text-decoration: none; font-size: small;}
A.navlink:visited { color: #6F6F6F; font-family: arial, helvetica, verdana; text-decoration: none; font-size: small;}
A.navlink:link { color: #6F6F6F; font-family: arial, helvetica, verdana; text-decoration: none; font-size: small;}
A.navlink:active { color: #518393; font-family: arial, helvetica, verdana; text-decoration: none; font-size: small;}

A.tutoriallink:hover { color: #394656; font-family: arial, helvetica, verdana; text-decoration: underline; font-size: small; line-height:15px;}
A.tutoriallink:visited { color: #394656; font-family: arial, helvetica, verdana; text-decoration: underline; font-size: small; line-height:15px;}
A.tutoriallink:link { color: #394656; font-family: arial, helvetica, verdana; text-decoration: underline; font-size: small; line-height:15px;}
A.tutoriallink:active { color: #394656; font-family: arial, helvetica, verdana; text-decoration: underline; font-size: small; line-height:15px;}

A.innerLink:hover { color: #205269; font-family: arial, helvetica, verdana; text-decoration: none; font-size: small; line-height:17px;}
A.innerLink:visited { color: #205269; font-family: arial, helvetica, verdana; text-decoration: none; font-size: small; line-height:17px;}
A.innerLink:link { color: #205269; font-family: arial, helvetica, verdana; text-decoration: none; font-size: small; line-height:17px;}
A.innerLink:active { color: #205269; font-family: arial, helvetica, verdana; text-decoration: none; font-size: small; line-height:17px;}

A.footerLink:hover { color: #C2C3BA; font-family: arial, helvetica, verdana; text-decoration: underline; font-size: xx-small; }
A.footerLink:visited { color: #C2C3BA; font-family: arial, helvetica, verdana; text-decoration: underline; font-size: xx-small; }
A.footerLink:link { color: #C2C3BA; font-family: arial, helvetica, verdana; text-decoration: underline; font-size: xx-small; }
A.footerLink:active { color: #C2C3BA; font-family: arial, helvetica, verdana; text-decoration: underline; font-size: xx-small; }

.bodyText { color: #3C3C3C; font-family: arial, helvetica, verdana; text-decoration: none; font-size: small; line-height:13px;}
.bodyTextBlue { color: #205269; font-family: arial, helvetica, verdana; text-decoration: none; font-size: small; line-height:13px;}
.dividerText { color: #B5B5B5; font-family: arial, helvetica, verdana; text-decoration: none; font-size: small;} 
.whiteText { color: #FFFFFF; font-family: arial, helvetica, verdana; text-decoration: none; font-size: small; line-height:13px;}
.footerText { color: #C2C3BA; font-family: arial, helvetica, verdana; text-decoration: none; font-size: small; line-height:13px;}

.headingBlue { color: #205269; font-family: arial, helvetica, verdana; text-decoration: none; font-size: medium; line-height:12px; font-weight: bold;}
.headingBeige { color: #EFE4D5; font-family: arial, helvetica, verdana; text-decoration: none; font-size: small; line-height:12px; font-weight: bold;}
.headingGray { color: #817B72; font-family: arial, helvetica, verdana; text-decoration: none; font-size: small; line-height:12px; font-weight: bold;}

.footerText2 {
	color: #FFFFFF;
	font-family: arial, helvetica, verdana;
	text-decoration: none;
	font-size: x-small;
	line-height:12px;
	background-color: #B4BFC3;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #33626D;
}
.footerText2 a:link {
	color: #FFFFFF;
	font-family: arial, helvetica, verdana;
	text-decoration: none;
	font-size: x-small;
}
.footerText2 a:visited {
	color: #FFFFFF;
	font-family: arial, helvetica, verdana;
	text-decoration: none;
	font-size: x-small;
}
.footerText2 a:hover {
	color: #FFFFFF;
	font-family: arial, helvetica, verdana;
	text-decoration: none;
	font-size: x-small;
}

.formText { color: #000000; font-family: arial, helvetica, verdana; text-decoration: none; font-size: small; line-height:13px; font-weight: bold;}

.forms { font-family: arial, helvetica, verdana; color: #000000; font-size: xx-small; background-color: #FFFFFF; font-weight: normal; line-height: normal; }

form { display: inline; }

#faqs li { line-height:17px; }

/* Language Specific CSS */
.langSelect {
  font-size: x-small;
  color: #3C3C3C;
}
table.langTable { 
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #666666;
	padding: .75em;
	width: 200px;
}
tr.langHead {
	background-color: #CCCCCC;
	padding: .75em;
	font-weight: bold;
}
tr.langRow1 {
	background-color: #FFFFFF;
}
tr.langRow2 {
	background-color: #EBF3FF;
	text-decoration: none;
}
.langCell {
  padding: .75em;
}
.langCellB {
	border-left: 1px solid #dadada;
	padding: .75em;
}
.langCellH {
  padding: .75em;
}
a.langSel:link, a.langSel:visited {
	color: #000000;
	text-decoration: none;
}
tr.langRow1:hover, tr.langRow2:hover {
	background-color: #3D80DF;
	color: #FFFFFF;
}
tr.langRow1:hover a, tr.langRow2:hover a {
	color: #FFFFFF;
}
tr.langRow2:hover a {
	color: #FFFFFF;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/template/main_bkgrnd.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #B6C1C3;
}

/* Language Specific CSS */
.headerbkgrnd {
	background-image: url(../img/template/psm_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 82px;
	padding-top: 0px;
}
.topmenubkgrnd {
	background-image: url(../img/menubkgrnd.jpg);
	padding: 3px;
	height: 17px;
}
.lowerheadernkgrnd {
	background-image: url(../img/lowerheader.jpg);
	height: 54px;
}
.topmenu {
	font-family: "Trebuchet MS";
	font-size: small;
	text-transform: uppercase;
	color: #666666;
	text-align: center;
}
.topmenu a:link{
	font-family: "Trebuchet MS";
	font-size: small;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.topmenu a:visited{
	font-family: "Trebuchet MS";
	font-size: small;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
}
.topmenu a:hover{
	font-family: "Trebuchet MS";
	font-size: small;
	text-transform: uppercase;
	color: #990000;
}
.leftmenubkgrnd {
	background-image: url(../img/template/leftmenubkgrnd.jpg);
	width: 180px;
	height: 420px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #33626D;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
.contentarea {
	padding: 15px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #33626D;
	width: 560px;
}

.centrebkgrnd {
	background-color: #FFFFFF;
	background-image: url(../img/template/psm_bkgrnd.jpg);
	background-position: center bottom;
	background-repeat: repeat-y;
	height: 300px;
}
.flasharea {
	height: 151px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #33626D;
}

.rightcolumnbkgrnd {
	background-color: #5F605B;
	background-image: url(../img/walesdragoncelebration.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.leftcolumnbkgrnd {
	background-color: #424242;
	padding-left: 5px;
	padding-right: 2px;
	width: 180px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #33626D;
}
.leftmenuheading {
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom: 5px;
}

h1 {
	font-family: "Trebuchet MS";
	font-weight:normal;
	text-transform: none;
	color: #33626D;
	font-size: 24px;
}
.p2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align:justify;
	color: #333333;
}
h2 {
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	color: #5c9b1e;
	font-size: small;
}
.largeheading{
	font-family: "Trebuchet MS";
	font-weight:normal;
	color: #33626D;
	font-size: 24px;
}
.largeheading a:link {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: small;
	text-decoration: none;
	color: #33626D;
}
.largeheading a:visited {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: small;
	text-decoration: none;
	color: #33626D;
}

.largeheading a:hover {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: small;
	text-decoration: underline;
	color: #33626D;
}

.largerheading{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-weight: normal;
	color: #33626D;
	font-size: 36px;
	text-transform: none;
}
.eventlinks{
    font-family: "Trebuchet MS";
	font-weight: bold;
	color: #BE050A;
	font-size: medium;
	text-decoration: none;
}
a.summerylinks:link{
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #BE050A;
	font-size: small;
	text-decoration: none;
}
a.summerylinks:visited{
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #BE050A;
	font-size: small;
	text-decoration: none;
}
a.summerylinks:hover{
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #AE0409;
	font-size: small;
	
}
.subheading {
	font-family: "Trebuchet MS";
	color: #5c9b1e;
	font-weight:bold;
	font-size: x-small;
}
.contact {
	font-family: "Trebuchet MS";
	color: #5c9b1e;
	font-size: small;
}
form {
}
.leftmenu {
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #33626D;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
	height: 25px;
}
.leftmenu a:link {
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #33626D;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
	text-decoration: none;
}
.leftmenu a:visited {
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #33626D;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
	text-decoration: none;
}
.leftmenu a:hover {
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #96C2CD;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
	text-decoration: none;
}

.leftmenu2 {
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #33626D;
	padding-left: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 12px;
	height: 17px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.leftmenu2 a:link {
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #33626D;
	padding-left: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 12px;
	text-decoration: none;
}
.leftmenu2 a:visited {
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #33626D;
	padding-left: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 12px;
	text-decoration: none;
}
.leftmenu2 a:hover {
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #96C2CD;
	padding-left: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 12px;
	text-decoration: none;
}



.footer {
	padding: 5px;
}
.summaryBox {
	padding-bottom: 0px;
	border-top-style: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	position: relative;
}
.summaryBox img {
	min-height: 80px;
	min-width: 80px;
	max-height: 200px;
	max-width: 150px;
}
.summaryBoxShort {
	padding-bottom: 0px;
	border-top-style: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	height: 50px;
	position: relative;
}

.contentarea img {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.ProductTable {
	background-color: #E8E8E8;
	padding: 6px;
	border: 1px solid #CCCCCC;
}
.contactcalltoaction {
	background-image: url(../img/template/gobkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #BDCBCE;
	padding: 10px;
	background-color: #ECF0F1;
	display: block;
}
.contactcalltoaction a:link{
	width: 520px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: none;
	color: #4A585B;
	display: block;
	height: 40px;
}

.contactcalltoaction a:visited{
	height: 40px;
	width: 520px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: none;
	display: block;
	color: #4A585B;
}
.contactcalltoaction a:hover{
	height: 40px;
	width: 520px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: none;
	color: #8FA2A5;
	display: block;
}
fieldset {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #006699;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #33626D;
}
.calltoactiontable {
	vertical-align: bottom;
	position: relative;
	bottom:0px;
	width: 550px;
}
.content {
	height: auto;
	overflow: auto;
}
.hidespamfield {
	display:none;}