/* CSS Document */
<!--
/* Main Style */
body{
	padding: 20px;
	background-image: url(../image/bk.jpg);
	font: 76% Verdana,Arial,sans-serif;
	margin-top: 0px;
}
div.divleft{
	width: 15%;
	background: #F0F0E7;
	margin-bottom: 20px;
	margin-right: 20px;
	float: left;
}
div.divright{
	width: 20%;
	background: #F0F0E7;
	margin-bottom: 20px;
	margin-left: 20px;
	float: right;
}
div.affiliates{
	text-align: center
}
div.content{
	width: 60%;
	float: left;
	height: 150px
}
#p2:hover{
	color:#666666;
}
div.div{
	width: 80%;
	margin-left: 20px;
	margin-top: 20px;
	background-color:#0099CC;
	text-align: center;
}
div.logo12 {
	background-image: url(../image/logo.jpg);
	width: 400px;
	height: 100px;
	text-align: center;
}
div.diviv {
	text-align: center;
	margin-left:100px;
}
div.div:hover{
	width: 80%;
	margin-left: 20px;
	margin-top: 20px;
	color: #FF0000
}
div.contentin{
	width: 100%;
	float: left;
	background-color:#F0F0E7
}
div.contentin2{
	width: 100%;
	float: left;
	background-color: #F0F0E7;
	text-align: center;
	color: #0A9DCE
}
div.contentin2:hover{
	width: 100%;
	float: left;
	background-color: #F0F0E7;
	text-align: center;
	color: #00BFFF
}
h3{
	font-size: 100%;
	margin:0;
	padding: 0 0 3px;
	background-image:url(../image/image1.jpg);
	color: #FFFFFF;
	text-align: center
}
h3:hover{
	background-image:url(../image/image2.jpg);
	color: #FFFFFF;
}
p{
	margin:0;
	padding: 5px 10px;
	line-height: 1.3;
	text-align: justify
}
div.header{
	width: 100%;
	background: #F0F0E7;
	margin-bottom: 40px
}
div.innerheader{
	width: 70%;
	background: #F0F0E7;
}
div.topheader{
	width: 50%;
	background: #F0F0E7;
	float: right
}
div.topheader2{
	width: 50%;
	background: #F0F0E7;
	float: right
}
/* Links And Text */
.style1 {
	color: #666666;
	font-style: italic;
}
a:link {
	color: #0099CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099CC;
}
a:hover {
	text-decoration: underline;
	color: #9E9E9E;
}
a:active {
	text-decoration: none;
	color: #8D8D8D;
	
}
/* Shoutbox */
input {
	width: 120px;
}
iframe {
	border: 1px solid #000000;
	margin: 1px;
	height: 150px;
	width: 120px;
	font-size: 10px;
}
-->

hr{color: #666;background-color: #666;height: 1px;border: 0;}
