﻿html {
    overflow: scroll;
    }
* {
  font-family: Arial;
  font-size: 10pt;
  color: #003163;
}
li.VidNav
{
	margin-left: 5px;
	margin-bottom: 5px
}

body{
	background-image:url('../Userfiles/image/bgwindow.jpg')
}
#container{
	width: 800px;
	margin: 0 auto;
	background-color:white;
}
#header{
	padding-top: 5px;
	background-color:white;
	position:relative;
	height:250px;
	width:100%;
}
#footer{
	background-color:white;
	width: 790px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#content{
	width: 780px;
	margin-left:10px;
	margin-right: 10px;
	background-color: #EEE6D7;
	min-height:385px
}

img {
	border-style: solid;
	border-width: 1px;
}
img.nb{
	border-width: 0px;
	border-style:none;
}
a {
	text-decoration:none;
}

a.menuLink { font-weight:bold;font-family:arial;font-size:10pt;color:#ffffff;text-decoration:none; padding:5px}
a.menuLink:hover { color:#003163;background-color:#EEE6D7}

a.submenu{
	width:165px;
	display:block;
    font-weight : bold;
    color: #003163;
    text-align:left;
    padding-left:8px;
    padding-right: 8px;
    padding-top:6px;
    padding-bottom:6px
}
a.submenu:hover {
    color: #ffffff;
    background-color: #003163;
}
a.submenuselect{
	width:165px;
	display:block;
    font-weight : bold;
    color: #003163;
    background-color: #B99865;
    text-align:left;
    padding-left:8px;
    padding-right: 8px;
    padding-top:6px;
    padding-bottom:6px
}
a.submenuselect:hover {
    color: #ffffff;
    background-color: #003163;
}

a.bold
{
	font-weight: bold;
}

a.colour:link { COLOR: #ffffff; TEXT-DECORATION: none; font-weight: bold;}
a.colour:visited { COLOR: #ffffff; TEXT-DECORATION: none; font-weight: bold;}
a.colour:active { COLOR: #ffffff; TEXT-DECORATION: none; font-weight: bold;}
a.colour:hover { COLOR: #EEE6D7; TEXT-DECORATION: none; font-weight: bold;}

a.footer:link { COLOR: #003163; TEXT-DECORATION: none; font-size: 7pt}
a.footer:visited { COLOR: #003163; TEXT-DECORATION: none; font-size: 7pt}
a.footer:active { COLOR: #003163; TEXT-DECORATION: none; font-size: 7pt}
a.footer:hover { COLOR: #B99865; TEXT-DECORATION: none; font-size: 7pt}


a.text:link { COLOR: #003163; TEXT-DECORATION: none; }
a.text:visited { COLOR: #003163; TEXT-DECORATION: none; }
a.text:active { COLOR: #003163; TEXT-DECORATION: none; }
a.text:hover { COLOR: #B99865; TEXT-DECORATION: none; }

a.textbig:link { COLOR: #003163; TEXT-DECORATION: none; font-size: 12pt}
a.textbig:visited { COLOR: #003163; TEXT-DECORATION: none; font-size: 12pt}
a.textbig:active { COLOR: #003163; TEXT-DECORATION: none; font-size: 12pt}
a.textbig:hover { COLOR: #B99865; TEXT-DECORATION: none; font-size: 12pt}

h1 { font-size: 14pt;}
h2 { font-size: 7pt;}
h3 { font-size: 12pt;}

p { margin-bottom : 20px; line-height: 150%;}

p.hilite{ 
  font-size: 10pt; color:#B99865; 
  font-weight: bold;
  font-style:italic
}
td.FooterCell{ width:185px; text-align:center; background-color: #003163; height:25px;}

