body {
	background-color: White;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: Black;
	text-decoration: underline;
}

#top {
	background-image: url(../imgs/gradient.jpg);
	background-repeat: repeat-y;
	height: 0px;
}
#toping {
	border-bottom:solid 1px #666666;
	width:470px;
}

#header {
	background-image: url(../imgs/header_back.jpg);
	background-repeat: repeat-x;
}

#menu {
	background-color: #828282;
}

#content {
	background-image: url(../imgs/center_back.jpg);
	background-repeat:repeat-y;
	margin-top:20px;
	margin-left:50px;
}

#center_left {
	text-align:left;
	width: 400px;
	vertical-align:middle;
	position:relative;
	left:0px;
	top:100px;
}

#right {
	vertical-align: top;
	border-left:solid #acacac 3px;
	border-right:solid #acacac 3px;
}

.text {
	padding: 0px 10px 0px 10px;
	text-align:justify;
}

#copy {
	position: relative;
	left:650px;
	margin: 5px;
	font-size:10px;
	color:#999999;
	width:600px;
}

#fbfh {

}
#fbfh td{
	background-image:url(../imgs/secbtn.jpg);
	background-repeat:no-repeat;
}
#fbfh a {
	font-style:italic;
	position:relative;
	left:20px;
	color:#3d117b;
}