body {
	margin : 0px;
	padding : 0px;
	border : 0px none;
	background-color : #00254F;
	background-image: url('images/bgfade.gif');
	background-repeat: repeat-y
	height : 100%;
	width : 100%
	}

p {	}

img.top {
	border: 1px solid #999999;
	margin: 5px 2px;
	}

img.title {
	border: 1px solid #000000;
	margin: 5px 0px;
	}

span.tinytext {
	font-size : 9px;
	}

span.header {
	font-size: 12pt;
	font-weight: bold;
	}

a		{ text-decoration:none; }
a:link		{ color:#f4f998; }
a:active	{ color:#ffffff; }
a:visited	{ color:#ffffff; }
a:hover		{ color : #999999; }

input.button {
	border:2px solid #ffffff;
	background-color:transparent;
	font-family:sans-serif;
	font-size:10pt;
	color:#ffffff;
	}

input.field {
	border:1px solid #ffffff;
	background-color:transparent;
	font-family:sans-serif;
	font-size:10pt;
	color:#ffffff;
	width:138px;
	}

div.container {

	width : 800px;
	padding : 0px;
	margin : 0px;
	border : 0px;
	}

div.titlebar {
	width : 100%;
	height : 135px;

	background-color : #000000;
	border :  none;
	margin: 0px;

	position: relative;
	top : 0px;
	left : 0px;
	overflow: hidden;
	}

div.colourbar {
	width : 100%;
	height : 4px;
	background-image : url('images/colourbar.jpg');
	border :  medium none;
	margin: 0px;
	position: relative;
	top : 0px;
	left : 0px;
	overflow: hidden
	}

div.ieisshite {
	margin : 0px;
	border : 0px;
	padding : 20px 0px 0px 50px; 
	/* text-align : center; */
	border: 1px solid #ffffff;
	float : left;
	}

ul.menuholder {
	
	border: 1px solid #666666;
	background-image : url('images/colourbar.jpg');
	position: absolute;
	top : 200px;
	left : 0px;
	/* margin: 10px 0px 10px 40px; */
	padding: 2px
	}

li.menuitem {
	width : 150px;
	/*text-align : left; */
	background-color : #000000;
	border: 1px solid #666666;
	padding:0px 10px;
	margin: 3px;

	font-family:arial,helvetica,sans-serif;
	font-size:16px;
	color:#ffffff;
	list-style: none;
	}

ul.copyrightholder {
	
	/*border: 1px solid #666666;*/
	position: absolute;
	top : 150px;
	left : 0px;
	/* margin: 10px 0px 10px 40px; */
	padding: 2px
	}

li.copyright {
	width : 180px;
	/*text-align : left; */
	/* border: 1px solid #666666; */
	padding:0px 10px;
	margin: 3px;

	font-family:arial,helvetica,sans-serif;
	font-size:16px;
	color:#ffffff;
	list-style: none;
	}


div.centerbit {
	position : relative;

	padding : 0px;
	border: 0px solid #999999;
	margin : 8px 10px 0px 285px;

	color : #ffffff;
	font-family : arial,sans-serif;
	font-size : 14px;
	}

div.footer {
	background-color : #485979;
	border-top : 1px solid #999999;
	border-bottom : none;
	border-left : none;
	border-right : none;
	margin: 0px;
	padding-top: 2px;

	width:100%;
	height:40px;

	position: absolute;
	position: fixed;

	bottom: 0px;
	left: 0px;

	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	text-align:center;
	color:#ffffff;
	}