@charset "utf-8";
/* CSS Document */

BODY, TD, FORM, TABLE, TR, UL, LI, DIV{
	padding: 0;
	border: 0;
	margin: 0;
}
BODY{
	background: #3f78c9 url(images/bg.jpg) repeat-x;
	font: 12px/18px Arial, Helvetica, sans-serif;	
	color: #494949;
	
}
a, a:visited{
	color: #225dc2;
}
#container{
	width: 778px;
	margin: 0 auto;		
	position: relative;
	padding-top: 48px;
}
#layout{
	background: #fff;
}
#logo{
	position: absolute;
	right: 34px;
	top: 12px;
}
#menu{
	padding-bottom: 15px;
	padding-left: 25px;
}
#menu a, #menu a:visited{
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	background: url(images/bullet.gif) no-repeat 0 3px;
	padding: 0 15px;
}

#menu a:hover, #menu .active, #menu .active:visited{
	color: #a0e842;
}
.light_blue_bg{
	background: #ddecfb;
}
.light_green_bg{
	background: #d1fe96;
}
.blue_fg{
	color: #1463c5;
}
.pad_5px{
	padding: 5px;
}
.pad_8px{
	padding: 8px;
}
.pad_14px{
	padding: 14px;
}
.mgt_5px{
	margin-top: 5px;
	display: block;
}
.mgl_10px, .mgl_10px li{
	margin-left: 10px;
}
#footer{
	text-align: center;
	color: #fff;
	padding: 20px 0;
}
.txt_fld{
	border: solid 1px #b4b4b4;
}
.big_txt{
	font-size: 14px;
}
