body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
 	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/* LAYOUT */

#container {
	width: 678px;
	margin: 0px auto;
	text-align: left;
}

#header {
	background: url(images/its-logo.jpg) top left no-repeat;
	height: 50px;
	margin-top: 10px;
}

#header p {
	width: 130px;
	text-align: right;
	font-size: 9px;
	color: #9c81bb;
	margin: -34px 0 0 540px;
}

#header a:link, #header a:active, #header a:visited {
	color: #9c81bb;
}

#header a:hover {
	color: #d65d2a;
}

#homelink {
	display: block;
	width: 172px;
	height: 45px;
	margin: 0 0 0 12px;
}

#content {
	background: url(images/content-bg.jpg) bottom center no-repeat;
}

#rightimg, #rightimgb, #rightimgc {
	float: right;
	width: 220px;
	margin: 0 20px 0 22px;
}

#rightimg img, #bottomimg img, #rightimgb img {
	border: solid 1px #d65d2a;
}

#rightimg p {
	margin: 0 0 11px 0;
	text-align: center;
	font-size: 9px;
	color: #d65d2a;
}

#rightimg img.nocaption {
	margin-bottom: 10px;
}

#bottomimg {
	margin: 0 20px 10px 20px;
	clear: both;
	text-align: center;
}

#bottomimg img {
	vertical-align: middle;
	margin: 0 15px;
}

#clear {
	clear: both;
	height: 1px;
}

* html #clear { /* For IE to render the #clear div properly without cutting off text */
	height: auto;
	background: none;
}

td {
	vertical-align: top;
}

#support {
	width: 638px;
	margin-left: 20px;
}

/* TEXT STYLES */

p {
	margin: 0 20px 11px 20px;
	line-height: 13px;
}

p.backtop {
	font-size: 9px;
}

h1 {
	font-weight: normal;
	font-size: 22px;
	line-height: 22px;
	margin: 0 20px 11px 20px;
	color: #d65d2a;
}

h2 {
	font-size: 13px;
	margin: 0 20px 5px 20px;
	color: #9c81bb;
	line-height: 15px;
}

h2.overline {
	border-top: solid 1px #d65d2a;
	padding-top: 6px;
}

h2 a:link, h2 a:active, h2 a:visited {
	color: #9c81bb;
}

h2.orphan, h2.overline {
	padding-right: 150px;
}

h3 {
	font-size: 11px;
	margin: 0 20px 2px 20px;
	color: #9c81bb;
	line-height: 13px;
	clear: both;
}

ul {
	margin: 0 20px 11px 20px;
	padding: 0 20px 0 20px;
	list-style: disc;
}

ul li {
	margin-bottom: 5px;
}

span.nobr {
	white-space: nowrap;
}

/* CONTACT FORM */
#form {
	width: 450px;
	margin-left: 114px;
}

#form p {
	margin: 0 0 4px 0;
}

#form ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#form li {
	border-bottom: solid 1px #d9dff8;
	padding: 4px 20px;
}

#form label {
	width: 80px;
	display: block;
	float: left;
	padding-top: 3px;
}

fieldset {
	border: 0;
	padding: 0;
	border-top: solid 1px #d65d2a;
	border-bottom: solid 1px #707ebd;
	background: url(images/form-bg.jpg) bottom left repeat-x;
	margin-bottom: 10px;
}

legend {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 0;
}

input, select, textarea {
	font-size: 11px;
	line-height: 13px;
}

textarea {
	width: 410px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

li.submit {
	text-align: center;
}

li.submit input {
	font-weight: bold;
	margin: 2px 0;
}

.required {
	color: #FF0000;
}

/* SITEMAP */

h2.sitemaphome {
	margin: 0 0 10px 60px;
	border-bottom: solid 2px #d9dff8;
	padding: 4px 8px;
	width: 542px;
}

h2.sitemaphome a:link, a:visited {
	text-decoration: none;
}

#sitemap {
	width: 525px;
	margin: 0 0 0 76px;
}

#sitemap a:link, #sitemap a:visited {
	text-decoration: none;
}

#sitemap li {
	list-style: none;
}

#sitemap li:hover {
	list-style: disc;
}

#sitemap h3 {
	border-bottom: solid 1px #d65d2a;
	padding: 2px 4px;
}

a:link, a:active, a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover, h2 a:hover {
	color: #d65d2a;
}

/* FOOTER */

#footer {
	width: 100%;
	font-size: 9px;
	clear: both;
	margin-top: 20px;
}

#footer p {
	margin: 0 0 4px 0;
}

#footer p.underline {
	padding-bottom: 6px;
	border-bottom: solid 3px #d65d2a;
}
