/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
}


#site {
	width: 730px;
	margin: 0 auto;
}

#content {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top: none;
	border-right: 4px solid #999999;
	border-bottom: 4px solid #999999;
	border-left: 4px solid #999999;
}

#header {
	background-color: #333333;
	height: 74px;
	width: 711px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#pagecontent {
	background-color: #FFF;
	width: 711px;
	background-image: url(images/bkgd_tile_partners.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	left: 223px;
	top: 76px;
	overflow:visible;
}

#nav {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	clear: both;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 150px; /* Width of Menu Items */
}
	
#nav ul li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: right;
	color: #000;
	padding: 3px 0px 0px 0px;
	}

#nav ul li a:hover { color: #FF0000; } /* Hover Styles */
#nav ul li a.selected {
	color: #FF0000;
}

#nav img {
	border: 0;
	padding: 0px;
	margin: 0px;
	}

#copy {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 510px;
	float: right;
	overflow:visible;

}
#copy a {
	color: #FF0000;
	text-decoration: none;

}
#copy p{
	margin: 0px;
	padding: 10px 50px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	overflow:visible;

}

#copy div {
	margin: 0px;
	padding: 10px 50px 0px 0px;
	}

#footer {
	background-color: #333333;
	height: 30px;
	width: 709px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ccc;
}

#footer a:link, #footer a:visited {
	color: #CCCCCC;
	font-size: 10px;
	letter-spacing: 0.05em;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none
}

/*  Sub Page Elements */

.clearer {
	clear: both;
	height: 20px;
}

.floatleft {
	float: left;
	}
.floatright {
	float: right;
	vertical-align:bottom;
	}
	
.callout {
margin: 0px 0px 0px 0px;
padding: 0px;
overflow:visible;
}

.floatrightbtm {
	float: right;
	vertical-align:bottom;
	}
