/*=======================================================================================*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(../images/css/pagebg.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.container {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}
/*=======================================================================================*/
.header {
	height: 110px;
	color: #ffffff;
	font-size: large;
	text-align: right;
}
.topmenu {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: .1%;
	padding-top: 20px;
	margin-bottom: 20px;
	height: 40px;
}
.topmenu li {
	display: inline;
	font-size: small;
}
.topmenu li a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding: 10px;
	background-image: url(../images/css/menubg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.topmenu li a:hover {
	background-image: url(../images/css/menubghover.gif);
}
/*=======================================================================================*/
.footer {
	margin-top: 10px;
	color: #97989a;
	clear:both;
}
.footer a {
	text-decoration: none;
	color: #97989a;
}
/*=======================================================================================*/
.blender {
	display: block;
	float: left;
	width: 770px;
	height: 272px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.imgdiv {
	width: 770px;
	height: 272px;
	position: absolute;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
/*=======================================================================================*/
.main {
	display: block;
	float: left;
	width: 540px;
	
}
.main h1 {
	color: #97989a;
	font-weight: lighter;
	font-size: large;
}
.main h2 {
	font-size: small;
}
.main a {
	text-decoration: none;
	color: #3552a4;
	font-weight: bold;
}
.main a:hover {
	text-decoration: underline;
}
/*=======================================================================================*/
.right {
	display: block;
	float: left;
	margin-left: 40px;
	width: 190px;
}
.right form {
	padding: 0px;
	margin: 0px;
}
.right form input {
	vertical-align: bottom;
}
.right #s {
	width: 166px;
}
.right ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.right ul li a {
	display: block;
	margin-top: 1px;
	height: 22px;
	line-height: 22px;
	text-indent: 5px;
	background-color: #3552a4;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/css/arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.right h1 {
	color: #ffffff;
	background-color: #00b1e6;
	height: 22px;
	line-height: 22px;
	text-indent: 5px;
	font-size: small;
}
.right a {
	font-weight: bold;
	color: #9c9d9f;
}
/*=======================================================================================*/

/*=======================================================================================*/

/*=======================================================================================*/

/*=======================================================================================*/

/*=======================================================================================*/
.homenewsimg {
	background-color: #FFFFFF;
	padding: 5px;
	float: left;
	margin-right: 20px;
}
.newsimg {
	padding: 5px;
	border: 5px solid #f6f6f6;
	text-align: center;
	float: right;
	margin-left: 5px;
	width: 200px;
}
/*=======================================================================================*/

