body { 
behavior:url("csshover.htc"); 
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}


#menu {
	width: 211px; /* set width of menu */
	background: #eee;
	
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font:14px/16px arial, helvetica, sans-serif;
text-align:center;
display: block;
border-width: 1px;
border-style: solid;
border-color: #fff #fff #fff #fff;
margin: 0;
padding: 5px 3px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #fff;
background: #6796CE;
text-decoration: none;
}

#menu a:hover {
	color: #005BAB;
	background: #DFE5F5;
}
/* pop out menu pop out menu  pop out menu  pop out menu  pop out menu  pop out menu  pop out menu  pop out menu   */


#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

/* Hiding and Revealing using :hover Hiding and Revealing using :hover Hiding and Revealing using :hover    */


div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}


/* IE fix IE fix  IE fix  IE fix  IE fix  IE fix  IE fix  IE fix  IE fix  IE fix IE fix  IE fix  IE fix     */

[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc); /* call hover behaviour file */
font-size: 100%; /* enable IE to resize em fonts */
} 
#menu ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}
#menu ul li a {
height: 1%; /* make links honour display: block; properly */
} 


#menu a, #menu h2 {
font: 0.7em/1.4em arial, helvetica, sans-serif; 
/* if required use em's for IE as it won't resize pixels */
} 
</style>

<![endif]h1 {
	font-family: 14px/16px Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: italic;
	font-weight: normal;
	color: #97C7EB;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #6796CE;
	font-weight: normal;
	padding: 0px 20px 0px 20px;
}
.body_text, .body_text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	padding: 0px 0px 0px 20px;
	text-align: left;
	text-decoration:none;
}
.body_text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	padding: 0px 0px 0px 0px;
	text-align: left;
	text-decoration:none;
}
.body_text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}


.botum_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #DFE5F5;
}

.caps {
	text-transform: capitalize;
}

.picture {
	align: right;
	padding-left: 20px;
	padding-bottom: 10px;
	position: static;
}
 
 .video_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	padding: 0px 0px 0px 0px;
	text-align: right;
}
	
	
	.body_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-align: left;
	}

	.bottom_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-align: right;
	text-decoration: none;
	}
