body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background: white;
	margin: 15px 0px 15px 0px;
	background-color:#CCCCCC

}

strong {
	font-weight: bold;
}	

h1 {
	color: #0B104A;
	font-weight: bold;
	font-size: 17px;
}

h2 {
	color: #0B104A;
	font-weight: bold;
	font-size: 14px;
}

h3 {
	color:#333333;
	font-weight: bold;
	font-size: 12px;
}

img.l {
	float:left;
	margin:0px 20px 6px 0px;

}
img.r {
	float:right;
	margin:0px 0px 6px 20px
}

#Container {
	width:787px; /* Right and left margin widths set to auto */
	text-align:left; /* Counteract to IE5/Win Hack */
	margin: 0px auto 0px auto;
	background-color:#FFFFFF;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(images/margin-bg.gif);
	background-repeat:repeat-y;
}

#header {background-color:#EAC05C;}


#nav {
	height:20px;
	color: #0B104A;
	background-color: #EAC05C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	
 }
#nav ul {
	list-style:none;
	margin-right: 20px;
}
#nav ul li {
	float:right;
	margin-left: 60px;
}
#nav a:link {
	color: #0B104A;
	text-decoration:none;
}
#nav a:visited {
	color: #0B104A;
	text-decoration:none;
}
#nav a:hover {
	color:#0000CC;
	text-decoration:none;
}

#left {
	width: 150px;
	margin: 20px 12px;
	float: left;
	color:#000066;
	font-size: 10px;
}

#left ul li{margin-left:-12px;} 
	
#text {
	width: 570px;
	float: right;
	margin: 20px 10px;

}

#footer {
	background-color: #EAC461;
	text-align: center;
	width: 775px;
	padding: 6px;
	clear:both;

}
