html, BODY
{
	margin:0;
	padding:0;
	height:100%;    	
	BACKGROUND: url(images/background.jpg) #ffffff repeat-x;
    	text-align: center;
	color: #7e7e7e;
	font-size: 17px;
	font-family: "Lucida Grande", Arial, sans-serif;
}
#container
{
	position:relative;
	width:750px;
	background:#ffffff;
	min-height:97%;
	TEXT-ALIGN: left;
    	margin: 0 auto 0 auto;
	height:auto !important; /* real browsers */
	height: 97%; /* IE6: treaded as min-height*/
}

#logogroup
{	
	float: left;
}	
#logo
{	
	width: 161px;
	height: 89px;
	background: url(images/logo.jpg) no-repeat top ;
	border: none;
	margin: 45px 0px 45px 45px;
}
#logo_2
{
	width: 161px;
	height: 120px;
	background: url(images/logo.jpg) no-repeat center;
	padding: 25px 0 45px 45px;
}
H1
{
	color: #717171;
	font-family: Arial, sans-serif;
	font-size: 25px;
	font-weight: bold;
	padding: 0 0 0 25px;
	
}
.welcometext
{
	color: #7e7e7e;
	font-size: 17px;
	font-weight: bold;
	width: 320px;
	padding: 0 0 0 25px;
}
#mainimage
{	
	width: 317px;
	height: 266px;
	background: url(images/mainimage.jpg) no-repeat top ;
	border: none;
	margin: 30px 30px 0px 0px;
	float: right;
}
.clear
{
	clear: both;
}
#form
{
	color: #7e7e7e;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 0 23px;
}
.myinput
{	border-color: e1f2f9;
    	COLOR: #7e7e7e;
    	
}
#footer
{
	position:absolute;
	bottom:0; 
	padding: 4px 4px 4px 4px;
	font-size: 12px;
		
}
.usermessage
{
	color: #7e7e7e;
	font-size: 17px;
	padding: 0 25px 0 25px;
}
A
{
	color: #7e7e7e;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 17px;
	text-decoration: underline;
	
}
A:hover
{
	color: #0098d2;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 17px;
	text-decoration: underline;
	
}
.info
{
	text-align: center;
}
H2
{
	color: #717171;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 0 30px 10px 30px;
}
.button
{
    BORDER: #333333 1px solid;
    FONT-WEIGHT: bolder;
    FONT-SIZE: 9pt;
    WIDTH: 40pt;
    COLOR: #ffffff;
    FONT-STYLE: normal;
    FONT-FAMILY: "Lucida Grande", Arial, sans-serif;
    HEIGHT: 15pt;
    BACKGROUND-COLOR: #0b94d6;
}
H2 a
{
	color: #0098d2;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	
}
H2 a:hover
{
	color: #0098d2;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	
}
.clear
{
	clear: both;
}
.button2
{
    BORDER: #333333 1px solid;
    FONT-WEIGHT: bolder;
    FONT-SIZE: 9pt;
    WIDTH: 100pt;
    COLOR: #ffffff;
    FONT-STYLE: normal;
    FONT-FAMILY: "Lucida Grande", Arial, sans-serif;
    HEIGHT: 15pt;
    BACKGROUND-COLOR: #0b94d6;
}

