/* CSS Document */

body {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: left;
	}
#pageContainer {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px #888 solid;
	border-left: 1px #888 solid;
	border-right: 1px #888 solid;
	border-bottom: 1px #888 solid;
	background-color: #fff;
	}
#pageHeader, #pageHeaderBlueBar {
	background-color: #001A4D;
	color: #fff;
	font-size: 10px;
	text-align: right;
	}
#pageHeaderBlueBar a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	margin-left: 5px;
	margin-right: 5px;
	}
#pageMainNav {
	text-align: center;
	height: 21px;
	border: 0;
	margin: 0;
	padding: 0;
	}
#pageMainNav a {
	margin: 0;
	padding: 0;
	}
#pageMainContent {
	background: url('http://www.focusartonline.com/img/bgMainFade.jpg') repeat-x;
	background-color: #eee;
	text-align: center;
	}
#pageFooterLinks {
	clear: both;
	margin-top: 5px;
	text-align: center;
	color: #777;
	font-size: 10px;
	}
#pageFooterLinks a {
	text-decoration: none;
	color: #001A4D;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 10px;
	}
#pageCopyright {
	margin-top: 20px;
	font-size: 10px;
	color: #666;
	}
#headerText {
	font-size: 24px;
	font-weight: bold;
	color: #1A338D;
	margin-bottom: 15px;
	text-align: left;
	}
* html #headerText {
	height: 1%;
	}
#pageMainContentContent {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
#termsAndConditions {
	clear: both;
	margin-top: 5px;
	text-align: center;
	color: #777;
	font-size: 10px;
	}
#termsAndConditions a {
	text-decoration: none;
	color: #001A4D;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 10px;
	}
#contactPhone {
	color: #001A4D;
	font-size: 10px;
	text-align: center;
	margin-top: 5px;
	}


/* added by ben */

#pageFooterLinks a:link, #termsAndConditions a:link, #contactPhone a:link, #pageCopyright a:link {
	color: #000066;
}

#pageFooterLinks a:visited, #termsAndConditions a:visited, #contactPhone a:visited, #pageCopyright a:visited {
	color: #000066;
}

-->