BODY {
	color : Black;
	background-color :#FFFFFF;/*  #D9D6E3; */
	font-family : Arial, sans-serif;
	font-size : 14px;
	font-weight: normal;
	margin : 0 5% 0 10%;
}
table.maintable{
	width: 800px;
}
/* Navigation bar*/

.nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

.nav li { /* all list items */
	float: left;
	position: relative;
	width: 100px;
	font-size : 14px;
	font-weight: bold;
        color : White;
        background-color : #002c77;
}

.nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	font-size : 14px;
	font-weight: bold;
        color : White;
        background-color : #002c77;
}

.nav 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;
}

.nav a {
	font-family : Arial, sans-serif;
	font-size : 14px;
	font-weight: bold;
        color : White;
        background-color : transparent;
	text-decoration : none;
}

.nav a:hover {
        color: white;
        background-color: blue;
 
}

.nav li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

.nav #content {
	clear: left;
}
/* End navigation bar*/

A {
	color : Blue;
	background-color : transparent;
}
a.menuBar {
	color : White;
	background-color : transparent;
	margin : 0 5% 0 5%;
	text-decoration : none;
}

p {
	margin-top : 1em;
	margin-bottom : 1em;
	text-align : justify;
	font-family : Arial, sans-serif;
	font-size : 14px;
	font-weight: normal;
}
p.ContactDetails {
	text-align : left;
	font-size : 12px;
	font-family : Arial, sans-serif;
	margin-left : 0px;
	margin-right : 2px;
	font-size : medium;
	font-weight: normal;
}
p.ContactDetailsHeader {
	text-align : left;
	font-size : 12px;
	font-family : Arial, sans-serif;
	margin-left : 0px;
	margin-right : 2px;
	color : White;
	background-color : #002c77;;
	font-size : medium;
	font-weight: normal;
}
td.menuBar {
	background : #0000CD;
	font-family : Arial, sans-serif;
	font-size : 14px;
	font-weight: normal;
}

tr.menuBar {
	background : #002c77;;
	font-family : Arial, sans-serif;
	font-size : 12px;
	font-weight: normal;
}

a.bottomTitle {
	color : White;
	background-color : transparent;
}
td.bottomTitle {
	background : #002c77;;
	color : White;
	font-size : 10px;
}
tr.TableHeader {
	background-color : #002c77;;
	color : White;
}
td.TableHeader {
	background-color : #002c77;;
	color : White;
}
tr.bottomTitle {
	background : #002c77;;
	color : White;
	font-size : 10px;
}
h1.titleBar {
	text-align : left;
	vertical-align : bottom;
	font-size : medium;
	margin : 0 5% 0 10%;
	font-family : Arial, sans-serif;
	color : #FF4500;
}
h2.titleBar{
	text-align : left;
	vertical-align : bottom;
	font-size : large;
	margin : 0 5% 0 10%;
	font-family : Arial, sans-serif;
	color :#0000CD; 
}

hr {
	color : Red;
	background-color : Red;
	border-color : Red;
	background : Red;
	}

tr{
 	font-size : 14px;
}

tr.clear {
	background-color : transparent;
	font-size : 14px;
}

td.clear {
	background-color : transparent;
	font-family : Arial, sans-serif;
	font-size : 14px;
	font-weight: normal;
}

h1 {
	font-weight : bold;
	text-align : center;
	color : #FF3333 ;/*Red;*/
	background-color : transparent;
}
h2 {
	color : #006699; /*Blue;*/
	font-weight : bold;
	text-align : center;
	background-color : transparent;
}
ul {
	margin : 1ex;
	font-size : 14px;
	font-weight: normal;
}

