
}
body {
	font: 100%/1.4 Tahoma, sans-serif;
	background-image: image('marble.jpg')
	padding: 0;
	color: #4da7d1;
}

* {
margin: 0;
}
html, body {
height: 100%;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px;
	color: #264B7E;
}
}

h1
 {
 color:#264B7E;
 }

h2
 {
 color:#264B7E;
 }

a img { 
	border: none;
}


a:link {
	color:#264B7E;
	text-decoration: underline;
}
a:visited {
	color: #264B7E;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
#lh-col{
    position: absolute;
    top: 50px;
    left: 70px;
    width: 1200px;
    margin: 0px 5px 5px 300px;
    padding: 0;
    height: 140px;
    z-index: 2;
  }


#c-col{
	position: absolute;
	top: 300px;
	margin: 5px 5px 5px -500px;
	width: 500px;
	padding: 0px;
	height: 140px;
	z-index: 1;
	left: 1000px;
 }


			
#rh-col{
	position: absolute;
	top: 300px;
	right: 0px;
	left: 0px;
	width: 600px;
	margin: 5px 5px 5px 1000px;
	padding: 0;
	height: inherit;
	z-index: 1;
  }

.container {
	width: 780px;
	max-width: 1260px;
	min-width: 780px;
	background: #84919a;
	margin: 0 auto; 
}
	

.header {
	background: #84919a;
	border-bottom-color: #84919a;
	border-right-width: 40px;
	border-bottom-color: #84919a;
}




.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	text-decoration: none;
	background: #84919a;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #84919a;
	color: #FFF;
}
.menu ul{    margin: 0; padding: 0;    float: left;} .menu ul li{    display: inline;} .menu ul li a{    float: left; text-decoration: none;    color: white;    padding: 10.5px 11.8px;    background-color: #9999cd; } .menu ul li a:visited{    color: white;} .menu ul li a:hover, .menu ul li .current{    color: #fff;    background-color:#0b75b2;}
