html {
	background-color: #2DA41D;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #2DA41D;
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, Arial;
	font-size: 16px;
}

form {
	display: inline;
}

input,select,textarea {
	font-family: Tahoma, Geneva, Arial;
	font-size: 16px;
}

a {
	text-decoration: none;
	color: #666666;
	border-bottom: 1px dotted #666666;
}

a:hover {
	color: #444444;
	border-bottom: 1px solid #444444;
}

h1 {
	margin-top: 0px;
}

table {
	width: 100%;
	border: 1px solid #DDD;
}

thead {
	background-color: #DDD;
}

td {
	padding: 0px;
	margin: 0px;
}

.nopc {
	display: none;
}

.cd {
	float: none ! important;
	clear: both ! important;
	height: 1px ! important;
	border: 0 ! important;
	padding: 0 ! important;
	border-radius: 6px ! important;
	-moz-border-radius: 6px ! important;
	-webkit-border-radius: 6px ! important;
}

.imglink {
	border: none ! important;
}

.hilime {
	background-color: #FFFFFF;
}

.input {
	width: 220px;
	background-color: #FFFFFF;
	color: #000000 ! important;
	text-decoration: none ! important;
	border: 2px solid #8BC384 ! important;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.submit {
	background-image: url(../img/button_bg.png);
	background-repeat: repeat-x;
	border: 1px solid #47c836 ! important;
	color: #000000 ! important;
	text-decoration: none ! important;
	padding: 4px 12px 4px 12px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.submit:hover {
	background-image: url(../img/button_bg2.png);
	cursor: pointer;
}

#main {
	margin: auto;
	width: 852px;
	min-height: 600px;
}

#main .heading {
	padding: 85px 0px 0px 40px;
	height: 90px;
	background-image: url(../img/main_bg.jpg);
	background-repeat: no-repeat;
}

#navigation {
	display: block;
	float: left;
	color: #FFF;
	background-image: url(../img/button2_bg.png);
	border: 1px solid #7DBBDE;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	user-select:none;
	-moz-user-select:none;
	-khtml-user-select: none;
	
	margin-bottom: 40px;
}

#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navigation li {
	float: left;
	font-size: 16px;
	padding: 8px 20px 0px 20px;
	height: 27px;
	border-right: 1px solid #74B5DC;
}

#navigation li:hover {
	background-image: url(../img/button2_bg2.png);
	cursor: pointer;
}

#navigation .first {
	border-bottom-left-radius: 9px;
	border-top-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-webkit-border-top-left-radius: 9px;
}

#navigation .last {
	border-right-style: none ! important;
	border-bottom-right-radius: 9px;
	border-top-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	-moz-border-radius-topright: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-webkit-border-top-right-radius: 9px;
}

#main .content {
	background-image: url(../img/main_lr.png);
	background-repeat: repeat-y;
	min-height: 150px;
	padding: 0px 40px 0px 40px;
}

#main .bottom {
	height: 40px;
	background-image: url(../img/main_bottom.png);
	background-repeat: no-repeat;
}

#main .copyright {
	text-align: center;
	padding: 5px 0px 0px 180px;
}

#bottomnavigation {
	display: block;
	float: left;
	color: #FFF;
	background-image: url(../img/button_bg.png);
	border: 1px solid #99D0EA;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	user-select:none;
	-moz-user-select:none;
	-khtml-user-select: none;
	
	margin-bottom: 40px;
}

#bottomnavigation a {
	text-decoration: none;
	border-bottom: none;
	color: #FFFFFF;
}

#bottomnavigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#bottomnavigation li {
	float: left;
	font-size: 12px;
	padding: 3px 6px 0px 6px;
	height: 19px;
	border-right: 1px solid #45C334;
}

#bottomnavigation li:hover {
	background-image: url(../img/button_bg2.png);
	cursor: pointer;
}

#bottomnavigation .first {
	border-bottom-left-radius: 7px;
	border-top-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-top-left-radius: 7px;
}

#bottomnavigation .last {
	border-right-style: none ! important;
	border-bottom-right-radius: 7px;
	border-top-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-top-right-radius: 7px;
}

#ajaxloader {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 90px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-size: 10px;
	background-image: url(../img/ajax.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding: 4px 0 4px 30px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;
}

#login1 {
	padding: 0px 0 30px 0;
}

#login1 h3 {
	text-align: center;
	color: #4894c9;
	margin: 0px 0 5px 0;
	padding-bottom: 10px;
}

#login2 {
	width: 470px;
	margin-left: 120px;
	border: 1px solid #DDD;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 10px;
}

#loginbox {
	font-size: 14px;
	width: 210px;
	padding: 10px;
	float: right;
	border: 1px solid #DDD;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #FFFFFF;
}

#loginbox label {
	display: block;
	width: 190px;
	height: 15px;
	clear: both;
	font-weight: bold;
	padding: 3px 0 5px 0;
}

#loginbox .input {
	font-size: 14px;
	width: 205px;
	margin-bottom: 10px;
	border-width: 1px;
}

#loginbox .submit {
	font-size: 14px;
	padding-top: 4px;
}

#loginbox p {
	margin: 5px 0 20px 0;
}

#login2 label {
	display: block;
	width: 180px;
	height: 28px;
	clear: both;
	float: left;
	font-weight: bold;	
	padding: 3px 0 3px 0;
}

#login2 input {
	float: left;
}

#login2 .input2 {
	float: left;
	padding-top: 4px;
	width: 250px;
}

#login2 p {
	margin: 5px 0 20px 0;
}

#login2 .input {
	float: left;
	width: 250px;
	background-color: #FFFFFF;
	border: 2px solid #8BC384;
	border-radius: 6px;
}

#login2 .submit {
	background-image: url(../img/button_bg.png);
	background-repeat: repeat-x;
	border: 1px solid #47c836;
	padding: 4px 12px 4px 12px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#login2 .submit:hover {
	background-image: url(../img/button_bg2.png);
	cursor: pointer;
}

.facts {
	display: block;
	float: left;
	width: 200px;
	padding: 12px;
	background-color: #EFEFEF;
	color: #000000;
	font-size: 50px;
	font-weight: bold;
	border: 10px solid #FFFFFF;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	text-align: center;
}

#facts1 {
	margin-left: 100px;
}

#facts2 {
	margin-left: 80px;
}

.factsh {
	font-size: 20px;
	text-align: center;
}

ul.marquee{display:block;margin:20px 0 20px 0;list-style:none;line-height:1;position:relative;overflow:hidden;width:727px;height:25px;border:1px solid #DDDDDD;background-color:#F4F4F4;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;}
ul.marquee li{position:absolute;top:-999em;left:0;display:block;white-space:nowrap;padding:3px 5px;}

