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

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-top: 0px;
	background-image: url(images/bg_cloud.jpg);
	margin-left:0px;
	color: #333333;
}

#bgimage {
	width:1000px;
min-height:650px;
height:650px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	
}



#container #maincontent {
	margin-top: 20px;
	width: 660px;

}


#container {
width:950px;
	margin-left:50px;
	

}







#container #leftpanel {
	width: 660px;
	height:480px;
	overflow: auto;
}

#bgimage #container #topbar img  {
	float:left;
}

#bgimage #container #topbar  {
	padding-top:8px;
	margin-top:8px;
	height:80px;

}





#container #rightpanel {
	width: 180px;
	float:right;
}



#bgimage #container #thecontent {
	width: 890px;
}

#bgimage #container #thecontent h1 {
	font-size: 1.3em;
	color: #96BF01;
	margin-bottom:0px;
		padding-bottom:0px;
}

#bgimage #container #thecontent a:link {
	color: green;
}

#bgimage #container #thecontent a:hover {
	color: #666666;
}

#bgimage #container #thecontent h2 {
	font-size: 1.1em;
	font-weight:bold;
	color: #96BF01;
	margin-bottom:0px;
		padding-bottom:0px;
}

#bgimage #container #thecontent h3 {
	font-size: small;
	color: #96BF01;
	margin-bottom:0px;
		padding-bottom:0px;
}

.rightimg {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #C8D2DC;
}

.leftimg {
	float: left;
	margin-right: 21px;
	margin-bottom: 10px;

}

.rightimgnoborder {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;

}
#bgimage #container #thecontent #rightpanel img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.imgnoborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.smalltext {
	font-size: x-small;
}
#thecontent li {
	list-style-type: disc;
}

