* {
	margin: 0;
	padding: 0;
}

#skip-ahead {
	display: none;
}

html, body, input, select {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
}

body {
	color: #89806a;
	background-color: white;
	padding: 0 10px;
}

a {
	color: #0396d7;
	text-decoration: underline;
}

a:hover {
	color: #2664a1;
}

hr {
	margin: 1em 0;
	height: 1px;
	color: #c6bdae;
}

hr.accent {
	height: 1pt;
	border: none;
	background-color: black;
}

hr.end {
	margin: 1em;
	visibility: hidden;
	clear: both;
	height: 1px;
}

#header {
	background-color: #0396d7;
	/*background-image: url(res/bg_header800.gif);*/
	background-repeat: no-repeat;
	color: white;
	padding: 10px;
	/*padding-top: 40px;*/
	/*height: 33px;*/
	height: 63px;
	text-align: right;
	position: relative;
	overflow: hidden;
}

#header h1 {
	color: black;
	font-family: clearview one, helvetica, arial, sans-serif;
	font-weight: normal;
	padding-left: 110px;
	padding-top: 8px;
	font-size: 15pt;
	float: left;
	/*background-image: url(res/att-logo-with-line.gif);*/
	background-repeat: no-repeat;
	height: 40px;
	left: 20px;
	/*top: -30px; */
	position: relative;
}

#header h1 a, #header h1 a:hover {
	color: black;
}

#header .inner {
	position: absolute;
	bottom: 7px;
	right: 10px;
}

#header a {
	color: white;
	text-decoration: none;
}

#header a:hover {
	color: white;
	text-decoration: underline;
}

#header input {
	vertical-align: middle;
}

#header input[type=text], #header input.text {
	font-size: 15px;
	border: none;
	width: 7em;
}

#header form {
	margin-bottom: 1ex;
}

#footer {
	background-color: #0396d7;
	background-image: url(res/bg_footer.gif);
	background-repeat: repeat-x;
	border-top: solid 1px white;

	text-align: right;
	color: white;
	font-size: 90%;
	padding: 4pt;
	height: 1em;

	clear: both;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	color: white;
	text-decoration: underline;
}

#footer .menu {
	float: left;
}

#header .menu, #footer .menu {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header .menu li, #footer .menu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul, ol {
	margin: 1em 1ex 1em 3em;
}

ul ul, ul ol, ol ul, ol ol {
	margin: 0 1ex 0 3em;
}

.contextual {
	display: none;
}

#content {
	/*border: solid 5px #f8f6f3;*/
	border: solid 7px #ebe7db;
	background-color: white;
	padding: 15px;
	overflow: visible;
	clip: auto;
	height: auto;
	float: none;
	clear: both;
}

#menu {
	display: block;
	float: right;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	font-size: 95%;
	/* background-color: black; */
}

#menu li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;

	border-right: solid 1px white;
	background-color: inherit;

	font-weight: bold;
	height: 100%;
}

#menu li a {
	float: left;
	display: block;
	padding: 4pt;
	text-decoration: none;
	color: white;
}

#menu li a:hover,
#menu li.current a:hover {
	/* background-color: #888; */
}

#menu li.current,
#menu li.current li {
	/* background-color: #555; */
}

#menu li ul {
	margin: 0;
}

#menu li ul li {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: solid 1px #888;
	font-weight: normal;
}

#content h2 {
	color: white;
	background-color: #0396d7;
	background-image: url(res/header_gradient.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	font-size: 1em;
	text-transform: uppercase;
	padding: 2pt 6pt;
	font-weight: bold;
	margin: 1em 0;
}

#content h2 a {
	color: white;
}

.attention, .callout {
	padding: 0.7em;
	margin: 1em 0;
}

.attention {
	border: solid 1px #aa8;
	background-color: #ff8;
}

.callout {
	border: solid 1px #aa8;
	background-color: #f8f6f3;
}

.attention h2, .callout h2 {
	background: none;
	font-size: 1em;
	margin: 0 0 0.5em;
}

p {
	margin: 1em 0 1em;
}

#footer p {
	margin: 0;
}

#content h1 {
	font-size: 160%;
	margin: 0 0 1em;
}

#content h1 a {
	color: inherit !important;
	text-decoration: none;
}
#content h1 a:hover {
	text-decoration: underline;
}

table {
	margin: 1em 0;
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	border: solid 1px #aa8;
	margin: 0;
	padding: 2pt 4pt;
}

table.layout th, table.layout td {
	border: none;
	padding: 0;
}

table caption {
	margin-top: 1em;
	padding-bottom: 1ex;
}

h3 {
	font-size: 1em;
	text-transform: uppercase;
	color: #0396d7;
	margin-top: 1em;
	margin-bottom: 0;
	font-weight: bold;
}

h4 {
	font-size: 1em;
	margin-top: 1em;
	font-weight: bold;
}

h5 {
	font-size: 1em;
	margin-top: 1em;
	font-weight: normal;
}

pre, code, tt, kbd, samp {
	font-family: verdana, arial, sans-serif; /* changed from "lucida console fixed" 2/2/2007 - jh5496 */
}

#content pre {
	margin: 1em 0;
	border: dotted 1px #aa8;
	background-color: #f8f6f3;
	padding: 1ex;
	overflow: auto;
}

#content .callout pre {
	background-color: white;
}

#content blockquote {
	margin-left: 1.5em;
	border-left: solid 1ex #ebe7db;
	padding-left: 1em;
}

#content .callout blockquote {
	border-left-color: white;
}

fieldset legend {
	color: #89806a;
}

* html fieldset legend {
	margin-top: 0;
	margin-bottom: 1ex;
}

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: solid 1px #aa8;
}

dl dt {
	margin-top: 1em;
	font-weight: bold;
}

dl dd {
	margin-left: 2em;
}

abbr, acronym {
	border-bottom: dotted 1px #89806a;
}

ins {
	color: red;
	text-decoration: none;
}

#utility select,
#content .side select,
#sidebar select {
	width: 100%;
}

#content img.banner {
	margin-left: -17px;
	margin-top: -14px;
	margin-right: -15px;
	margin-bottom: 1em;
}

tr.odd {
	background-color: #f8f6f3;
}

@media print {
	body {
		padding: 0;
		margin: 0;
	}
	#content {
		border: none;
		padding: 0;
	}
	#menu {
		display: none;
	}

/*
	#header {
		height: auto;
		padding: 0;
		background: none;
		text-align: inherit;
	}
*/

	#header {
		width: 100%;
		margin-bottom: 1em;
	}

	#header div.inner,
	#header ul.menu
	{
		display: none;
	}

/*
	#header h1 {
		padding: 9px 0 10px 115px;
		height: auto;
		float: none;
		margin-bottom: 1em;
	}
*/
}

.classification {
	text-align: center;
}

.classification strong {
	display: block;
}

option {
	padding-right: 1ex;
}
