/* Layout Stylesheet */ 

body{
	 margin: 		15px;
	 padding:		0px;
	 background:	#B4CFE5;
	 color: 		#000000;
	 background-image: url('images/background.gif');
	 background-repeat: repeat-x;
	 min-width: 800px;
}

p{color: 		#045AAA;}

h1{
 font-size: 	24px;
 color:			02498A;


 font-weight:	bold;
 text-align: 	center;
}
 
h2{
 font-size: 	18px;
 color:			02498A;
 font-weight:	bold;
 text-align: 	left;
 margin-bottom: -15px;

}

h3{
 color:			02498A;
 font-weight:	bold;
 text-align:	left;
 margin-bottom: -15px;
 
}

h4{
 font-size: 	12px;
 color:			02498A;
 font-weight:	bold;
 text-decoration:underline;
 margin-bottom: 0;
}

table{
width:99%;
text-align: center;
}

iframe{
margin-left:70px;
margin-bottom:50px;
}

/*Left hand Column */
#lh-col{
	float: left;
	width: 		195px;
	background: 	#D9E4EC;
	color: 		#333333;
	margin: 		0px;
	padding: 		0px;
	padding-top:10px;
	text-align: 	center;
	border: 	1px solid #000000;
	background-image: url('images/body.gif');
	background-repeat: repeat-x;
	Line-Height:	1.3;
	/*Top Right Bottom Left*/
	z-index: 1;
}

#lh-col a{
	padding-top: 2px;
	font-family:arial black;
	margin: 5px;
	text-align: 	center;
	display: block;
}

#lh-col a:link{
 color:			#02498A;

}

#lh-col a:visited{
 color:			grey;

}
#lh-col a:active{
 color:			red;
}
#lh-col a:hover{
color:			#02498A;
background:	#F2F6F9;
}

.lhTitle{
margin-top:	25px;
margin-left: 0px;
margin-right: 3px;
margin-bottom: 0px;
text-align: center;
font-family: Tahoma;
}

#lh-col p{
margin-left: 3px;
margin-right: 3px;
font-family: Tahoma;
}
/*Header  Column */

#address{
float: right;
padding-top: 5px;
font-family: verdana;
font-weight: bold;
margin-right:10px;

}

/*Header  Column */
#hdr{
 height:		85px;
 margin-bottom: 20px;
 background:	#D9E4EC;
 min-width: 600px;
 	border: 	1px solid #000000;
	background-image: url('images/body.gif');
	background-repeat: repeat-x;
	padding:0px;
	display: block;
}

#hdr img{
position:absolute;
top:15px;
left: 20px;
}

/*Right Hand  Column */
#rh-col{
	display: block;
	margin-top: 		14px;
 margin-left:205px;
 background: 	#D9E4EC;
 color: 		#045AAA;
 font-family: 	verdana;
 text-align: 	left;
 Line-Height:	1.3;
 min-width: 600px;
 border: 	1px solid #000000;
 background-image: url('images/body.gif');
 background-repeat: repeat-x;
 padding:0px;
 padding-top:10px;
 z-index: 5;
}
 #rh-col p, table{
padding-left:60px;
padding-right:60px;
}
 #rh-col ul, ol{
padding-left:80px;
padding-right: 80px;
}
 #rh-col h1, h2, h3, h4{
padding-left:40px;
padding-right:40px;
 }


#rh-col a:link{
 color:			#02498A;

}

#rh-col A:visited{
 color:			grey;

}
#rh-col A:active{
 color:			red;
}
#rh-col A:hover{
color:			#02498A;
background:	#F2F6F9;

}

#rh-col img{
background-color: black;
padding: 2px;
margin: 15px;
border: solid white 2px;
display: block;
outline:solid black 1px;
margin-left:auto;
margin-right:auto;
}
#.spacer{
background-color: black;
padding: 0px;
margin: 0px;
}
