@charset "utf-8";
/* CSS Document */

BODY {
      background-color: #010066;
      background-image: url(images/bg.jpg);
      background-repeat: repeat-x; 
	  font-family: Arial, Helvetica, sans-serif;	
	  line-height: 1.4;
}

#txt {
  border:none;
  font-family:verdana;
  font-size:16pt;
  font-weight:bold;
  color: #00E302;
  border-right-color:#FFFFFF;
  margin-left: 220px;
  margin-top: 82px;
}



#logo{
	background-image:url(images/iclogo_small.jpg);
	background-repeat: no-repeat;
	width: 100px;
	height: 82px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#container{
	width: 767px;
	height: 100%;
	background-color: #FFF;
	margin-top: 55px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 55px;
	padding-bottom: 20px;
    border: 1px black solid;
	
}

#sticky{
	background-image: url(images/sticky.png);
	width: 239px;
	height: 271px;
	background-repeat: no-repeat;
	float: left;
}

#contactform{
	border: none;
	margin-top: 20px;
	width: 300px;
	height: 130px;
}

#infofields{
	border: none;
	width: 300px;
	height: 60px;
}

#testibox{
	background-color: #E9EFED;
	width: 600px;
	padding: 25px;
	clear: both;
	height: 100%;
	border: 1px solid #CCC;
}

#register a:visited{
	background-image:url(images/register.gif);
	background-repeat: no-repeat;
	width: 156px;
	height: 106px;
	display: block;
}

#register a:link{
	background-image:url(images/register.gif);
	background-repeat: no-repeat;
	display: block;
	width: 156px;
	height: 106px;
}

#register a:hover{
	background-image: url(images/register_h.gif);
	background-repeat: no-repeat;
	width: 156px;
	height: 106px;
	display: block;	
}

#register a:active{
	background-image: url(images/register_h.gif);
	background-repeat: no-repeat;
	width: 156px;
	height: 106px;
	display: block;	
}



#cards{
	background-image: url(images/cards.jpg);
	width: 189px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 10px;
}

#formstyle{
	width: 216px;
	height: 22px;
	margin-bottom: 20px;
	margin-top: 2px;
	border: 1px solid #b1b8cb;
	background-image: url(images/formbg.jpg);
	background-repeat: repeat-x;
}

.miniform{
	width: 188px;
	height: 20px;
	margin-bottom: 20px;
	margin-top: 2px;
	float: left;
	border: 1px solid #b1b8cb;
	background-image: url(images/formbg.jpg);
	background-repeat: repeat-x;	
	margin-left: 10px;
}

ul{
	list-style-image: url(images/bullet.png);
}

.regulargrey{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #242424;
	width: 640px;
	text-align: left;

}

.regulargrey2{
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #646363;
	text-align: left;
	float: left;
	margin-top: 5px;
}

.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	width: 670px;
	text-align: left;
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}


.yellowhighlight{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	background-color: #FF0;
	width: 180px;
	font-weight: bold;
}


.blue{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #10116e;
	float: left;
	margin-top: 5px;
}

.giantblue{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #000265;
	margin-top: 25px;
	text-align: center;
}

.giantblue2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000265;
}

.giantlightblue{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #2122d4;
	margin-top: 25px;
	margin-left: 7px;
	float: left;
}


a.button {
    background: transparent url(images/bg_button_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	float: right;
}

a.button span {
    background: transparent url(images/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
	float: right;
} 


a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
	float: right;
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
	float: right;
} 
