/* CSS Document */

body {
	background: #76a68d;
	background-image: url(images/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
}

#main {
	width: 750px;
	overflow: hidden;
	position:relative;
	margin: 0px auto;
    background: #fff;
}

.main {
	text-align:justify;
	padding-left:15px;
	padding-top:30px;
	padding-right:20px;
}
	
.main_right {
	text-align:justify;
	padding-left:15px;
	padding-top:30px;
	padding-right:20px;
	width:530px;
	float:right;
}

#logo {
	background-image:url(images/logo1.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:750px;
	height:230px;
}

.table {
	width:95%;
}

.menu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	font-weight: 700;
	background-color: #81C9FC;	
}

table {
	padding-top:5px;
}

.img {
	padding-left: 5px;
	padding-top:12px;
}

.space {
	margin:10px;
}

.p1 {
	float:left;
	width:40%;
	margin:15px;
	text-align:center;
}

.p2 {
	float:right;
	width:45%;
	border:1px solid #0099FF;
	border-spacing:5px;
	margin:15px;
	text-align:center;
}

.p3 {
	float:left;
	width:50%;
	text-align:center;
}

.p4 {
	float:right;
	width:50%;
	text-align:center;
}

#sidebar {
	float:left;
	width:115px;
	margin-left:15px;
	margin-top:30px;
	margin-right:30px;
	clear:both;
}

.dot {
	border-bottom-color:#3a3a3a;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	padding-top:5px;
	text-indent: 5px;
	line-height:20px;
	font-size:14px;
	font-weight:600;
}

.mis {
	width:410px;
	text-align:center;
	font-size:10px;
	line-height:15px;
	margin-top:40px;
}

.mis1 {
	width:410px;
	text-align:center;
	font-size:10px;
	line-height:15px;
}

.mis_bor {
	border:1px solid #0099FF;
	background-color:#CCCCCC;
}

.mis_img {
	float:left;
	margin:5px;
}

a {
	color:#069a50;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.main a {
	color:#069a50;
	text-decoration:none;
}

.main a:hover {
	text-decoration:underline;
}

a img {
	border-width:0;
}

.table a {
	color:#ffffff;
	text-decoration:none;
}

.table a:hover {
	text-decoration:underline;
}

#footer {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	text-align:center;
	padding: 0;
	margin: 0 auto;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #069a50;
	width: 95%;
	height:55px;
	padding-top:15px;
	vertical-align:middle;
	}
	
#footer img {
	vertical-align:middle;
}

#footer div a {
	text-decoration:underline;
	color:#000000;
}

.form {
	color: #000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	padding: 20px;
}

.forms {
	background-color:#CCCCCC;
}

.get {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	}

hr {
	display: none;
	}

b.rtop, b.rbottom {
	display: block; 
	background: #a9c3b6;
}
b.rtop b, b.rbottom b {
	display: block; 
	height: 1px;
    overflow: hidden; 
	background: #ffffff;
}
b.r1 {
	margin: 0 5px;
}
b.r2 {
	margin: 0 3px;
}
b.r3 {
	margin: 0 2px;
}
b.rtop b.r4, b.rbottom b.r4 {
	margin: 0 1px;
	height: 2px;
}
