/* short bg, top navigation, 750 frame, copy */
body {
	background-image: url(images/bg2.gif);
	background-color:#999;
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}
.top_r a:link {
	text-decoration:none;
	color:black;
}
.top_r a:visited {
	text-decoration:none;
	color:black;
}
.top_r a:hover {
	text-decoration:underline;
	color:black;
}
.top_r a:active {
	text-decoration:underline;
	color:black;
}
.frame {
	width:750px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}
.top_l {
	float:left;
	width:500px;
	text-align:left;
	height:74px;
	vertical-align:middle;
}
.top_r {
	float:left;
	width:250px;
	text-align:right;
	height:74px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.top_r p {
	margin-top:52px;
	margin-bottom:0px;
	margin-right:5px;
}
.top_l img {
	margin-top:15px;
}
.copy {
	text-align:left;
	background-color:#23156F;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:white;
	line-height:18px;
	padding-left:5px;
	padding-top:0px;
	margin-top:0px;
	clear:both;
}
.copy a {
	color:white;
}