/* CSS Document */
html, body{
	margin:9px 9px 0 9px; 
	padding:0px;
	background-color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}
#frame{
	background:#FFF;
	width:800px;		/* the main content width */
	padding:0px;  	/* sets the border width */	
	}
#lang{
	width:140px;
	margin-top:7px;
	text-align:left;
	padding-bottom:3px;
	background:#003E88;
	border-top:solid 1px #FFF;
	border-bottom:solid 1px #FFF;
	padding-top:3px;
	font-size:9px;
	padding-left:10px;
	position:relative;
	}
#lang a{
	color:#FFF;
	margin-right:10px;
	text-decoration:none;}
#lang a:hover{
	color:#FF6;
	margin-right:10px;
	text-decoration:none;}
#top{
	width:800px;
	height:44px;
	background:url(../img/top_bg.gif) no-repeat;
	}
#quicklinks{
	color:#FFF;
	float:right;
	margin-top:28px;
	padding-left:151px;
	padding-right:10px;
	}
#quicklinks a{
	color:#FFF;
	text-decoration:none;}	
#quicklinks a:hover{
	color:#FF6;}
#cnt{
	width:800px;
	}
#logo {
	margin-top:-44px;
	width:150px;
	height:195px;
	float:left;
	background:url(../img/logo.gif) top left no-repeat #003E88;	
	}
#search{
	margin-top:136px;
	width:138px;
	text-align:left;
	color:#FFF;
	padding-left:12px;
	font-weight:bold;
	}
#search form{
	display:inline;
	padding:0;
	margin:0;}
#banner{
	width:650px;
	height:166px;
	float:left;}
#banner img{cursor:pointer;}
#kyqur{
	position:relative;
	background:#003E88;
	width:150px;
	height:341px;
	float:left;
	margin-top:-15px;
	}
#info{
	margin-top:20px;
	width:135px;
	float:left;
	padding-left:10px;
	color:#FFF;
	text-align:left;}
#info a{
	color:#ABC;}
#nav{
	width:640px;
	float:left;
	margin-top:20px;}
#nav ul{
	padding:0;
	margin:0;
	list-style:none;
	float:left;}
#nav li{
	float:left;
	}
#nav img{
	cursor:pointer;}
#content{
	width:640px;
	height:338px;
	float:left;
	margin-left:5px;}
#left{
	margin-top:4px;
	clear:left;
	float:left;
	width:180px;
	padding-right:15px;
	padding-bottom:25px;
	}
#right{
	float:left;
	border:solid 1px #003E88;
	border-bottom:none;
	width:435px;
	height:171px;
	padding:4px;
	margin-top:4px;
	text-align:left;
	}
#buttons{
	float:right;
	width:445px;
	background:url(../img/buttonbg.gif) repeat-x #DDD;
	height:25px;}
#buttons img{cursor:pointer;}
#bottom{
	position:relative;
	top:4px;
	width:800px;
	text-align:right;
	border-top:solid 1px #003E88;
	clear:both;
	color:#003E88;
	}
#bottom a{
	color:#777;
	text-decoration:none;
	}
#bottom a:hover{
	color:#003E88;
	text-decoration:none;
	}