/* body style */
body {
/*	background-color: #bfc8cf; */
	background-color: #0066bc;
	padding: 0px;
	margin: 0px;
}

/* body shadow style */
.shadowleft {
	background-image: url("images/shadow-left.jpg");
	background-position: top right;
	background-repeat: repeat-y;
}

.shadowright {
	background-image: url("images/shadow-right.jpg");
	background-position: top left;
	background-repeat: repeat-y;
}


/* content style */
.contentleft {
	background-color: #ffffff;
	background-image: url("images/body-bg.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	font-family: arial;
	font-size: 11px;
	color: #555555;
	line-height: 20px;
	text-align: justify;
}

.contentleft form {
	padding: 0px;
	margin: 0px 20px 0px 20px;
}

.contentleft input, .contentleft select {
	font-family: arial;
	font-size: 11px;
	color: #555555;
	margin: 0px 0px 10px 15px;
	background-color: #f4f4f4;
	border: 1px solid #8e8e8e;
}

.contentleft h1 {
	color: #54961a;
}

.contentleft h2, h2 a {
	font-size: 12px;
	color: #999999;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-decoration: none;
}

.contentright {
	background-color: #ffffff;
	background-image: url("images/body-bg.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	padding: 0px;
	font-family: arial;
	font-size: 12px;
	color: #555555;
	line-height: 20px;
	text-align: justify;
}

.contentright form {
	padding: 0px;
	margin: 0px;
}

.contentright input, .contentright select, .contentright textarea {
	font-family: arial;
	font-size: 12px;
	color: #555555;
	background-color: #f4f4f4;
	border: 1px solid #8e8e8e;
}

.searchform input, .searchform select {
	font-family: arial;
	font-size: 11px;
	color: #555555;
	margin: 0px 0px 10px 15px;
	background-color: #f4f4f4;
	border: 1px solid #8e8e8e;
}

h1, h1 a {
	font-size: 16px;
	color: #999999;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	text-decoration: none;
}

h2, h2 a {
	font-size: 12px;
	color: #999999;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-decoration: none;
}

h3, h3 a {
	font-size: 14px;
	color: #54961a;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-decoration: none;
}

.more2 {
	color: #ff5a01;
	text-decoration: none;
	font-weight: bold;
}

.more {
	color: #ff5a01;
	text-decoration: none;
	font-weight: bold;
}

.more:hover {
	color: #54961a;
}

.imgBord {
	border: 1px solid #aaaaaa;
}

/* top menu style */
.topmenu {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 300px;
	height: 32px;
	z-index: 10;
	background-image: url("images/top-menu.png");
	background-repeat: no-repeat;
	background-position: top right;
}

.topmenu, .topmenu a {
	padding-top: 9px;
	font-family: verdana;
	font-size: 9px;
	color: #7c7c7c;
	text-decoration: none;
	text-align: right;
}

.topmenu a:hover {
	color: #ff5a01;
}

/* bottom menu style */
.bottommenu {
	background-color: #e2e4e3;
	background-image: url("images/body-bottom.jpg");
	background-position: top right;
	background-repeat: repeat-x;
}

.bottommenu, .bottommenu a {
	font-family: arial;
	font-size: 10px;
	color: #979797;
	text-decoration: none;
}

.bottommenu a:hover {
	color: #ff5a01;
}

.links {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-decoration: none;
}

.links a {
	font-family:arial;
	font-size:11px;
	font-weight:normal;
	color:#ffffff;
	text-decoration: underline;
}

/* footer style */
.footer, .footer a {
	font-family: arial;
	font-size: 11px;
	color: #77bef9;
	text-decoration: none;
	text-align:center;
}
