body {
	background-image: url(images/bggrad2.gif);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #424345;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #5874a0;
}

a:hover { text-decoration: underline; }
a:focus, a:active { outline: 0; }

#maincontent {
	margin: auto;
	width: 1030px;
}

#txtlinks {
	text-align: right;
	margin: 10px 0 25px 0;
	font-size: 10px;
	line-height: 25px;
	color:#ffffff;
}

#navheader {
	position: relative;
	display: block;
	height: 50px;
	width: 1030px;
	padding-top: 75px;
}

#logonav {
	width: 314px;
	height: 17px;
	float:left;
}

#spritenav {
	width: 252px;
	height: 15px;
	background: url(images/logo-sprite-buttons2.gif);
	margin: 1px 0 0 10px;
	padding: 0;
	position: relative;
	float:left;
}

#spritenav li {
	margin: 0; padding: 0; list-style: none;
	position: absolute; top: 0;
}

#spritenav li, #spritenav a { height: 15px; display: block; }
#option1 {left: 0; width: 49px;}
#option2 {left: 54px; width: 35px;}
#option3 {left: 94px; width: 76px;}
#option4 {left: 175px; width: 77px;}
#option1 a:hover { background: transparent url(images/logo-sprite-buttons2.gif) 0 -20px no-repeat; }
#option2 a:hover { background: transparent url(images/logo-sprite-buttons2.gif) -54px -20px no-repeat; }
#option3 a:hover { background: transparent url(images/logo-sprite-buttons2.gif) -94px -20px no-repeat; }
#option4 a:hover { background: transparent url(images/logo-sprite-buttons2.gif) -175px -20px no-repeat; }

input, textarea {
	margin-bottom: 4px;
	border: 1px solid #353638;
	background-color: #ffffff;
	color: #333333;
}
