/* CSS Document */
body{
	margin:0px;
	padding:0px;	
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-size:12px;
	color:#4C4C4C;
	background:#FFF url(images/body-bg.jpg) top left repeat;
	font-weight:normal;
	line-height:20px;
}
#main{
	margin:0px auto;
	width:993px;
}
#header{
	float:left;
	width:100%;
	height:198px;
	background:url(images/header-bg.jpg) top center no-repeat;
}
.left-header{
	float:left;
	width:208px;
	height:141px;
}
.right-header{
	float:left;
	width:785px;
	height:141px;
}
.logo{
	float:left;
	width:208px;
	height:141px;
}
.top-link{
	float:right;
	width:748px;
	height:57px;
	color:#FFF;
	text-align:right;
	padding-right:37px;
}
.slogan{
	float:left;
	width:785px;
	height:84px;
	color:#FFF;
}
.white-text{
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
.white-text:hover{
	color:#FFF;
	text-decoration:underline;
}
#cantainer{
	float:left;
	width:993px;
	background:url(images/can-bg.jpg) top left repeat-y;
}
.left-cantainer{
	float:left;
	width:714px;
	padding-left:14px;
	font-size:12px;
}
.right-cantainer{
	float:left;
	width:250px;
	padding:30px 0px 20px 15px;
}
h1{
	margin:0px;
	padding:0px;
	font-size:24px;
	color:#186C9A;
	font-weight:normal;
	text-decoration:none;
}
h2{
	margin:0px;
	padding:0px;
	font-size:22px;
	color:#AC0030;
	font-weight:normal;
	text-decoration:none;
}
.line{
	margin:0px;
	padding:0px;
	float:left;
	height:1px;
	width:674px;
	background:url(images/line.jpg) top left repeat-x;
}
.blue-text{
	font-size:12px;
	color:#307FAB;
	font-weight:bold;
	text-decoration:none;
}
.red-text{
	font-size:12px;
	color:#AC0030;
	font-weight:bold;
	text-decoration:none;
}
.white-box{
	float:left;
	width:205px;
	height:35px;
	background:url(images/white-box.jpg) top left no-repeat;
	padding:2px 0px 0px 5px;
	font-size:12px;
	color:#AA0030;
}
.from{
	width:123px;
	height:19px;
	*height:23px;
	background:url(images/from-bg.jpg) top left repeat-x;
	* line-height:23px;
	border: solid 1px #9A9995;
	font-family:Tahoma;
	font-size:11px;
	color:#4C4C4C;
	padding-top:4px;
	padding-left:3px;
	* padding-top:0px;
}
.from-01{
	width:135px;
	height:2	3px;
	background:url(images/from-bg.jpg) top left repeat-x;
	border: solid 1px #9A9995;
	font-family:Tahoma;
	font-size:11px;
	color:#4C4C4C;
	padding-left:3px;
	padding-top:3px;
}
.icon-bg{
	float:left;
	width:222px;
	height:43px;
	background:url(images/menu-bg.gif) top left no-repeat;
}
a{
	font-size:12px;
	color:#064C72;
	text-decoration:none;
	font-weight:normal;
}
a:hover{
	color:#AA0030;
	text-decoration:underline;
}

.menu-link{
	font-size:12px;
	color:#064C72;
	text-decoration:none;
	font-weight:normal;
}
.menu-link:hover{
	color:#AA0030;
	text-decoration:underline;
}
.ul-list{
	margin:0px;
	padding:0px;
	list-style:none;
}
.ul-list li{
	list-style:none;
	background:url(images/dot.gif) no-repeat left center scroll;
	padding-left:10px;
}
.ul-list li a{
	list-style:none;
	font-size:12px;
	color:#323232;
	text-decoration:none;
	font-weight:normal;
}
.ul-list li a:hover{
	color:#064C72;
	text-decoration:underline;
}
#footer{
	float:left;
	width:993px;
	text-align:center;
	color:#C7C7C7;
	height:80px;
	padding-top:20px;
}
.fot-text-link{
	font-size:12px;
	color:#C7C7C7;
	font-weight:normal;
	text-decoration:none;
	padding:0px 8px;
}
.fot-text-link:hover{
	color:#C7C7C7;
	text-decoration:underline;
}
.can-bot-bg{
	float:left;
	width:993px;
	height:20px;	
	background:url(images/can-bot-bg.gif) top left no-repeat;
}
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
