/*This centre body should centre everything for Win IE5-6 which ignores auto margins, but you also then have to set the containers text alliance to the left or all the text goes to the centre*/
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(../img/gradient3.jpg);
	background-repeat: repeat-x;
}
#container
 {
	color: #333333;
	background-color: #fff;
	text-align: left;
	width: 700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000099;
	border-right-color: #666666;
	border-bottom-color: #000099;
	border-left-color: #666666;
}
h1 {
	color: #000099;
	font-size: 18px;
	padding-top: 16px;
	text-align: center;
	padding-bottom: 4px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0;
	font-weight: bold;
	color: #000099;
}
h3 {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-top: 0.3em;
	padding-bottom: 1em;
	line-height: 1.1em;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
#headerwrap { /* This just keeps the top panels and top nav bar in a wrap */
	color: #FFFFFF;
	font-weight: bold;
}
.bluebar {
	background-color: #000099;
	height: 9px;
	color: #FFFFFF;
}
#topshade {
	height: 16px;
	color: #FFFFFF;
	background-image: url(../img/shade_03.jpg);
	background-repeat: repeat;
}
#bottomshade {
	height: 16px;
	color: #FFFFFF;
	background-image: url(../img/shade_03rev.jpg);
	background-repeat: repeat;
}
#footbars {
}
#welcome {
	line-height: 145%;
	padding-right: 5em;
	margin-bottom: 10px;
	padding-left: 5em;
	font-weight: bold;
	font-size: 100%;
	text-align: center;
}
#about {
	line-height: 140%;
	padding-right: 5em;
	margin-bottom: 10px;
	padding-left: 5em;
}
#about p {
	margin-top: 1.2em;
	margin-bottom: 2em;
}
#about ul {
	margin-left: 15px;
	padding-left: 0px;
	line-height: 1.8em;
	padding-bottom: 4px;
}
#contact {
	text-align: left;
	line-height: 2em;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ECECEC;
	padding-left: 40px;
	border: 1px solid #666666;
	margin-top: 15px;
	width: 240px;
	font-weight: bold;
	margin-left: 212px;
}
#logo {
	padding-bottom: 20px;
	margin-top: 20px;
}
#logo img {
	margin-bottom: 17px;
	margin-left: 263px;
}
#flag {
	margin-top: 35px;
	margin-bottom: 24px;
	text-align: center;
}
#table1 {
}
#navbar {
	width: 380px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	height: 23px;
	margin-left: 159px;
	text-align: center;
}
#footer {
	font-size: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
}
.orangebold/*------ various classes ------*/
 {
	font-weight: bold;
	color: #FF6600;
}
.bluebold {
	font-weight: bold;
	color: #000099;
}
.blue {
	color: #000099;
}
.orange {
	color: #FF6600;
}
.greybold {
	color: #666666;
}

