body *{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: small;
}

#content{
	font-size: small;
}

.printonly{
	/* shows an item when print style sheet is in use */
	display: block;
}

.screenonly{
	display: none;
}

.noprint{
	display: none;
}

#banner{
	display: none;
}
#banner-print{
	display: block;
	text-align: right;
}

#content h1{
	background: none;
	margin: 0 0 40px 0;
	padding: 0 5px 40px 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	letter-spacing: 0.15em;
	line-height: 1.3em;
	text-transform: uppercase;
}

p#site-name{
	color: #898989;
	font-weight: bold;
	font-size: 9pt;
	position: relative;
	top: 5.25em;
	padding: 5px 0 1px 0;
	border-top: 1px dotted #b0b0b0;
}

.home p#site-name{
	position: relative;
	top: 3.75em;
}

/* suppress display of staging edit tools */
#validate, #edit_button{
	display: none;
}

/* suppress display of other items */
#searchbox, #utility, #gnav, #courtesylinks, #briefcase {
	display: none;
}

div#breadcrumb, div#breadcrumb a{
	display: none;
}

/* suppress display of left nav */
div#sidenav, div#sidenav a{
	display: none;
}

.printbt a{
	display: none;
}

/* remove borders */
div#pagetop,div#masthead{
	border-bottom: none;
}

div#container,div#footer{
	border: none;
}
#address{
	float: none;
	width: 570px;
}

/* fill in background */
body,div#content,div#footer,div#container,div#footer,div#address{
	background-color: #FFFFFF;
	color: #000000;
}

#address, #copyright{
	background-color: #FFFFFF;
	color: #555;
}

/* take out excess padding and margins on content */
body{
	margin: 0; padding: 0;
}

 
div#container{
	margin: 0; padding: 0;
}

 
#page{
	border-top: none; border-right: none; border-left: none; background-image: none;
	margin: 0; padding: 0;
}

#content{
	background-image: none;
	background-color: #FFFFFF;
	border-top: none; border-left: none; background-image: none;
	margin: 0; padding: 0;
}

/* top align the layout table cells */
#layouttable td{
	vertical-align: top;
}

#content h2{
    font-weight: normal;
	font-size: 16pt;
}

#content h3{
	font-size: 14pt;
}

#content h4, #content h5{
	font-size: 12pt;
}

#content p, #content li, #content dd, #content dt{
	font-size: 11pt;
}

.grid{
	margin: 5px;
}

.grid table{
	border-top: 1px solid #777; border-right: 1px solid #777; border-collapse: collapse;
}

.grid th, .grid td{
	vertical-align: top; border-bottom: 1px solid #777; border-left: 1px solid #777;
}

.grid th{
	background: #ddd;
	color: #333;
	font-weight: bold;
	padding: 2px;
}

.grid td{
	padding: 3px;
}

/* basic tables - announcement grids */
.basic{
	margin: 10px 0 10px 0;
	border-collapse: collapse; border-top: 1px solid #d9e0e6; border-right: 1px solid #d9e0e6;
}

.basic th, .basic td{
	vertical-align: top; border-bottom: 1px solid #c8cdd2; border-left: 1px solid #c8cdd2;
	padding: 5px;
}

.basic tr {
	background: #fff;
}

.basic tr.alt{
	background: #eee;
}

.basic th {
	background: #f2f6f7;
}

.printbutton{
	display: none;
}

.popup #content h1 a{
	display: none;
}

