body {
	margin: 0px;
	font-size: 0.9em;
	color: #000000;
	font-family: "Trebuchet MS";
}
a:link {
	color: #660033;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
	text-decoration: none;
}
a:hover, a:visited:hover {
	color: #7FB2FF;
}
a:visited {
	color: #0066FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660033;
	text-decoration: none;
}
a:focus {
	background: #660033;
	color: #FFF;
}
a img {
	border: none;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#header {
	background-image: url(images/headerGrad.jpg);
	background-repeat: repeat-x;
	height: 85px;
	float: left;
}
#header p {
	font-family: "Trebuchet ms";
	font-size: 2em;
	color: #FFFFFF;
	padding-right: 50px;
	float: right;
	margin-top: 1em;
	padding-top: 0.5em;
}
#header img {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#header a, #header a:visited {
	color: #FFFFFF;
	border: none;
}
#nav {
	margin: 0px;
	float: left;
	clear: left;
	width: 100%;
	background-image: url(images/navGradient.jpg);
	background-repeat: repeat-x;
}
#nav ul {
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 53em;
	display: block;
}
#nav li {
	float: left;
	padding: 3px 1.5em 10px;
	background-image: url(images/navGradient.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}
#nav a {
	color: #000;
	text-decoration: none;
	font-size: 0.9em;
	border: none;
}
#nav li:hover, li:focus, #nav #selected, #nav a:focus {
	background-image: url(images/navGradient-h.jpg);
	background-repeat: repeat-x;
}
#content {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#mainContent {
	width: 70%;
	float: left;
	margin: 0px;
	padding-top: 1%;
	padding-left: 1%;
}
#rightContent {
	margin-left: 75%;
	padding: 1%;
}
.invisible {
	position: absolute;
	left: -9000px;
	display: none;
}
h1 {
	font-size: 1.75em;
	color: #0066FF;
	font-weight: bold;
}
h2 {
	font-size: 1.3em;
	color: #0066FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
}
#rightContent img {
	padding-bottom: 2em;
	padding-left: 2em;
}
#footer {
	clear: both;
	background-color: #660033;
	color: #FFFFFF;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
#footer p {
	padding-top: 2px;
	padding-bottom: 2px;
}
#footer a {
	color: #FFFFFF;
	border: none;
	font-weight: bold;

}
#footer a:hover {
	text-decoration: underline;
}
#footer a:visited {
	color: #FFFFFF;
	border: none;

}
#rightContent ul {
	list-style-type: none;
	margin: 1em 0px 0px 1em;
	padding: 0px;
}
#rightContent li {
	width: 100%;
	text-decoration: none;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0066ff;
}
#rightContent a {
	text-decoration: none;
	border: none;
	font-weight: bold;
}
#rightContent li:hover {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #660033;
}
/* form styles START */
label, .leftCol {
	width: 15em;
	float: left;
	text-align: right;
	margin-right: 0.75em;
	display: block;
	font-weight: bold;
}
legend {
	color: #FFF;
	background-color: #660033;
	border: 1px solid #660033;
	padding: 0.1em 0.5em;
	margin: 0px;
}
fieldset {
	border: 1px solid #660033;
	padding: 1em;
	margin-right: 1em;

}
.btnSubmit {
	margin-left: 11em;
	font-weight: bold;
}
/* form styles END */
.box {
	margin-right: auto;
	margin-left: auto;
	width: 95%;
	background-color: #E8D9E1;
	border: 1px solid #660033;
	padding: 1em;

}
.tickList {
	margin: 0.5em;
}
.tickList li {
	list-style-image: url(images/tick.gif);
	margin-left: 1em;

}
.halfPage {
	padding: 0.5em;
	width: 41%;
	background-color: #E8D9E1;
	border: 1px solid #660033;
	float: left;
	margin-top: 3%;
	margin-right: 3%;
	margin-left: 3%;
	margin-bottom: 1em;
}
.photoShow {
	margin-left: auto;
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
	width: 36.5em;
}
.photoShow img {
	margin-right: 1em;
	margin-left: 1em;
}
.photoShow p {
	text-align: center;
	font-weight: bold;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #0066FF;
}
.imgLease {
	float: right;
	margin-left: 1em;
}
