
/* CSS Document */
body{
	margin: 0px;
	background-color: #fff;
	background-image: url(img/bg.JPG);
	background-repeat: repeat-x;
}
body,td,th{
	font-family: Georgia,sans-serif;
	color: #000000;
}
h1{
	margin:0 0 10px 0;
}
h2{
	margin:0 0 10px 0;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
p{
	font-size:14px; font-family: Georgia,sans-serif;
}
#main{
	width:977px;
	margin:0 auto;
}
#top{
	height:151px;
}
#flash{
	height:317px;
	background: url(img/flash_blank.JPG) no-repeat;
	padding:13px 11px;
}
#fp_left{
	display:block;
	height:239px;
	width:313px;
	background:url(img/fp_i.JPG) no-repeat;
	float:left;
	margin:5px 23px 20px 0;
}
#fp_center{
	height:239px;
	width:313px;
	float:left;
	background:url(img/fp_i.JPG) no-repeat;
	margin:5px 10px 20px 0;
}
#fp_right{
	height:239px;
	width:313px;
	background:url(img/fp_i.JPG) no-repeat;
	float:right;
	margin:5px 0px 20px 0;
}
.fp_text{
	margin:35px 35px 10px 40px;
	font-size:14px;
}
.fp_link{
	display:block;
	vertical-align:bottom;
	height:30px;
	width:200px;
	margin:39px 25px 10px 50px;
	color:#fff;
	font-size:14px;
}
.fp_link a{
	text-decoration:none;
	color:#FFFFFF;
}
.fp_link:hover{
	text-decoration:underline;
}
#footer{
	height:122px;
	background:url(img/bottom_bg.JPG) repeat-x;
	margin-top:100px;
}
.f_center{
	color:#fff;
	font-size:14px;
	width:977px;
	margin:0 auto;
}
#content {
	width:655px;
	background:url(img/content_bg.JPG) no-repeat;
	margin-left:5px;
	float:left;
}
#content p{
	text-align:justify;
}
#content a{
	text-decoration:underline;
	color:#FF0000;
}
#content a:hover{
	text-decoration:underline;
	color:#990000;
}

#sidebar {
	width:315px;
	background:url(img/sb_bg.JPG) repeat-y;
	float:right
}
#sb_top{
	height:18px;
	background:url(img/sb_top.JPG) no-repeat;
}
#sb_bottom{
	height:16px;
	background:url(img/sb_bottom.JPG) no-repeat;
}
.fp_text ul{
	margin:0px;
	padding:0px;
	list-style:none;
	width:550px
}
.fp_sidebar ul li{
	font-size:20px;
	margin:0 0 20px 0;
}
#content ul{
	font-size:14px;
	margin-left:20px;
}
#content ul li{
	margin-bottom:10px
}
.sd_text{
	margin:35px 35px 10px 40px;
	font-size:20px;
}
.sd_text ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.sd_text ul li{
	font-size:20px;
	margin:0 0 20px 0;
}
#sidebar a{
	text-decoration:none;
	color:#000000;
}
#sidebar a:hover{
	text-decoration: underline;
	color:#000000;
}
#footer a{
	text-decoration: none;
	color:#fff;
}
#footer a:hover{
	text-decoration: underline;
	color:#fff;
}