@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F0F0E6;
	background-image: url(images/background_newest5.gif);
	background-position: center;
	background-repeat: repeat-y;
}
/*
#bottom {
	background-color: #3a6f8f;
	position: fixed;
	height: 20px;
	width: 750px;
	bottom: 0px;
	z-index:150;
}
*/
#application {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
#content {
	position: inherit;
	width: 650px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}
#main {
	width: 912px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#nav {
	height: 60px;
	width: 900px;
	position: inherit;
	left: 0px;
	top: 0px;
	background-color: #3a6f8f;
	z-index: 100;
}
#top1 {
	background-image: url(images/white.png);
	background-position:bottom;
	background-repeat: no-repeat;
	float: right;
	width: 250px;
	height: 279px;
	padding: 0px 30px;
	position: relative;
	z-index: -100;
	top: 85px;
	right: 12px;
}
#top2 {
	background-image: url(images/top2.jpg);
	float: right;
	height: 285px;
	width: 229px;
	position: relative;
	clear: both;
	top: -25px;
	right: 12px;
	z-index: 3;
}
#ttitle {
	background:url(images/sumid_name.gif);
	background-position:center;
	background-repeat: no-repeat;
	position: inherit;
	top: 60px;
	font-size: xx-large;
	font-weight: bold;
	color: #3a6f8f;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	padding: 30px;
	margin: 30px;
}
#content a {
	color:#036;
}
.littletext {
	font-size: 10px;
}
#country {
	width: 180px;
}
#questionsmenu {
	background-color: #F0F0E6;
	border: 1px solid #960;
}
#questionsmenu tr td a {
	color: #960;
	text-decoration: none;
}
#questionsmenu a:hover {
	text-decoration: underline;
}

