/* CSS Document */html,body{	background-color: #666767;	margin: 0px;	background-image: url(images/bg_texture.gif);	height: 100%;
	text-align: center;}#shell{	background-image: url(images/bg_lines.gif);	background-repeat: repeat-y;	height: 100%;	
	width:  744px;
	margin-left:  auto;
	margin-right:  auto;
	padding:  0px;
	text-align: left;}
#innershell{
	background-image: url(images/bg_top.gif);	background-repeat: no-repeat;
	background-position: top;
	width:  744px;
	height:  100%;
}
#flash{
	margin:  0 53px;
}#container{
	margin:  0 53px;
	background-image:  url(images/home_bg.gif);
	height:  100%;
}
#innercontainer{
	background-image:  url(images/home_head_bg.jpg);
	background-repeat:  no-repeat;
	background-position:  top;
	height:  100%;
}
#contentholder{
	width: 410px;
	float:  right; 
	margin-top: 210px;
	margin-right:  40px;
}
h1,h2{
	visibility: hidden;
	position: absolute;
}
.accent{
	color:  #FFF;
	font-weight: bold;
}
.button{
	float:  right;
}
.divider{
	background-image: url(images/divider.gif);
	background-repeat: repeat-x;
	background-position: top;
	height:  2px;
	margin:  8px 0;
	clear:  both;
}
#website{
	background-image:  url(images/website.gif);
	background-repeat:  no-repeat;
	background-position: top left;
	padding-top:  15px;
	font-family: arial, helvetica, sans-serif;
	font-size:  11px;
	color:  #AAA;
}
#brochure{
	background-image:  url(images/brochure.gif);
	background-repeat:  no-repeat;
	background-position: top left;
	padding-top:  15px;
	font-family: arial, helvetica, sans-serif;
	font-size:  11px;
	color:  #AAA;
}
#login{
	width:  300px;
	background-image:  url(images/login.gif);
	background-repeat:  no-repeat;
	background-position: top left;
	padding-top:  15px;
	font-family: arial, helvetica, sans-serif;
	font-size:  11px;
	color:  #AAA;
}
a:link{
	text-decoration: none;
	color:  #CCC;
}
a:visited{
	text-decoration: none;
	color:  #CCC;
}
a:hover{
	text-decoration: none;
	color:  #FFF;
}
.input{
	width:  100px;
	font-family: arial, helvetica, sans-serif;
	font-size:  10px;
	border:  1px solid #333;
	background-color: #5B5B5F;
}
.formfields{
	float: left;
	margin-right:  20px;
	margin-bottom:  10px;
}
#copyright{
	font-family:  arial, helvetica, san-serif;
	font-size: 10px;
	
}
#i2x{
	float: right;
	margin-top:  30px;
}

