/* CSS Document */

#bodyBG {
	position: absolute;
	width: 200px;
	height: 100%;
	background-color: #996;
	z-index: 1;
}

#pageHeader {
	position: relative;
	margin: 0;
	width: 100%;
	height: 110px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	z-index: 3;
}

#pageHeader p {
	font-size: 30px;
	line-height: 40px;
	margin: 0;
	padding: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #000000;
	text-transform: uppercase;
	font-family: times, serif;
}

#titleArea {
	position: relative;
	width: 100%;
	height: 15px;
	margin: 0;
	font-family: helvetica, arial, sans-serif;
	border-bottom: 1px solid #FFFFFF;
	background-color: #6699CC;
	text-align: left;
	color: #FFFFFF;
	padding: 10px;
	padding-left: 215px;
	font-weight: bold;
	z-index: 3;
}

#bodyContainer {
	position: relative;
	margin: 0;
	width: 100%;
	z-index: 3;
}

#bodyArea {
	position: absolute;
	margin: 0;
	padding: 0px 0px 20px 0px;
	left: 215px;
	top: 15px;
	width: 520px;
	float: left;
	z-index: 3;
}

#printArea {
	position: absolute;
	margin: 0;
	left: 10px;
	top: 10px;
	width: 640px;
	z-index: 3;
}

a.mainoff {
	 font-family: arial,helvetica,san-serif;
	 text-transform: lowercase;
	 font-size: 12px;
	 color: #666;
	 text-decoration: none;
	 font-weight:normal;
 }

a.mainon {
	 font-family: arial,helvetica,san-serif;
	 text-transform: lowercase;
	 font-size: 12px;
	 color: #000;
	 text-decoration: none;
	 font-weight:normal;
 }

a.mainon:hover,
a.mainoff:hover {
	 color: #000;
 }
 
#subMenu {
 position: relative;
 width: 200px;
 margin: 0;
 padding: 0;
	font-family: helvetica, arial, sans-serif;
 font-size: 10px;
 font-weight: normal;
 text-transform: uppercase;
 line-height: 19px;
 z-index: 3;
 }

a.suboff {
	font-family: helvetica, arial, sans-serif;
 font-size: 10px;
 padding: 0;
 margin: 0;
 color: #eee;
 text-decoration: none;
}

a.subon {
	font-family: helvetica, arial, sans-serif;
 font-size: 10px;
 padding: 0;
 margin: 0;
 color: #eee;
 text-decoration: none;
}

a.suboff:hover,
a.subon:hover {
 color: #fff;
 }

a.ask,{
 color: #000;
 text-decoration: none;
 font-family: Times, serif;
 }
 
#footer {
	position: relative;
	visibility: hidden;
	padding: 300px 15 px 15px 15px;
	color: #FFFFFF;
	font-size: 10px;
	z-index: 2;
}

#footer td {
	color: #FFFFFF;
	font-size: 10px;
}

#footer a {
	color: #EEEEEE;
	text-decoration: none;
}

#pageImage {
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 1px solid white;
}
body {
	font-family: Arial, Helvetica, san-serif;
	FONT-SIZE: 12px;
	margin: 0;
	padding: 0;
	color: #666;
	}

body.background {
	font-family: Arial, Helvetica, san-serif;
	FONT-SIZE: 12px;
	background-image: url("images/bodyBG.gif");
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

p {
	font-family: Arial, Helvetica, san-serif;
	line-height: 16px;
	font-size: 13px;
	color: #666;
	}

li {
	font-family: Arial, Helvetica, san-serif;
	line-height: 16px;
	font-size: 13px;
	color: #666;
	}

td {
	font-family: Arial, Helvetica, san-serif;
	line-height: 16px;
	font-size: 13px;
	color: #666;
	}
	
h1 {
	font-family: Arial, Helvetica, san-serif;
	COLOR: #666;
	FONT-SIZE: 18px;
	FONT-WEIGHT: normal;
	MARGIN: 0px 0px 10px 0px;
	}

h2 {
	font-family: Arial, Helvetica, san-serif;
	COLOR: #666;
	FONT-SIZE: 16px;
	FONT-WEIGHT: bold;
	}

h3 {
	font-family: Arial, Helvetica, san-serif;
	COLOR: #666;
	FONT-SIZE: 14px;
	FONT-WEIGHT: bold;
	}
	
hr {
	height: 1px;
	color: #666;
	}

a {
	TEXT-DECORATION: underline;
	color: #666633;
	}
	
a:hover {
	TEXT-DECORATION: none;
	color: #666633;
	}

.articleTitle {
	font-weight: bold;
}

.footerLink {
	COLOR: #FFFFFF;
	}
	
.footerCell {
	COLOR: #CCCCCC;
	font-size: 10px;
	BACKGROUND-COLOR: #666633;
	font-family: times, serif;
	}

.smallNote {
	font-size: 11px;
	color: #999999;
	font-style: italic;
	}
	
.formLabel {
	background-color: #ECEEF0;
	}

.requiredField {
	font-weight: bold;
	}
.missingField {
	font-weight: bold;
	color: #FF0000;
	}
.contentHeaderCell {
	background-color: #AAAA77;
	color: #FFFFFF;
	font-weight: bold;
	}

.contentListCell {
	background-color: #EEEEEE;
	color: #000000;
	}
.contentListCellAlt1 {
	background-color: #CCCCCC;
	color: #000000;
	}
.contentListCellAlt2 {
	background-color: #DDDDDD;
	color: #000000;
	}
.alternate1 {
	background-color: #CCCCCC;
	color: #000000;
	}
.alternate2 {
	background-color: #DDDDDD;
	color: #000000;
	}
