/* CSS Document */

body {
	
	background:url(images/bodybg.jpg) repeat-x top #000000;
	text-align: center;
}


/* div layers */

#container {
	width: 820px;
	height: auto;
	background-color: #FFFFFF;
	font-family: "Arial";
	font-size: 11px;
	color:#666666;
}

#logo {
	width: 820px;
	height: 90px;	
}

#banner {	
	width: 820px;
	height: 250px;	
}

#text {
	width: 810px;
	height: auto;	
	text-align: justify
}

#left_side {
	float: left;
	width: 400px;
	height: auto;
}

#right_side {
	float: right;
	width: 400px;
	height: auto;
}

#regn_msg {
	background-color: #FFFFCC;
	width: auto;
	height: 30px;
	visibility: hidden;
	color: #CC3300;	
}

#message {
	position: absolute;
	background-color: #FFFFCC;
	width: 320px;
	height: 40px;
	color: #CC3300;
	left: 715px;
	top: 85px;
	visibility: hidden;
}

#change_password {
	position: absolute;
	width: 224px;
	height: 167px;
	left: 815px;
	top: 130px;
	text-align: left;
	visibility: hidden;
}

/* text styles */

.style1 {
	font-family: "Arial";
	color: #666666;
	font-size: 11px;
}

.style2 {
	color: #CC3300;
}


/* roll over styles */

a:link {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #3399CC;
}
a:visited {
	text-decoration: none;
}
