/* JKS */

body {
	background: #D7D7FF;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000099;
}

p {	padding-left:20px;
	margin-right:50px;

	}

h1 {
}

h2, h3 {
	margin-top: 5px;
}

h4, h5, h6 {
}

h7 {
}
 
h8 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	}

h9 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:200px;
	}
	
p, ol, ul, dl, blockquote {
}

a {
	color: #FFFF00;
}

a:hover {
	text-decoration: none;
}


/* Header */

#header {
	width: 900px;
	height: 180px;
	margin: 0px auto;
	background: url(images/img2.jpg);
}

#logo {
	float: left;
	height: 80px;
	margin-top:5px;
	margin-left: 5px;
	background: url(images/img02.jpg) no-repeat top left;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 900px;
	height: 42px;
	margin: 0px auto;

}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 100px;
	height: 32px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 18px;
	font-weight:bold;
	background: url(images/img4.jpg) no-repeat;
}

#menu .last a {
	background: url(images/img5.jpg) no-repeat;
}

#menu a:hover {
	color:#FFFFFF;
}


/* Content */

#content {
	background: #FFFFFF;
	width: 900px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

#colA {
	float: left;
	width: 171px;
	margin-top: 0px;
	margin-bottom: -15000px; 
	padding-bottom: 15000px;

}

#colB {
	float: right;
	width: 729px;
	margin-bottom: -15000px;
	padding-bottom: 15000px;
}
#colB a {
	color:#0000FF;
	}
	
.centre {
	text-align: center;
  	}

	
.img {
	padding-left: 150px;

	}

#subheadtext {
	height:30px;
	width: 170px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#FFFF00;
	background-color:#0000FF;
	padding-top: 5px;
}

#subheadtext1 {
	height:30px;
	width: 170px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#0000FF;
	background-color:#FFFF00;
	padding-top: 5px;
}

#maintext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:700;
	color:#0000FF;
	background-color:#FFFF00;
	height:30px;
	width:727px;
	margin-left:2px;
	padding-top: 5px;
	text-align: center;
}

#content h1 {
	padding: 5px 0px 5px 5px;
	color: #173E68;
}

#content h2 {
	padding: 5px 0px 5px 10px;
	text-transform: uppercase;
	font-size: 16px;
	color: #2D2D2D;
	border-bottom: 1px dashed;
}

#content p {
	padding: 5px 15px 5px 10px;
	}

#content h3 {
	color: #333399;
	font-size:14px;
	padding: 5px 0px 0px 10px;
}

#content h4 {
	padding: 5px 0px 5px 280px;
	text-transform: uppercase;
	font-size: 16px;
	color: #2D2D2D;
	border-bottom: 1px dashed;
}

#content h5 {
	padding: 5px 15px 5px 10px;
	color:#000099; font-weight:bold;
	font-size:14px;
	}
	
#content h6 {
	padding: 5px 15px 5px 10px;
	color:#000000;
	font-weight:bold;
	font-size:14px;
	}	
/* Footer */

#footer {
	width: 900px;
	margin: 0px auto;
	padding: 3px 0px;
	height: 20px;
	background:#3A3FE9;
}

#footer p {
	margin: 0px;
	padding-top: 5px;
	text-align: center;
	font-size: 11px;
	color:#FFFF00;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #333333;
}
