body {
	font-family: Arial, sans-serif;
	font-size: 100%;
	background-color: #c3c3c3;
	background-image: url('/images/page-background.png');
	background-position: center;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

#header {
	background-image: url('/images/header.png');
	background-position: right;
	border: none;
	border-collapse: collapse;
	width: 698px;
	height: 202px;
	margin: 0 auto;
}

#header #homeLink {
	position: relative;
	display: block;
	top: -20px;
	left: 10px;
	width: 140px;
	height: 140px;
	text-decoration: none;
}

#content {
	width: 698px;
	margin: 0 auto;
}

#main {
	width: 528px;
	margin: -120px 4px 3em 0;
	z-index: 2;
	float: right;
	clear: right;
	position: relative;
}

h1 {
	padding: 10px 10px 10px 10px; 
	margin: 0 0 3px 0;
	background-color: #858585;
	color: white;
	font-size: 13px;
	text-transform: uppercase;
}
h1 a {
	color: #ffffff;
}

#body {
	font-size: 80%;
	color: #1c0e4e;
	border: none;
	padding: 10px;
	background-image: url("/images/bgGray-gradient.png");
	background-repeat: repeat-x;
	background-color: #ffffff;
	color: #1c0e4e;
	min-height: 400px;
	_height: 400px;
}
#body a {
	color: #1c0e4e;
}

#menubar {
	background-color: #ffffff;
	width: 136px;
	padding-left: 17px;
}

#menubar a {
	display: block;
	text-decoration: none;
	background-image: url('/images/menu_button.png');
	background-position: center;
	background-repeat: no-repeat;
	color: #ffffff;
	width: 110px;
	height: 19px;
	padding: 3px 9px;
	font-size: 13px;
}
#menubar a:hover {
	text-decoration: underline;
}

#help {
	margin-left: 17px;
	font-size: 77%;
	padding-left: 4px;
	width: 118px;
	text-align: justify;
}

h2 {
	font-size: 100%;
	text-transform: uppercase;
	margin-top: 1px;
	margin-bottom: 1em;
	clear: right;
}
h2 img {
	float: right;
	margin: 0 0 10px 10px;
}
h3 {
	clear: left;
	font-size: 100%;
	margin-bottom: 1px;
}
h3 img {
	float: left;
	margin: 0 10px 10px 0;
}
p {
	margin-top: 1px;
}

table.tableTips {
	border-collapse: collapse;
	background-color: #ffffff;
	margin: 20px 0 20px 0;
}

table.tableTips th {
	background-color: #858585;
	color: #ffffff;
	padding: 5px;
}

table.tableTips th a{
	color: #ffffff;
}

table.tableTips td {
	padding: 2px;
}

td.nextPrevInactive {
	margin: 0;
	padding: 0;
	color: gray;
	padding: 1px 8px 1px 8px;
}

td.nextPrevActive {
	margin: 0;
	padding: 0;
	color: #3347aa;
	border: solid #aaaaaa 2px;
	padding: 1px 8px 1px 8px;
}

td.nextPrevActive a{
	color: #3347aa;
	text-decoration: none;
}

td.pageNotCurrent {
	color: #3347aa;
	border: solid #aaaaaa 1px;
	padding: 1px 8px 1px 8px;
}

td.pageNotCurrent a{
	color: #3347aa;
	text-decoration: none;
}

td.pageCurrent {
	color: #a10600;
	padding: 1px 8px 1px 8px;
}

table.pageNumberTable {
	font-size: smaller;
	margin-left: auto;
	margin-right: auto;
}

p#copyright {
	margin: 3px;
	padding: 0;
}

table.buttons a{
	color: #ffffff;
	text-decoration: none;
}

table.buttons a:hover {
	color: #e7e7e7;
}

.blog {
	border-bottom: solid #3347aa 1px;
}

table#navTop {
	float: right;
	margin-right: 6px;
}

table#navTop td {
	padding: 0 1px 0 1px;
	vertical-align: top;
}

table#navTop a img {
	behavior:  url('/stylesheets/IEFixes.htc'); /* Should be ignored by other browsers */
}
table#navTop a img:hover, table#navTop a img.hover {
	border-bottom: solid #ff2b36 2px;
}

#footer {
	background-image: url('/images/footer.png');
	border: none;
	width: 515px;
	height: 29px;
	margin: 3em auto;
	clear: both;
	font-size: 77%;
	padding: 10px 0 0 185px;
	color: white;
}

#subjectHead {
	text-align: left;
	padding: 5px;
	margin: 0;
}

div#back a#link {
	height: 21px;
	width: 10px;
}

div#blog p {
	margin: 5px;
}

div#breadcrumb {
	margin-bottom: 1em;
	font-size: smaller;
	color: #a10600;
}

div#breadcrumb a{
	color: #3347aa;
	text-decoration: none;
}

div#breadcrumb a:hover {
	text-decoration: underline;
}

.title {
  color: #000;
	font-size: 24px;
}

.infoHeader {
	margin-bottom: 0;
	padding-bottom: 0;
}

.logout {
	font-size: 60%;
	color: #ffffff;
}

.logout a{
	color: #ffffff;
}

p.actions {
	font-size: smaller;
	margin-top: 1px;
	text-transform: none;
	font-weight: normal;
}

a img {
	border: none;
}


#sidebar {
	border: none;
	width: 152px;
	padding: 5px;
	float: left;
	color: #000000;
	font-size: 80%;
}

#userPrivs {
	background-color: #ffffff;
	border: none;
	width: 152px;
	padding: 5px;
	float: left;
}

#pageBody {
	border: none;
	float: right;
	width: 450px;
}

#sidebar a {
	color: #000000;
}

div#error {
	background-color: #eaa;
	border: solid red 1px;
	margin: 1em;
	padding: 3px;
}
div#notice {
	background-color: #aea;
	border: solid green 1px;
	margin:  1em;
	padding:  3px;
}

th { text-align: left; }
th.column {
	text-decoration: underline;
	white-space: nowrap;
}
