a:visited
	{
	color: #00f;
	}

body
	{
	background-color: #899bff;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	}
#header
	{
	width: 1024px;
	margin: 0px auto;
	min-height: 28px; /*Predefine height for image*/
	background-color: #ffffff;
	background-image: url('http://www.illinoisbenefits.com/images/headpad.png');
	height: 127px;
	}
#headleft
	{
	width: 290px;
	min-height: 28px; /*Predefine height for image*/
	position: relative;
	left: 0px;
	float: left;
	}
#headright
	{
	width: 723px;
	min-height: 28px; /*Predefine height for image*/
	float: right;
	position: relative;
	right: 0px;
	top: 40px;	
	}
#container
	{
	width: 1014px;
	margin: 0px auto;
	background-color: #fff;
	min-height: 500px;
	padding: 5px;
	text-align: justify;
	}
#leftcol	
	{
	width: 704px;
	float: left;
	}
#rightcol
	{
	width: 300px;
	float: right;
	}
#fullscreen
	{
	width: 1004px;
	}
#footer
	{
	width: 1024px;
	margin: 0px auto;
	background-color: #036;
	min-height: 30px;
	color: #fff;
	background-image: url('http://www.illinoisbenefits.com/images/footerbar.png');
	}
#footer a
	{
	text-decoration: none;
	color: #fff;
	}
#footer a:hover
	{
	text-decoration: underline;
	}
.rightfull
	{
	background-image: url('http://www.illinoisbenefits.com/images/rightfull.png');
	}
.imgreplace
	{
	display: none;
	}
.menu
	{
	width: 120px;
	height: 30px;
	text-align: center;
	background-image: url('http://www.illinoisbenefits.com/images/menubar2.png');
	float: left;
	text-decoration: none;
	color: #009;
	line-height: 30px;
	}
.menucta
	{
	width: 120px;
	height: 30px;
	text-align: center;
	background-image: url('http://www.illinoisbenefits.com/images/menubarcta.png');
	float: left;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	line-height: 30px;
	}
.menucta:hover
	{
	background-image: url('http://www.illinoisbenefits.com/images/menuhovercta.png');
	}
.menu:hover
	{
	background-image: url('http://www.illinoisbenefits.com/images/menuhover2.png');
	}
.menubar
	{
	width: 480px;
	margin: 0px auto;
	height: 30px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	}
h1,h2,h3,h4,h5,h6
	{
	margin: 0px;
	padding: 0px;
	}
h1
	{
	text-shadow: #555555 1px 1px 1px;
	font-size: 1.4em;
	}

.ctaleft
	{
	color: #fff;
	width: 300px;
	height: 150px;
	background: url('http://www.illinoisbenefits.com/images/yellowbox.png') no-repeat;
	}
.ctamid
	{
	color: #000;
	width: 300px;
	height: 150px;
	background: url('http://www.illinoisbenefits.com/images/greenbox.png') no-repeat;
	}
.ctaright
	{
	color: #fff;
	width: 300px;
	height: 150px;
	background: url('http://www.illinoisbenefits.com/images/bluebox.png') no-repeat;
	}			
.fleft
	{
	float: left;
	}
.fright
	{
	float: right;
	}
.form
	{
	background-color: #accdff;
	border: 1px solid #5669cc;
	}
.form input[type='text']
	{
	width: 400px;
	}
.clear
	{
	clear: both;
	}
