A:link		{color:#676767; text-decoration:underline;}
A:visited	{color:#676767; text-decoration:underline;}
A:hover		{color:#206A99; text-decoration:underline;}
A:active	{
	color:#9BCFF0;
	text-decoration:underline;
}

body {
	/* bg colour of the inner section, true bg colour is #CBA755 */
	background-color: #DDE8EE;
	padding-top: 34px;
	padding-bottom: 34px;
	background-image: url(../imgs/bg.jpg);
	background-repeat: repeat-x;
}

p, td, th, div, blockquote, dl, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	line-height: 18px;
}

td {
	vertical-align: top;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0px;
}

h2 {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: -1px;
	text-transform: uppercase;
}

img {
	border: 0px;
}

#bgWhite {
	background-color: #FFFFFF;
}

#search {
	padding-left: 13px;
	padding-top: 5px;
	padding-bottom: 19px;
}

.formFld {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #FFFFFF;
	border-style:solid; 
	border-width: 1px;
	border-top-color: #777777;
	border-left-color: #777777;
	border-right-color: #C3C3C3;
	border-bottom-color: #C3C3C3;
	width: 215px;
	height: 19px;
	padding-left: 2px;
}

textarea {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #FFFFFF;
	border-style:solid; 
	border-width: 1px;
	border-top-color: #777777;
	border-left-color: #777777;
	border-right-color: #C3C3C3;
	border-bottom-color: #C3C3C3;
	width: 215px;
	padding: 2px;
}

.SearchField {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #FFFFFF;
	border-style:solid; 
	border-width: 1px;
	border-top-color: #777777;
	border-left-color: #777777;
	border-right-color: #C3C3C3;
	border-bottom-color: #C3C3C3;
	width: 115px;
	height: 19px;
	padding-left: 2px;	
}

.contentTable {
	border: 16px solid #FFFFFF;
	border-collapse: collapse;
	margin-bottom: 10px;
}

/* header stuff */
.logoImg {
	margin: 0px 0 0 2px;
}

.countryImg {
	margin: 49px 16px 0 0;
}

/* first column, nav */
.column1 {
	background-color: #CCCCCC;
	padding-top: 14px;
	padding-bottom: 15px;
	width: 172px;
}

.navImg {
	width: 172px;
}

.hrNavImg {
	width: 100%;
	background-color: #FFFFFF;
	height: 1px;
	margin-bottom: 13px;
}

/* keyline */
.column2 {
	background-color: #FFFFFF;
	width: 1px;
}

/* content */
.column3 {
	background-color: #CCDBE5;
	width: 554px;
	height: 370px;
}

#header {
	background-color: #698DA1;
}

.hrImg {
	width: 100%;
	background-color: #FFFFFF;
	height: 1px;
}

/* heading & ticker stuff */
#ticker {
	background-color: #6A93AD;
	height: 20px;
}

#heading {
	background-color: #8AA6B6;
	background-image: url(../imgs/bg_heading.gif);
	height: 39px;
}

.headingImg {
	width: 248px;
	height: 26px;
	margin: 6px 0 7px 30px;
}

.headingTxt {
	font-size:23px;
	color:#FFF;
	padding-left:30px;
	padding-top:9px;
}

/* homepage content */
#contentHomeTable {
	background-color: #587B90;
	background-image: url(../imgs/bg_content.jpg);
	background-repeat: repeat-x;
}

#contentHomeDots {
	width: 1px;
	background-image: url(../imgs/bg_home_dots.gif);
}

#contentHome {
	color: #9BCFF0;
	vertical-align: top;
	padding-left: 12px;
	padding-right: 10px;
	padding-top: 13px;
	padding-bottom: 20px;
}

#homepageTxt {
	font-size: 11px;
	color: #9BCFF0;
	line-height: 16px;
}

#homepageTxt a:link, #homepageTxt a:visited { text-decoration: underline; color:#9BCFF0; }
#homepageTxt a:hover { text-decoration: underline; color:#FFFFFF; }
#homepageTxt a:active { text-decoration: underline; color:#9BCFF0; }

#homeMap {
	margin-top: 17px;
	margin-left: 30px;
}

/* the content */
.content {
	padding-left: 30px;
	padding-right: 24px;
	padding-top: 26px;
	padding-bottom: 34px;
	vertical-align: top;
}

#contentPaging {
	text-align: center;
	font-size: 11px;
	padding-right: 50px;
	margin: 20px 30px 20px 50px;
}

.linkPaging {
	padding-right: 20px;
	padding-left: 20px;
}

/* here are all the footer elements */
#footerTxt {
	font-size: 10px;
	color: #85949B;
	width: 759px;
	text-align:center;
}

#footerTxt a:link, #footerTxt a:visited { text-decoration: underline; color:#85949B; }
#footerTxt a:hover { text-decoration: underline; color:#000000; }
#footerTxt a:active { text-decoration: underline; color:#85949B; }

.errorMsgTxt {
	color: #CC0000;
}

