@charset "utf-8";
/* CSS Document */


* {margin:0; padding:0;
}

/* Structure */

body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;	
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
	line-height: 20px;
}

.container {
	width: 900px;	
	margin-top: 0px;
	margin-right: auto;	
	margin-bottom: 	0px;	
	margin-left: auto;
}

.left_col {
	background-image: url(../images/home_left_bckg.jpg);
	background-repeat: repeat-y;
	padding-left: 22px;
}

.bottom_row {
	background-image: url(../images/bottom_black.gif);
	width: 900px;
	
}

.bottom_home {
	background-image: url(../images/home_bottom.jpg);
	background-repeat: repeat-x;
	background-color:#e8e8e8;
	width: 100%;
	line-height: 110px;
}

/* Navigation */
#topnav {
	list-style:none;
}
#topnav li {
	display:inline;
	padding-right:4px;
	font-size:12px;
	color:#ffffff;
}
#topnav li a:link{
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}
#topnav li a:visited{
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}
#topnav li a:hover{
	font-size:12px;
	color:#f38d70;
	text-decoration:none;
}
/* Typography */

.style7 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-transform:uppercase;

}

.style8, .style8 a, .style8 a:hover, .style8 a:active, .style8 a:visited {
	font-size: 10px;
	line-height: 11px;
}

.style13 {
	font-weight: bold;
	font-size: 12px;
	color: #575757;
}
.style17, a, a:hover, a:active, a:visited {
	font-size: 12px; 
	color: #000066;
}
.style18 {
	color: #31317e
}
.style20 {
	font-weight: bold;
	font-size: 12;
}
#languageDiv{
	background-image:url(http://ump.d1.wris.net/media/images/global_map.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:148px;
	margin:25px 0 0 0;
	width:280px;
}
#languageSelect{
	margin:47px 0 0 26px;
	width:200px;
}
#languageDiv button{
	background-color:#127BEF;
	color:#fff;
	font-weight:bold;
}
#goBtn{
	margin-bottom:-5px;
}