@charset "UTF-8";
/* General settings */
body {
	background:#e8ecf0 url(img/bg1.jpg) repeat-x;
	margin-top: 0;
	margin-bottom: 20px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
a{
	color: #498dd8;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/*Structure*/
#brand {
	background: url(img/top.jpg) no-repeat;
	background-position: center;
	height: 124px;
}
#nav {
	height: 26px;
	margin: 0 auto;
	font-size: 13px;
	color: white;
}

#st_wrap {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	background: url(img/topcon.jpg) no-repeat;
	background-position: top center;
}
#adv1 {
	float: left;
	width: 142px;
	margin-top: 8px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
#nd_wrap {
	float: left;
	background-color: white;
	color: black;
	width: 676px;
	margin-top: 13px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
#adv2 {
	float: left;
	width: 142px;
	text-align: right;
	margin-top: 8px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
#rd_wrap {
	width: 676px;
	margin-bottom: 30px;
	padding: 0;
}
#maincon {
	padding: 0 30px;
}
#butbar {
	height: 37px;
	background: url(img/bottom.png);
	background-repeat:no-repeat;
	width: 676px;
	margin: 0 auto;
}

/*Navigation*/
#nav ul {
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
}
#nav li {
	display: inline;
	list-style: none;
	margin: 0;
}
#nav li a {
	padding: 5px 12px 6px 6px;
	margin: 0;
	color: white;
	text-decoration: none;
	font-weight: normal;
	background: url(img/navbg.jpg) no-repeat;
	background-position: right;
}
/*Extra*/
#adv1 img, #adv2 img {
	margin-bottom: 10px;
}

#rd_wrap #hr {
	background-image: url(img/hr.jpg);
	height: 10px;
	width: 518px;
	border: 0;
	margin: 10px auto 0 auto;
}

#rd_wrap #hr hr {
	display: none;
}

#topc {
	width: 511px;
	height: 76px;
	background: url(img/topcbg.jpg) no-repeat;
	margin: 10px auto;
	overflow: auto;
}
#topc h1 {
	margin: 10px 20px 0 20px;
}
#topc h2 {
	font-size: 12px;
	margin: 0 20px 30px 20px;
}
#lefty {
	border-right: 1px solid #697a8f;
	padding-right: 10px;
	width: 30%;
}
#righty {
	padding-left: 10px;
}

#nationTable {
	margin-top: 5px;
	margin-bottom: 20px;
}

#nationTable td {
	padding-right: 20px;
	padding-top: 15px;
}

#ftext {
	color: #999999;
	font-style:italic;
	text-align:center;
}
h1,h2,h3,h4,h5 {
	margin: 0 0 10px 10px;
}

h4 {
	font-size: 16px;
}
h5 {
	font-size: 12px;
	text-align: center;
}
p {
	margin:0;
}

