/* CSS Document -lower header 3 old colour 003466*/
body {	font-family: Tahoma; font-size: 9pt;}

p {	
	text-align: justify;
}

.header {
	height: 40px; 
	width: 800px; 
	padding: 0px; 
	margin: 0px; 
	background-color: #ffffff; 
	text-align: left;
}
.header_inside {
	height: 120px;
	width: 700px;
	padding: 0px;
	margin: 0px;
	text-align:left;
	background-color: #ffffff;
}
.lowerheader1 {
	height: 12px;
	width: 800px;
	padding: 0px;
	margin: 0px;
	left: 0px;
	color: #000000;
	font-family: Tahoma;
	font-size: 10px;
	background-color:#cfcfcf;
	text-align:right;
	}
.lowerheader2 {
	background-color: #A5CBDE;
	height: 100px;
	width: 800px;
	}
.lowerheader3 {	
	background-color:#006699;
	height:12px;
	width:800px;
	font-family: Tahoma;
	font-size: 10px;
	}
#maincontainer {
	width: 800px;
	height: auto;
	border-bottom: 1px solid #666666;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background-color: #F6F0E8;
	border: solid 1px #CCCCCC;

}
#main {
	height: auto;
	min-height: 250px;
	padding: 0px;
	margin: 0px;
	width: 700px;
	color: #ffffff;
	text-align: left;
	left: 0px;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	border-bottom: 10px solid #ffffff;
	background-color: #F0EDE8;
	overflow: hidden;
}
#box {
	font-family: Tahoma;
	font-size: 12px;
	color: #555753;
	padding: 15px;
}

.bluetitlebanner {
	width: 700px;
	background-color:#A5CBDE;
	align: right;
	font-family: Tahoma;
	font-size: 12px;
	color: #006699;
}

	
/* headings */

h2 {
	font-family: Tahoma;
	font-size: 16px;
}
h3 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}
table {
	border: 1px none #333333;
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}
tr {
	border: none;
}
td {
	border: none;
}


ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li {
	float: left;
	position: relative;
	width: 140px;
	background-color:#5E9FBF;
	padding-top: 4px;
	padding-bottom: 4px;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 15px;
	left: 0;
	padding: 0.2em 0 1em 0;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul {
	display: block;
}

#content {
	clear: left;
}
#nav a {
	font-weight: bold;
	color: #ffffff;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #ffffff;
	padding: 0.2em 0px;
}

#nav li li a:hover {
	color: #ffffff;
	background-color:#96C1D6;
}



a {
	text-decoration: none;
	color: #32687C;
	font-family: Tahoma;
}
a:hover {
	color: #32687C;
	text-decoration: underline;

}

/* middle */

.dropdown {
	width: 700px;
	background-color: #5E9FBF;
}
.bluetitle {
	background-color: #A5CBDE;
	width: 700px;
	text-align: right;
	font-family: "Times New Roman";
	font-size: 24px;
	font-style: italic;
	color: 006699;
	padding-top: 14px;
	padding-bottom: 14px;
}
.breadcrumb {
	width:700px;
	background-color:#ebdfcf;
	font-size: 11px;
	padding: 2px;
	text-align: left;
	color: #32687C;
}
.leftbox {
	font-family: Tahoma;
	font-size: 12px;
	color: #555753;
	float: left;
	width: 178px;
	border-right: dotted 2px white;
	border-bottom: dotted 2px white;
	font-style: italic;
	line-height: 130%;
}
.rightbox {
	font-family: Tahoma;
	font-size: 12px;
	color: #555753;
	float:right;
	width:450px;
	clear:right;
	text-align: justify;
	padding: 10px 35px 30px 30px;
}
li.mainbody {
	margin-left: 20px; 
	list-style: disc; 
	background-color: #F0EDE8; 
	float: none; 
	position: auto; 
	width: auto;
	line-height: 60%;
}
hr.cleaner {
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
	visibility: hidden;
}
.tdheader {
	color: #FFFFFF;
	background-color: #CCCCCC;
	padding: 3px;
	border: 1px solid #FFFFFF;
}
td {
	padding: 1px;
}