body{
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #256687;
}

a{
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

img, .image {
    border: none;
	 padding: 0px;
	 margin:0px;
} 

.mandatory {
	color: red;
	font-size: .8em;
}

.textCentre {
	text-align: center;
}

table, table td, table tr {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

a:focus, a:visited {
	outline: none;
	color: Blue;
}

#logo {
	position: absolute;
	left: 25px;
	top: 10px;
}

#header {
	background-color: #CEE0EB;
	height: 100px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-size: 2em;
	color: White;
}

#header #hpimage {
	position: absolute;
	top: 0px;
	right: 0px;
	display: inline;
}

#header #logo {
	margin-left: 8em;
	top: 0.2em;
}

html>body #header #logo {
	margin-left: 4em;
}

#nav {
	width: 12em;
	margin: 0px;
	border-style: none none none none;
	border-color: #BCD2E6;
	border-size: 1px;
	border-width: 1px;
	background-color: #0173BC;
	padding-top: 25px;
	background-image: url("/common/images/nav-top.gif");
	background-repeat: repeat-x;
	background-position: top;
}

#nav li {
	border-bottom: 1px solid #006699;
}

#nav li.last {
	border-bottom: 0px;
}
	
#nav li a {
	height: 1.6em;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 2.0em;
	text-decoration: none;
	font-size: 1.1em;
}

html>body #nav li a {
	height: 1.6em;
	font-size: 0.9em;
}
	
#nav li a {
	color: #256687;
	display: block;
	background:  url(/common/images/menu.gif);
	padding: 8px 0 0 10px;
}

#nav li a:hover, #nav li a.selected {
	color: #fff;
	background:  url(/common/images/menu.gif) 0 -30px;
	padding: 8px 0 0 10px;
}

#mainContentTable {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-size: 100%;
}

#mainContent {
	padding: 10px;
	padding-right: 20px;
	border-style: solid none none solid;
	border-color: #006699;
	border-size: 1px;
	border-width: 1px;
	width: 100%;
}

#mainContent p {
	margin-bottom: 1.3em;
	text-align: justify;
}

#mainContent img {
	border: 1px solid black;
	margin: 10px 5px 5px 5px;
}


#mainContent .center {
	text-align: center;
}

#lhs {
	background-color: #0173BC;
}

#rhs {
	padding: 10px;
	border-style: solid none none none;
	border-color: #006699;
	border-size: 1px;
	border-width: 1px;
	width: 100%;
}


#footer {
	font-size: .8em;
	text-align: center;
	background-color: #0173BC;
	height: 30px;
	color: white;
	vertical-align: middle;
}

#footer img {
	vertical-align: middle;
	padding-right: 5px;
}

#footer a {
	color: White;
	text-decoration: none;
}

#footer .contact {
	padding-left: 50px;
}

#messageBackground {
 position: absolute;
 top: 0px;
 left: 0px;
 height: 100%;
 width: 100%;
 background-color: black;
 filter:alpha(opacity=75);       /* for IE */
 opacity:0.75;   /* CSS3 standard */
}

#messageInfo {
 position: absolute;
 width: 70%;
 left: 15%;
 top: 30%;
 text-align: center;
 background-color: #f2f2e9;
 border: 3px solid black;
 border:3px solid black;
 padding: 20px;
}

#messageInfo h2 {
	color: red;
}
