html	{
	background-image: url(images-site/bg.gif);
	background-repeat: repeat-x-y;
	}

body	{
	text-align: center;
	font-family: sans-serif;
	}

#skip	{
	position: absolute;
	top: -500px;
	left: -500px;
	}

#container	{
	width: 740px;
	margin: 20px auto;
	background-color: #F8F8F8;
	border: 1px solid #6666CC;
	text-align: left;
	}

#header	{
	background-color: #6666CC;
	text-align: center;
	padding: 8px 0;
	}

#top-nav	{
	text-align: center;
	border-bottom: 1px solid #6666CC;
	}

#heading	{
	text-align: center;
	border-bottom: 1px solid #6666CC;
	padding: 7px 0;
	}

#content-po	{
	padding: 20px 130px 20px 130px;
	}

#content	{
	padding: 0px 30px 0px 30px;
	}

#content-left	{
	float: left;
	width: 320px;
	border-right: 1px solid #6666CC;
	padding: 0px 20px 20px 30px;
	}

#content-right	{
	float: right;
	width: 308px;
	padding: 0px 30px 20px 30px;
	border-left: 0px solid #6666CC;
	}

#footer	{
	clear: both;
	background-color: #6666CC;
	color: #FFFFFF;
	text-align: center;
	font-size: 0.8em;
	padding: 3px;
	}

p	{
	margin: 1.0em 0;
	line-height: 1.1em;
	}

#top-nav ul	{
	list-style-type: none;
	padding: 6px 0;
	}

#top-nav li	{
	display: inline;
	}

#top-nav li a	{
	padding: 6px 10px;
	text-decoration: none;
	border-right: 0px solid #6666CC;
	margin-left: -5px;
	}

#top-nav li a:hover	{
	padding: 6px 10px 7px 10px;
	background-color: #B5B5E6;
	}

.normal-ul, .faq-ul	{
	list-style-type: none;
	}

.normal-ul li	{
	list-style-type: none;
	margin-left: 15px;
	background-image: url("images-site/grn_bul.gif");
	background-repeat: no-repeat;
	padding: 0px 0px 5px 20px;
	}

.faq-ul	{
	padding: 20px 0;
	}

.faq-ul li	{
	margin-left: 15px;
	padding: 0px 0px 5px 20px;
	}

li.quest	{
	margin-left: 15px;
	padding: 0px 0px 5px 20px;
	background-image: url("images-site/Q.gif");
	background-repeat: no-repeat;
	}

.clear	{
	clear: both;
	}

.thumb-left	{
	float: left;
	}

.thumb-mid	{
	float: left;
	margin-left: 36px;
	}

.thumb-right	{
	float: right;
	}

h1	{
	font-size: 1.0em;
	color: #4545C0;
	}
h2	{
	font-size: 1.0em;
	background-color: #C0C0C0;
	padding-left: 5px;
	}

/*
=Start table structure
*/
#Summary, #Caption {
	width: 28em;
}

.tableStyle {
	width: 100%;
	margin: 0;
	border: solid #666;
	border-width: 1px 0 0 1px;
	border-collapse: collapse;
}

.tableStyle th, .tableStyle td {
	border: solid 1px #666;
	border-width: 0 1px 1px 0;
	padding: 0.2em;
}
/*
=End table structure
*/

/*
=Start blue colour scheme
*/
.blueScheme, .blueScheme th, .blueScheme td {
	border-color: #069;
}

.blueScheme .even {
	background-color: #E3F6FE;
}

.blueScheme th, .blueScheme thead td {
	background-color: #69F;
}

.blueScheme th.firstColumn {
	background-color: #9CF;
}
/*
=End blue colour scheme
*/

#form-wrap	{
	margin-left: 100px;
	}

.req	{
	margin-left: 160px;
	}

label,input,select,textarea {
		display: block;
		width: 150px;
		float: left;
		margin-bottom: 10px;
		}

.button 	{
		display: block;
		width: 75px;
		float: left;
		margin-bottom: 3px;
		margin-left: 160px;/* this attribute for this selector has been changed in ie.css */
		}

select 		{
		display: block;
		width: 155px;
		float: left;
		margin-bottom: 3px;
		}

label 		{
		font-size: 90%;
		text-align: right;
		width: 150px;
		padding-right: 10px;
		margin-top: 3px;
		}

br	{
	clear: both;
	}

   a:link { text-decoration: underline;
            color : #6666CC;}
   a:visited { text-decoration: underline;
               color : #6666CC;}
   a:hover { text-decoration: none;}