*{
	font-family: arial;
	font-size: 12px;
}

body{
	background: URL('../images/bg4.jpg') repeat-x;
	margin: 0px;
}

h1{
	font-size: 24px;
	font-weight: normal;
	color: #111675;
}

a{
	text-decoration: underline;
	color: #111675;
}
a:hover{
	text-decoration: none;
	color: #000;
}

#topnav{
	list-style: none;
	width: 944px;
	float: left;
	padding: 0px;
	margin: 0px;
}
#topnav li{
	float: left;
	width: 84px;
	height: 55px;
	margin: 0px 0px 0px 3px;
}

#topnav_ar {
	list-style: none;
	width: 944px;
	float: right;
	padding: 0px;
	margin: 0px;
}

#topnav_ar li{
	float: right;
	width: 84px;
	height: 55px;
	margin: 0px 0px 0px 3px;
}

#topnav a:hover{
	background: URL('../images/hover1.png') repeat-x;
	width: 84px;
	height: 55px;
	padding: 28px 0px 0px 0px;
	text-align: center;
	display: block;
	color: #ffffff;
	text-decoration: none;
}

#topnav_ar a:hover{
	background: URL('../images/hover1.png') repeat-x;
	width: 84px;
	height: 55px;
	padding: 28px 0px 0px 0px;
	text-align: center;
	display: block;
	color: #ffffff;
	text-decoration: none;
}

.selected{
	background: URL('../images/hover1.png') repeat-x;
	width: 84px;
	height: 55px;
	padding: 28px 0px 0px 0px;
	text-align: center;
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.simple{
	width: 84px;
	height: 55px;
	padding: 28px 0px 0px 0px;
	text-align: center;
	display: block;
	color: #000000;
	text-decoration: none;
}

#main{
	padding: 20px;
}

#righttext{
	background: #efefef;
	padding: 20px;
}
#righttext a{
	text-decoration: none;
	color: #111675;
	font-weight: bold;
}
#righttext a:hover{
	text-decoration: none;
	color: #000;
}

#footer{
	background: URL('../images/footerbg4.jpg') repeat-x;
	text-align: center;
	height: 138px;
	width: 100%;
	color: #ffffff;
}

#footer a{
	color: #ffffff;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
}

#footer a:hover{
	color: #ffffff;
	padding: 0px 15px 0px 15px;
	text-decoration: underline;
}