/* general formatting */

body {
	margin: 0px;
	padding: 21px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #757575;
	font-size: 62.5%;
	background: #FFFFFF url(/images/bgtile.gif) repeat-x scroll top;
}

p, h1, h2, h3, h4, h5 {
	padding: 0px 0px 12px 0px;
	margin: 0px;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

h1 {
	font-size: 2em;
	line-height: 1.2em;
	padding-bottom: 25px;
}

h2 {
	font-size: 1.4em;
	line-height: 1.2em;
	padding-bottom: 10px;
}

h1 span, h2 span {
	color: #7c4199;
}

h3 {
	font-size: 1.4em;
}

form {
	margin: 0px;
	padding: 0px;
}

input.text, input.password, textarea {
	font-family: Times New Roman, Times Roman, serif;
	color: #000000;
	padding: 1px;
	border: 1px solid #a9aaab;
}

select {
	color: #405987;
	font-size: 1em;
	line-height: 1em;
}

textarea {
	height: 8em;
	line-height: 1.3em;
}

a {
	color: #7c4199;
}

a:hover {
	text-decoration: none;
}

.white {
	color: #FFFFFF;
}

ul {
	margin-top: 5px;
}

.clearer {
	clear: both;
}

.blue {
	color: #4f6eb1;
}

a.linkicon, a.linkicon_white {
	text-decoration: none;
	background: transparent url(/images/greyarrow.png) no-repeat scroll right 5px;
	padding-right: 14px;
	color: #b00c4a;
}

a.linkicon_white {
	background: transparent url(/images/whitearrow.png) no-repeat scroll right 5px;
	color: #FFFFFF;
}

a.linkicon:hover {
	text-decoration: underline;
}




/* structural styles */

#pageContainer {
	position: relative;
	width: 876px;
	margin: 0 auto;
}

#topContainer {
	height: 92px;
	background: transparent url(/images/topnav.jpg) no-repeat scroll 0px 0px;
}

#logo {
	position: absolute;
	width: 0px;
	height: 0px;
	left: 0px;
	top: 0px;
}

#logo h1 {
	position:absolute;
	left: -999em;
}

#topNav {
	position: absolute;
	width: 817px;
	left: 0px;
	height: 20px;
	top: 51px;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 59px;
}

#topNav li {
	float: left;
	font-size: 1.1em;
	padding: 0px 0px 0px 0px;
}

#topNav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

#topNav a:hover { color: #fdb813; }



/* footer styles */

#footer {
	clear: left;
	background: transparent url(/images/footer.jpg) no-repeat scroll 0px 0px;
	height: 37px;
	font-size: 0.9em;
	padding: 15px 20px 0px 20px;
	color: #FFFFFF;
}

#footer div {
	float: right;
	width: 180px;
}

#footer div a {
	color: #FFFFFF;
	display: block;
	float: right;
	width: 70px;
	text-decoration: none;
}

#footer div a.v {
	width: 90px;
}

#footer div a:hover {
	color: #FFFFFF;
}
