body {
	margin: 0;
	padding: 0;
	color: #c4bfbf;
	font-style:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(backgroundcenter.jpg);
	background-color: #c4bfbf;
	background-position:center;
background-repeat: no-repeat;
background-attachment: fixed;
	min-width: 800px}  

@font-face {
       font-family: 'linux_libertine_gsemibold';
    src: url('linlibertine_rz_g.eot');
    src: url('linlibertine_rz_g.eot?#iefix') format('embedded-opentype'),
         url('linlibertine_rz_g.woff') format('woff'),
         url('linlibertine_rz_g.ttf') format('truetype'),
         url('linlibertine_rz_g.svg#linux_libertine_gsemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
  

#header
{height:115px;
background-image:url(headerb.jpg);
background-repeat: repeat-x;
min-width: 800px;
}

h1 
{ 
 font-size: 22px;
 font-weight: bold;
 font-family: Verdana, Arial, sans-serif;
   color: #b90606;
   text-shadow: 4px 4px 4px #CCCCCC;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: #561010;
}

h2 
{ 
 font-size: 16px;
 font-weight: bold;
 font-family: Verdana, Arial, sans-serif;
 color: #b90606;
 text-shadow: 4px 4px 4px #CCCCCC;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: #561010;
}

strong {
	font-weight: bolder;
	color:#425d83;
}


#headerimage
{background-position:left;
padding-left:200px;
padding-top:11px;
}

#wrap	{
	width: 100%; /* Spans the width of the page */
	height: 50px; 
	margin: 0; /* Ensures there is no space between sides of the screen and the menu */
	z-index: 99; /* Makes sure that your menu remains on top of other page elements */
	position: relative; 
	background-color: #6d89b1;
	border-bottom:2px solid #b90606;
	}

.navbar	{
	height: 6px;
        padding: 0;
	margin: 0;
	position: absolute; /* Ensures that the menu doesn't affect other elements */
	border-right: 1px solid #4b6490;
	min-width:1200px;
	}
	
.navbar li 	{
			height: auto;
			
			width: 170px;  /* Each menu item is 150px wide */
			float: left;  /* This lines up the menu items horizontally */
			text-align: center;  /* All text is placed in the center of the box */
			list-style: none;  /* Removes the default styling (bullets) for the list */
			font: normal bold 12px/1.2em Arial, Verdana, Helvetica;  
			padding: 0;
			margin: 0;
			background-color: #6d89b1;
                        }
						
.navbar a	{							
		padding: 18px 0;  /* Adds a padding on the top and bottom so the text appears centered vertically */
		border-left: 1px solid #8298be; /* Creates a border in a slightly lighter shade of blue than the background.  Combined with the right border, this creates a nice effect. */
		border-right: 1px solid #617a9e; /* Creates a border in a slightly darker shade of blue than the background.  Combined with the left border, this creates a nice effect. */
		text-decoration: none;  /* Removes the default hyperlink styling. */
		color: white; /* Text color is white */
		display: block;
		}
	
.navbar li:hover, a:hover {background-color: #6d89b1;
color: #b90606
}

.navbar li ul 	{
		display: none;  /* Hides the drop-down menu */
		height: auto;									
		margin: 0; /* Aligns drop-down box underneath the menu item */
		padding: 0; /* Aligns drop-down box underneath the menu item */			
		}				

.navbar li:hover ul 	{
                        display: block; /* Displays the drop-down box when the menu item is hovered over */
                        }
						
.navbar li ul li {background-color: #6d89b1;}

.navbar li ul li a 	{
		border-left: 2px solid #b90606; 
		border-right: 2px solid #b90606; 
		border-top: 1px solid #8298be; 
		border-bottom: 1px solid #617a9e; 
		}
				
.navbar li ul li a:hover	{
	background-color: #6d89b1;
	} 	
	
#mainbody table tr td {
	color: #000;
}

#footer {
height: 30px;
bottom:0;
width:100%;
font-family:  linux_libertine_gsemibold, Verdana;
font-size:13px;
background-color:#6d89b1;
border-top:2px solid #b90606 ;
  padding: 0px 0px 0px 0px;
  position: relative;
margin-top: 5em;
	clear:both;
	}
	

#footer p {
		margin:0;
		padding:10px;
}

A.white:link {
	  text-decoration: none;
	  color: #ffffff;
	  text-shadow: black 0.1em 0.1em 0.2em;
	  }
	  
A.white:visited {
	text-decoration: none;
color: #ffffff;}

A.white:hover {
	text-decoration: none;
color: #b90606;
background-color:#6d89b1}

A.white:active {
	text-decoration: none;
color: #ffffff;}



A:link {
	  text-decoration: none;
	  color: #b90606;
	  }
	  
A:visited {
	text-decoration: none;
color: #b90606;}

A:hover {
	text-decoration: none;
color: #6d89b1;
background-color:#c4bfbf}

A:active {
	text-decoration: none;
color: #b90606;}

#mainbody {
	margin: 0;
	padding: 10px;
	color: #000000;
	font-size:14px;
	text-align:justify;
	line-height:20px;
	min-width:700px;
}
.maintable {
	
}
maintable a {
	color:#b90606;	
}
.tableheadingblue {
	color: #b90606;
}
.greyborder { vertical-align:top; 
margin-top:0; 
height:350px;
max-height:500px;
background-image:url(contentbox.png);
background-repeat:no-repeat;
background-size: 100%;
padding-top: 22px;
padding-left: 9px;

}
ol
{
	color:#b90606;
}
ol p
{color:#000;}

.box {
    background-image:url(box.png);
	background-position:center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size:contain;
background-size: 100% 100%;
    border: 2px solid #b90606; 
}