body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #000;
	background-image: url(images/bckgrnd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #59709C;
}

a {
	color: #5483BF; text-decoration: none; font-weight: bold
}

#wrap {
	width: 890px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#header {
	width: 890px;
	height: 177px;
	float: none;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/top_header.png);
}

#links {
	height: 68px;
	float: left;
}

#links ul {
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: bolder;
	line-height: 14pt;
	margin-left: 169px;
}

#links ul li{
	display: block;
	float: left;
}

#links ul li a{
	display: block;
	float: left;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	background-image: url(images/link_ltp.png);
	width: 101px;
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 3px;
	margin-right: 1px;
	margin-left: 2px;
	height: 43px;
}

#links ul li a:hover {
	color: #1D2A66;
	padding-top: 3px;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(images/link_hov_ltp.png);
}

#member {
	height: 53px;
	width: 829px;
	text-align: right;
	float: left;
}

#social {
	height: 52px;
	float: left;
	text-align: right;
	width: 829px;
}

#content {
	margin-left: 40px;
	width: 792px;
	background-color: #FFF;
	text-align: center;
	height: auto;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
}

.darklink {
	font-weight: bold; text-decoration: none
}

#bottom {
	background-image: url(images/bttm_bar.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 810px;
	margin-left: 40px;
	height: 81px;
	text-align: center;
	float: left;
}

.bottom_lnk {
	font-size: 9pt;
	margin-top: 13px;
	margin-bottom: 25px;
}

.bottom_lnk a:link{
	font-size: 9pt;
	color: #FFF;
	text-decoration: none;
}
	
.bottom_lnk a:visited{
	font-size: 9pt;
	color: #FFF;
	text-decoration: none;
}
	
.bottom_lnk a:hover{
	font-size: 9pt;
	color: #FFF;
	text-decoration: underline;
}
.copyright {
	font-size: 8pt;
	margin-top: 13px;
}

