﻿html 
{background-image:url(../images/images/headingbackground.png);
	background-repeat: repeat-x;
	background-color:#FFFFFF ;
	}

body {
margin:0;

}

.index4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

p
{
	text-align:left;
	font:normal 12px Arial, Helvetica, sans-serif;
	
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:#000000;
	text-align:left;
	/*:#000000 20px -12px 2px;*/
}


#image_column {
	background: url(images/images/layout2_03.jpg);
	background-repeat:repeat-y;
}

#grey_bar {
position: relative;
overflow: hidden;
width: 970px;
height: 32px;
background-image: url(../images/gray_nav_home.jpg);
background-repeat: repeat-x;
background-color: #959595;
z-index: 900;	
}

#horizontal_menu {
display: block;
position: relative;
width: 420px;
height: 32px;
overflow: hidden;
margin-bottom: 0;
text-align: left;
background-image: url(../images/gray_nav_home.jpg);
background-repeat: repeat-x;
background-color: #959595;
font-size: 100%;
font-weight: bold;
z-index: 1000;
}

#horizontal_menu ul {
position: relative;
list-style: none;
margin: 0;
padding: 0;
padding-top: 8px;
z-index: 1000;
}

#horizontal_menu li {
display: inline;
color: #3b3b3b;
z-index: 1000;
}

#horizontal_menu a:link, #horizontal_menu a:visited {
padding: 8px 10px 8px 10px;
color: #3b3b3b;
text-decoration: none;
z-index: 1000;
}

#horizontal_menu a:hover, #horizontal_menu a:active, #horizontal_menu a:focus {
color: #3b3b3b;
background-image: url(../images/gray_nav_home_hover.jpg);
background-position: left bottom;
background-repeat: repeat-x;
height: 32px;
z-index: 1000;
}

#horizontal_menu .egSelected  {
color: #397cff;
background-image: url(../images/gray_nav_home_selected.jpg);
background-position: left bottom;
background-repeat: repeat-x;
z-index: 1000;
}

.clear {
clear: both;
}

.style1 {font-size: 10px}