html {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	background:#4c76a0; /*color background - only works in IE */
	font-size:76%; /*set default font size */
	font-family: Arial, Verdana, Helvetica, sans-serif; /* set default font */
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow:hidden; /*get rid of scroll bars in IE */
	/* */ 
	}
body {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow:hidden; /*get rid of scroll bars in IE */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	/*background-color: #857e63;*/
	background-color: #4c76a0;
	font-family: Arial, Verdana, Helvetica, sans-serif; /* set default font */

	}

.TinyText a, .TinyText a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #85282d;
	}

.TinyText a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000080;
	}


/* create CSS vertically centred box */
#centred {
	width: 800px; /* the width of the main graphic element */
	height: 650px; /* the height of the main graphic element */
	position:absolute;
	top: 50%;
	left: 50%;
	margin: -325px auto auto -400px; /* note that it's HALF the values above */
	border: 0px solid black;
	text-align: center;
	}
#centred_p {
	width: 800px; /* the width of the main graphic element */
	height: 600px; /* the height of the main graphic element */
	position:absolute;
	top: 50%;
	left: 50%;
	margin: -300px auto auto -400px; /* note that it's HALF the values above */
	background-color: #edeada;
	text-align: center;
	}
* html #wrapper3 {
	margin-bottom : -3px;
	text-align:center;
	}
.content_i {
position: absolute;
text-align:center;
left: 231px;
top: 138px;
width: 335px;
height: 419px;
border: 2px solid #4c76a0;
background: #fff;
background-color:#fff;
z-index:9;
overflow: auto;
	}
* html .content_i {
top: 137px;
width: 339px;
height: 424px;
text-align:center;
background: #fff;
background-color:#fff;
	}

/* The navigation links */
#navigationLinks {
	background:		#6C683E; 
	height:			16px;
	margin:			0;
	padding-left: 	0;
}
#navigationLinks li  {
	line-height: 		12px; 
	padding:		0;
	margin:			0;
	list-style-type:	none;
	text-align:		center;
	display:		inline;
}
#navigationLinks li a:hover {
	background:		#A8A477;
}
#navigationLinks li a {
	float:			left;
	display:		block;
	font-weight:	bold;
	font-size:		12px;
	padding:		2px 15px 2px 15px;
	color:			#F2F2F2;
	text-decoration:	none;
}
#navigationLinks li a.active {
/*	background:		#8B8654; */
	color:		 	white;
} 
#navigationLinks li #top {
}  


.NormalText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000080;
}
.NormalText a, .NormalText a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #ff2000;
}
.NormalText a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #000080;
}
.SmallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000080;
}
.TinyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000080;
}

.Header_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color: #000080;
	border:0;
	padding-bottom:10px;
	
	/* border-bottom:2px dotted #000; */
}

.LangSel, .LangSel a, .LangSel a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #85282d;
}
.LangSel a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #4c76a0;
}




/* FROM HERE DOWN, default from DW */
/*
body {
	background-color: #E0DCC4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #336699;
} 

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}

a {
	font-size: 12px;
	color: #336600;
}
*/
form {
	background-color: #CCCC99;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
 background-color: #99CC00; color: #003333;}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
 color: #003300;}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	background-color: #669900;
 color: #FFFF33;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #CCFF99;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	padding: 3px;
	background-color: #FFFFCC;
 color: #003333;
}

.sidebarHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #003300;
	background-color: #FFFF66;
}

.sidebarFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFF99;
 font-style: italic;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCFF99;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-width: thin;
	border-color: #99FF99 #003300 #003300 #99FF99;
 border-style: double;
 }

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #336699;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
 color: #660000; font-weight: bolder; font-size: medium;
 }

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}
