body{
	background-color:#fff;
	color:#000;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	background:url(../images/gradient_body.jpg) repeat-x scroll center top #fff;
}
a{
	outline:none;
	text-decoration:none;
	color:#0066cc;
}
a:hover{
	text-decoration:underline;
}
h1{
	position:absolute;
	top:12px;
}
h2{
	background-color:#eaeaea;
	padding:5px;
	text-align:center;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}
h3{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	background-color:#000;
	color:#fff;
	padding:0px 0px 0px 10px;
}
h4{
	font-size:14px;
	font-weight:bold;
	padding:0px 0px 0px 10px;
	margin-bottom:2px;
	color:#0066cc;
}
/*--wrapper--*/
.wrapper{
	clear:both;
	height:100%;
	margin:0 auto;
	min-width:960px;
	position:relative;
	text-align:left;
	width:960px;
}
.clear{
	clear:both;
	display:block;
	font-size:0px;
	height:0px;
	line-height:0;
	width:100%;
	margin:0px;
}
/*--header--*/
#header{
	height:60px;
	position:relative;
	background:url(../images/header.jpg) no-repeat scroll center top transparent;
	border-bottom:1px solid #ccc;
}
/*--content--*/
#content{
	width:940px;
	margin: 0 auto;
}
/*--box--*/
.box{
	border:1px solid #ccc;
	background-color:#eaeaea;
	clear:both;
}
.box p{
	padding:0px 0px 0px 10px;
	margin-bottom:5px;
}
/*--footer--*/
#footer{
	width:960px;
	margin: 0 auto;
	position:relative;
	margin-top:20px;
	margin-bottom:20px;
	border-top:2px solid #000;
}
#footer p.left{
	float:left;
	text-align:left;
	padding-top:2px;
	margin-left:5px;
	color:#000;
}
#footer p.right{
	text-align:right;
	padding-top:2px;
	margin-right:5px;
	color:#000;
}
/*--form--*/
form .username {
	display:none;
}
form select {
	width:223px;
	margin-bottom:10px;
}
form input {
	width:220px;
	margin-bottom:10px;
}
form textarea{
	margin-bottom:10px;
}
/*--menu--*/
#menu{

}
.lavaLampBottomStyle {
	position:absolute;
	right:0px;
	top:12px;
	height: 27px;
	padding: 5px;
	overflow: hidden;
	cursor:pointer;
	background:url(../images/opacity_black.png) repeat scroll center top transparent;
}
.lavaLampBottomStyle li {
	float: left;
	list-style: none;
	margin-right: 15px;
}
.lavaLampBottomStyle li.lastli {	
	margin-right: 0px;
}
.lavaLampBottomStyle li.current {
	border-bottom: 4px solid #fff;
	height: 22px;
	z-index: 8;
}
.lavaLampBottomStyle li a {
	font: bold 14px arial;
	text-decoration: none;
	color: #ffffff;
	outline: none;
	text-align: center;
	top: 5px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 0;
}
.lavaLampBottomStyle li a:hover {
	border-bottom: 4px solid #0066cc;
	height: 17px;
	z-index: 8;
}                     