body, html {
	font-family: Verdana, "Times New Roman", serif;
	background-color: #EEE;
	background-image : url(/images/layout/background.gif);
	background-repeat: no-repeat;
	margin : 0;
	scrollbar-face-color: #FFC860;
	scrollbar-track-color: #EEEEEE;
	scrollbar-arrow-color: #000000;
	scrollbar-highlight-color: #FFCC66;
	scrollbar-shadow-color: #FF9900;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color: #000000;
}
img { border:0px; }
p {
	font-size: 10pt;
	margin-top: 0;
	margin-bottom: 8pt;
}
form { 
	margin-top: 0;
	margin-bottom: 0;
}
input, textarea {
	font-family: Verdana, "Times New Roman", serif;
	font-size : 10pt;
}
blockquote, .block {
	font-size: 10pt;
	margin: 0 20pt 8pt 20pt;
}
ul {
	margin-top: 0;
	font-size: 10pt;
	margin-bottom: 8pt;
	list-style-image: url(/images/layout/bullet.gif);
}
ol {
	margin-top: 0;
	font-size: 10pt;
	margin-bottom: 4pt;
}
li {
	margin-top: 0;
	font-size: 9pt;
	margin-bottom : 2pt;
}
h1 {
	color: #000000;
	font-family : "Times New Roman", Times, serif;
	font-size: 14pt;
	text-align: center;
	font-style: italic;
	margin-bottom: 16px;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
}
h2 {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	font-size: 12pt;
	font-style: italic;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-top: 25px;
	margin-bottom: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #FFC860;
	background-image:  url(/images/layout/h2.gif);
	background-repeat: repeat-x;
	background-position: top;
}
h2 a, h2 a:hover {
	color: #000000;
	text-decoration: none;
}            
h3 {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	border-bottom: 1px solid Gray;
	margin-left: 22px;
	margin-bottom: 5px;
	margin-top: 15px;
	padding-left: 2px;
	clear: both;
}         
h4 {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-family: sans-serif;
	margin-bottom: 5px;
	margin-top: 3px;
	padding-left : 14px;
	background-image: url(/images/layout/h4.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
A {
	color: #000000;
	font-weight : bold;
}

A:Hover {
	color: #FF9900;
}

hr {
	height: 1pt;
	color: #000000;
}

.highlightBlue, u {
	color: #000080;
	text-decoration: none;
	font-weight: bold;
	font-family : Arial, Helvetica, sans-serif;
}
.caption {
	font-family: Verdana, 'Times New Roman', serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	border-top: 4px solid #000000;
	border-bottom: 4px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin: 4px 4px 4px;
	padding: 6px 4px;
}
table {	font-size: 10pt; border:0;}
table.full {
	width:100%;
	border-collapse:collapse;
}
table.border {
	width:100%;
	border-collapse:collapse;
}
table.border td {
	border: 1px solid #000;
}
table.full td {
	vertical-align:top;
}
.layoutBigTable {
	width: 760px;
	margin: 0px;
	padding: 0px;	
}
#content {
	position: absolute;
	left: 150px;
	top: 60px;
	width: 610px;
}
#header {
	position: absolute;
	left: 185px;
	top: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: oblique;
	font-weight: 700;
}
#sidebar {
	position:absolute;
	top: 150px;
	left: 5px;
	right: 5px;
	text-align: left;
	font-size:9pt;
	width: 140px;
}
#sidebar a.cat, a.sub {
	display:block;
	margin:0;
	border: 1px solid #000;
	border-bottom:0;
	padding:2px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	background-color:#FFC860;
}
#sidebar a.sub {
	border-top: 1px dotted #999;
	color: #000080;
	padding-left: 5px;
}
#sidebar a.cat:hover, a.sub:hover {
	color:#FFF;
	background-color:#F90;
	cursor:pointer;
	cursor:hand;
}

.searchtext {
	font-size: 10pt;
	margin-top: 0;
	margin-bottom: 8;
}
.sidebarNav {
	line-height : 15px;
	text-decoration : none;
}
table.calendar, table.calendar td {border:1px solid #000;}
table.calendar table.noborder td {border:0;}
.textCalendar{
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #FFFFFF;
	vertical-align: top;
	height: 60px;
	background-image: url(/images/layout/calendar.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.textCalendarMonth{
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight : bold;
	font-style : italic;
	color : #000000;
	margin-bottom : 2px;
	text-align: center;
	background-color: #FFC860;
	vertical-align: top;
}
.textCalendarNoDate {
	background-color: #eeeeee;
	background-image: none;
}
.error {
	font-size: 10pt;
	font-weight: bold;
	color: #900;
	text-align: center;
	padding: 10px;
}

.textTiny { font-size: 7pt;}

.textSmall { font-size: 8pt;}

.textMedium { font-size: 9pt;}

.textBig { font-size: 12pt;}

.textColored {	color: #FFC860;}

.textRed {color: #FF0000;}

.textGreen {color: #030;}

.textBlue {	color: #000080; }
.textPurple {color: #320099;}
.textOrange {color: #8E2800;}

.textGiantRed { font-size: 16pt; color: #FF0000;}

.textFixedWidth {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;

}
.center {text-align:center;}
.formLabel {
	text-align:right;
	white-space:nowrap;
}
table.form td {
	padding:.1em 0 .7em 0;
	vertical-align:middle;
}
.em { font-style:italic; }
.highlight   { font-weight: bold;}

.highlightRed   { 
	font-weight: bold;
	color: red;
}

.highlightBig   {
	font-weight: bold;
	font-size : 12pt;
	margin-top: 15px;
}

acronym {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
div.row {
	font-size: 10pt;
	clear: both;
	padding-top: 10px;
	white-space: nowrap;
}
div.row span.label {
	float: left;
	width: 250px;
	padding-right: 10px;
	text-align: right;
}

div.float {
	width: 160px;
	height: 160px;
	padding:10px 0 0 10px;
	float: left;
	text-align: center;
	font-size: 12px;
}
div.float a, div.float a:hover {
	color: #000;
	text-decoration: none;
}


@media print {/*Keep at end so Mozilla prints correctly*/
	body, html {
		background-image:none;
		background-color:transparent;
	}
	#content {
		position: relative;
		left: 0px;
		top: 50px;
		width: 100%;
		max-width: 100%;
	}
	#sidebar {
		display:none;
	}
	#header {
		width: 100%;
		left: 0px;
		top: 20px;
		text-align:center;
	}
	.printNot, .cLevel {display:none;}
	.printHidden {
		visibility: hidden;
	}
}
