/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_boddy.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1{
	font-size: 24px;
	font-weight: lighter;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/bg_top_content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #1E2E62;
}
a{
	text-decoration: none;
	color: #1F2D5C;
}
a:hover{}
#paper{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#login_{
	background-image: url(../images/bg_login.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-top: 12px;
	padding-bottom: 12px;
}
#language{
	text-align: right;
	padding-right: 20px;
	padding-top: 20px;
}
#language a{
	text-decoration: none;
	color: #1F2D5C;
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
}
#language a:hover{}
#left{
	background-image: url(../images/bg_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	width: 280px;
}
#right{
	background-image: url(../images/bg_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 10px;
}

#logo{
	margin: 0px;
	padding: 0px;
}
#header{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 520px;
}
#content{
	padding: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E2E2E2;
}
#footer{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #E2E2E2;
	margin-left: 8px;
	margin-right: 8px;
}

#top_menu{
	height: 68px;
	background-image: url(../images/bg_main_menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#top_menu ul{
	list-style-type: none;
	margin: 0px;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 22px;
	padding-left: 0px;
	text-align: center;
}
#top_menu li {
	display: inline;
	margin: 0px;
	padding: 0px;

}
#top_menu li a{
	text-decoration: none;
	font-size: 18px;
	color: #1F2D5C;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 22px;
	padding-bottom: 22px;
}
#top_menu li a:hover{
	background-image: url(../images/hover_main_menu.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
#top_nav{
	color: #FFFFFF;
	height: 20px;
	background-color: #1F2D5C;
	text-align: center;
	padding-top: 20px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #85D2EE;
}
#top_nav a{
	color: #FDFDFD;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
}
#top_nav a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#left_nav{
	padding: 14px;
}
#left_nav ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#left_nav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 4px;
	padding-bottom: 4px;
}
#left_nav li a{
	text-decoration: none;
	color: #1F2D5C;
}
#left_nav li a:hover{
	text-decoration: none;
	color: #417EB4;
}
