BODY {
	color : Black;
	background-color :white; /*#6C6EFF; */ /*  #D9D6E3; */
	font-family : Arial, sans-serif;
	font-size : 14px;
	font-weight: normal;
	margin : 0 5% 0 5%;
}

table.maintable {
	background-color : White;
	width: 900px;
}
table.menuBar{
	background-color : #002c77;
}
table.news_bar{
	background-color : transparent;
	border : 1px solid Gray;
	text-indent : 2px;
	}

td.TitleBarRight{
/*	background-color : #002c77;*/
}

A {
	color : #001C4F;
	background-color : transparent;
	text-decoration : none;
}
a.menuBar {
	color : White;
	background-color : transparent;
	margin : 0 5% 0 5%;
	text-decoration : none;
}
a.button {
	color : black;
	background-color : transparent;
	margin : 0 5% 0 5%;
	text-decoration : none;
}


a.navigation {
	color : White;
	background-color : transparent;
	text-decoration : none;
}

a.side_bar {
	color : Black;
	background-color : transparent;
	text-decoration : none;
}

p {
	margin-top : 0em;
	margin-bottom : 1em;
	text-align : left;
	font-family :sans-serif, Arial, "Times New Roman"  ;
	font-size : 14px;
	font-weight: normal;
	margin-left : 1em;
}
p.ContactDetails {
	text-align : left;
	font-size : 14px;
	font-family : Arial, sans-serif;
	margin-left : 0px;
	margin-right : 2px;
	font-size : 14px;
	font-weight: normal;
}
p.ContactDetailsHeader {
	text-align : left;
	font-size : 14px;
	font-family : Arial, sans-serif;
	margin-left : 0px;
	margin-right : 2px;
	color : White;
	background-color : #002c77;
	font-size : 14px;
	font-weight: normal;
}
td.menuBar {
	background : #0002FB;
	font-family : Arial, sans-serif;
	font-size : 14px;
	font-weight: bold;;
}

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

tr.navigation {
	background : #002c77;
	font-family : Arial, sans-serif;
	font-size : 14px;
	font-weight: bold;
}


td.news_bar{
background-color : transparent;
	font-family : Verdana, Arial, sans-serif;
	font-size : 14px;
	text-align : left;
	color : #0059F9; 
	vertical-align : top;
	padding : 0px 3px 0px 3px;
}
tr.news_bar{
background-color : transparent;
	font-family : Verdana, Arial, sans-serif;
	font-size : 14px;
	text-align : left;
	vertical-align : top;
	color : #0059F9; 
	padding : 0px 3px 0px 3px;
}

td.bottomTitle {
	background : #002c77;
	color : White;
	font-size : x-small;
}
tr.TableHeader {
	/*background-color : #002c77;*/
	color : White;
}
td.TableHeader {
	/*background-color : #002c77;*/
	color : White;
}
tr.bottomTitle {
	background : #002c77;
	color : White;
	font-size : x-small;
}
h1.titleBar {
	text-align : center;
	vertical-align : bottom;
	font-size : large;
	margin : 0 5% 0 10%;
	font-family : Arial, sans-serif;
	color : #e60d2e;
}
h2.titleBar{
	text-align : center;
	vertical-align : bottom;
	font-size : medium;
	margin : 0 5% 0 10%;
	font-family : Arial, sans-serif;
	color : #002c77; 
}

hr {
	color : #e60d2e;
	background-color : #e60d2e;
	border-color : #e60d2e;
	background : #e60d2e;
	}

tr{
 	font-size : 2ex;
}

tr.clear {
	background-color : transparent;
	font-size : 2ex;
}

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


h1.newsStyle {
	font-weight : bold;
	text-align : center;
	color : #002c77; 
	background-color : transparent;
}

h2.newsStyle {
	font-weight : bold;
	text-align : center;
	color : #002c77; 
	background-color : transparent;
	font-size : 16px;
}

p.newsStyle {
	text-align : center;
}

h1 {
	font-size: 19px; 
	color:  #708090;
	font-weight: 100
}
h2 {
	color : #002c77; /*Blue;*/
	font-weight : bold;
	text-align : center;
	background-color : transparent;
	vertical-align : top;
}

ul {
	margin-top : 0em;
	font-size : 14px;
	font-weight: normal;
	list-style-type : square;
}

/* header menu styles */

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

.nav li { /* all list items */
	float: left;
	position: relative;
	width: 145px;
        height: 20px;
	font-weight: bold;
        color : White;
        background-color : #002c77;
	border-color: #527CB3;
	border-style: solid;
	border-width: 1px;
}

.nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	font-weight: bold;
        color : White;
        background-color : #002c77;
	border-color: #527CB3;
	border-style: solid;
	border-width: 1px;
}

.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 : 16px;
	font-weight: bold;
        color : White;
        background-color : #002c77;
	text-decoration : none;
	width: 145px;
        height: 20px;
}

.nav a:hover {
        color: white;
        background-color: blue;
        width: 145px;
        height: 20px;
}

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

.nav #content {
	clear: left;
}


