html {
	height:100.1%;
	overflow-y: auto;
	overflow-x: hidden;
}
body {
	font: 70%/140% Verdana, Helvetica, sans-serif;
	tmargin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
hr {
	display: none;
}
h1 {
	font-size: 14px;
	font-style: italic;
	padding-left: 10px;
	line-height: normal;
}
/* wrapper */
	#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

/* header */
	div.header {
	width:900;
	height: 216px;
}
	div.animation {
	padding-top:15px;
	margin-left:5%;
	margin-right:5%;	
}
	div.menutop {
	margin-top: 5px;
	margin-left:5%;
	margin-right:5%;	
}	
	div.menutop a {
	color: #FFFFFF;
}
	div.menutop a:hover {
 	color:  #00FF00;
}
	div.menutop .active {
	color: #FFFF00;
}	
/* Layout */
/* main column */
	#main {
	float:left;
	width: 556px;
	margin-left:5%;
}	
	div.mainbox {
	background-color:#FFFFFF;
	margin-top:5px;
	float: left;
}
	div.mainbox p {
	text-align: left;
	font-size: 12px;
	line-height: normal;
	padding-left: 10px;
	padding-right: 10px;
}
	div.mainbox1 {
	background-color:#FFFFFF;
	margin-top:1px;
	float: left;
}
	div.mainbox1 p {
	text-align: left;
	font-size: 12px;
	line-height: normal;
	padding-left: 10px;
	padding-right: 10px;
}
	
/* rightbar */
	#rightbox {
	padding:0;
	float: right;
	margin-top:5px;
	width: 344px;
}
	#rightbox p {
	padding-left:10px;
	line-height:normal;
}
	div.topbar {
	background-color: #CCCCCC;
	color: #FFFFFF;
	margin-bottom:5px;
}
	div.rightbar_box {
	margin-top:1px;
	width: 344px;
	background-color:#CCCCCC;
}
	div.title {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	border-bottom: solid thin #666666;
}
	div.rightbar_box h3 {
	text-align: left;
	background-color: #CCCCCC;
	padding-left: 10px;
	font-size: 12px;
	color: #003366;
	border-bottom: solid 1px  #666666;
}


/* end rightbar */
/* Footer */
#footer {
	clear: both;
	padding: 2px;
	margin-top: 15px;
	border-top: 1px solid #cccccc;
}
#footer p {
	text-align: left;
	font-size: 10px;
	color: #cccccc;
}
#menubott {
	text-align: center;
	list-style:none;
	margin-top:2px;
	margin-bottom: 3px;
}
#menubott h4 {
	font-size: 12px;
	color: #CCCCCC;
}
#menubott li {
	color: #cccccc;
 	list-style: none;
	border-left: 1px solid #cccccc;
 	display: inline;
}
#menubott a {
	color: #cccccc;
	padding:5px; 
 	text-align:center;
 	letter-spacing:-1px;
 	font-weight: bold;
}
#menubott a:hover {
	color: #ff0000;
}
#menubott .active {
	color:#FF0000;
}