@charset "utf-8";
/* formatting style
-------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #999999;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
}
/* link styles
----------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic styles
----------------------------*/
#wapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#wapper h1 {
	font-size: 1em;
	color: #999999;
}
#wapper #main h3 {
	font-size: 1.3em;
	color: #0099FF;
	text-decoration: underline;
}
#footer {
	color: #FFFFFF;
	background-color: #333333;
	padding: 15px;
	clear: both;
	text-align: center;
}
/* header styles
----------------------------*/
#header {
	border-top: 3px solid #003399;
	height: 390px;
	background-image: url(../images/earth.jpg);
	background-repeat: no-repeat;
	border-bottom: 3px solid #FFFF00;
}
#header ul {
	background-color: #FFFFFF;
	width: 150px;
	left: auto;
	top: 370px;
	position: absolute;
}
#header ul li {
	list-style: none;
	float: left;
	background-color: #CCCCCC;
}
#header ul li a {
	line-height: 2.5em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	height: 2.0em;
	width: 150px;
	border-top: 3px solid #003399;
	border-bottom: 3px double #FFFF66;
	border-left: 2px solid #FFFFFF;
	text-align: center;
	display: block;
}
#header .pagenumber {
	width: 220px;
	float: right;
	text-align: right;
	margin-top: 5px;
	top: 370px;
	position: absolute;
	left: 700px;
}
#header p.pagenumber a {
	color:#FF9000;
		text-decoration:none;
		font-weight: bold;
}
#header p.pagenumber a:hover {
	color:#FF9000;
		text-decoration: none;
		font-weight: bold;
		text-decoration: underline;
}

/* main styles
----------------------------*/
#main {
	padding: 15px;
	width: 830px;
	margin-bottom: 20px;
}
div.link {
	width: 720px;
	margin: 0 auto 10px;
	padding-bottom: 10px;
	clear: both;
	border-bottom: 1px dotted #FF9900;
	height: 60px;
	background-color: #FFFFCC;
}
div.link img {
	width: 88px;
	float: left;
	margin: 10px 0 15px 15px;
}
div.linkmoji {
	width: 550px;
	float: right;
	padding: 10px;
	height: 50px;
}
div.linkmoji h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px;
}
div.linkmoji h2 span {
	margin-left: 20px;
}
div.linkmoji h2 a {
	color:#FF9000;
	text-decoration: underline;
}
div.linkmoji h2 a:hover {
	color: #FF9900;
	text-decoration: none;
}
/* footer styles
----------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
#footer p {
	margin: 0px;
}
#footer p#back {
	margin: 0px;
	float: right;
}
