body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background:	url(../../images/bg.jpg) repeat-x top;
}
#layout {
	position:relative;
	margin:0px auto;
	width:766px;
	/*border:1px solid #3e53a4;*/
	background-color:white;
	padding-bottom:8px;
}
#footer {
	margin:0px auto;
	width:766px;
	height:37px;
}
#siteBy {
	float:right;
}
#siteBy a {
	color:#000;
}
#siteBy a:hover {
	color:#FFFFFF
}
#content {
	color:#005baa;
	margin-left:180px;
	padding:16px 24px;
	min-height: 480px;
}
* HTML #content {
	height: 480px;
}
#pointer {
	margin:8px;
	text-align:center;
}
a img {
	border:none;
}
#branding {
	height:125px;
	background:	url(../../images/banner.jpg) no-repeat top;
	border-bottom:1px solid #3e53a4;
}
#primaryNav {
	float:left;
	width: 160px;
	list-style:none;
	margin:16px 0px 0px 12px;
	padding:0px;
}
#primaryNav li {
	color:#005baa;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.8em;
}

#primaryNav li a {
	font-weight:bold;
	color:#005baa;
	overflow:hidden;
}
#primaryNav li a:hover {
	color:#5D7DDE;
}
#primaryNav li span {
	color:#4D68B8;
}
#content h1 {
	font-size:2.0em;
	padding-top:0px;
	margin-top:0px;
	margin-bottom:24px;
	color:#005baa;
}
#content h2 {
	font-size:1.6em;
}
#content a {
	color:red;
}
#content a:hover {
	color:#3e53a4;
}
h3 {
	font-size:1.4em;
}
#content p {
	line-height:1.8em;
	margin-top:0px;
	font-size:1.2em;
}
#content ul {
	line-height:1.8em;
	list-style:disc;
	font-size:1.2em;
}
.imgLeft {
	float:left;
	margin:0px 8px 8px 0px;
}
#rayHarper {
	float:right;
	margin:0px 0px 12px 12px;
	padding:6px;
	border:1px solid #3e53a4;
	font-size:1em;
	font-style:italic;
}
#rayHarper img {
	display:block;
	margin-bottom:6px;
}
.row {
	margin-bottom:8px;
}
.row span {
	font-size:1.4em;
	color:#c90000;
}
.row label {
	font-size:1.1em;
	font-weight:bold;
}
.row label.error {
	font-weight:normal;
	color:#C90000;
}

form {
	margin:0px;
	padding:0px;
}
.data textarea {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #3e53a4;
	font-size:1.1em;
	color:#1D1916;
	width:260px;
}
.row input {
	border: 1px solid #3e53a4;
	margin-right:4px;
	font-size:1.1em;
	color:#1D1916;
}
.data input {
	width:200px;
}
.row input.button {
	background-color:white;
	color:#3e53a4;
	font-weight:bold;
	padding:4px;
	cursor:pointer;
}
.lft img{
	margin:0px 12px 12px 0px;
}
.rt img{
	margin:0px 0px 12px 0px;
}
.right{
	float:right;
	border:1px solid #3e53a4;
	margin:0px 0px 12px 12px;
}