html {
	background-color: blac;
}
body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #fff;
	background: url(images/bg.jpg) repeat-x  center top;
	width: 100%;
	display: table;
}


#wrapper {
	width: 900px;
	margin: auto;
}

#topsection_title {
	float: left;
	width: 300px;
	font-size: 22px;
	font-weight: bold;
	margin-top: 20px;
	height: 34px;
	padding-top: 10px;
	padding-left: 55px;
	background: url(images/logo.png) no-repeat;
}
#topsection_title img {
	float: left;
}

.topmenu{
	float: right;
	margin-top: 30px;
}

.topmenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.topmenu li{
	display: inline;
}

.topmenu li a{
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff;
	width: 80px;
	height: 24px;
	margin-left: 10px;
	padding-top: 3px;
	background: url(images/top_button.png) no-repeat;
}


.topmenu li a:hover, .topmenu li .current{
	color: #fff;
	background: url(images/top_current.png) no-repeat;
}

#left_column {
	float: left;
	width: 243px;
}
#left_top {
	float: left;
	width: 243px;
	height: 219px;
	background: url(images/left_header_latin.gif) no-repeat;
}
.leftmenu {
	float: left;
	width: 230px;
	margin-top: 0px;
}
.leftmenu ul {
	list-style-type: none;
	padding-left: 30px;
	margin:10px;
}
.leftmenu li a {
	display: block;
	height: 20px;
	font-size: 12px;
	color: black;
	background: url(images/menu_button.gif);
	text-decoration: none;
}
.leftmenu li a:hover, .leftmenu li .current {
	color: #e1e5da;
}
#right_column {
	float: right;
	width: 657px;
	background: url(images/right_bg2.png) repeat-y;

}
#right_top {
	float: left;
	margin: auto;
	width: 657px;
	height: 96px;
	background: url(images/right_header.gif) no-repeat;
}

#title {
	padding: 10px 0 0 150px;
}


#right_mid {
	float: left;
	width: 546px;
	margin: 0px auto;
	background: #fff;
	color: #666666;
	padding: 0px 45px 0px 45px;
	text-align: justify;
}
#right_mid img {
	float: right;
	padding-left: 10px;

}
#right_mid strong {
	float: right;
	padding-right: 60px;
	background: url(images/star.jpg) no-repeat;
	background-position: right;
	color: #eec400;
}

#right_mid li {
	line-height: 20px;
}

#right_bot {
	float: left;
	margin-top: 0px;
	padding-top: 50px;
	width: 636px;
	height: 55px;
	color: #333333;
	text-align: center;
	font-weight: bold;
	background: url(images/right_footer.gif) no-repeat;
}

.button {
	font-family: Tahoma, "Arial Black";
	float: left;
	width: 165px;
	padding: 10px 0px 0px 40px;
	margin: 20px 0px 0px 25px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	height: 30px;
	background: url(images/h3.png) no-repeat;
}
.check {
	float: left;
	width: 323px;
	text-align: center;
}

a:link, a:visited { color: #051fa5;} 
a:active, a:hover { color: #CC0000; text-decoration: none }

h1.title {
	font-size: 18px;
	font-weight: bold;
	color: #051fa5;
	background: url(images/h1.jpg) no-repeat;
	background-position: left;
	height: 48px;
	padding-left: 48px;
	padding-top: 20px;
	
}
h2 {
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	height: 24px;
	background: url(images/h2.jpg);
	background-repeat:repeat;
}

img {
	border: 0px;
}
