/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	font-family:arial;
	font-size:12px;
	background-image:url(/images/backgrounds/mainBG.gif);
	color:#666;
}
table {
	border-collapse:collapse;
}
td {
	vertical-align:top;
}
p {
	margin-bottom:10px;
}
img {
	border:none;
}
h1,
h2,
h3 {
	text-transform:uppercase;
}
h1 {
	font-size:25px;
	margin-top:-10px;
	margin-bottom:20px;
}
h2 {
	border:1px solid #D4D4D4;
	display:block;
	height:23px;
	font-size:15px;
	padding:5px 3px 0 30px;
	margin:-7px -2px 10px -2px;
	background-image:url(/images/icons/h2Icon.gif);
	background-repeat:no-repeat;
	background-position:10px 5px;
}
h3 {
	font-size:13px;
	margin:-7px -2px 10px -2px;
	padding:5px 3px 0 30px;
	height:20px;
	border:1px solid #9D9D94;
	background-image:url(/images/icons/newsIcon.gif);
	background-repeat:no-repeat;
	background-position:10px 5px;
}
ul {
	padding-left:25px;
}
li {
	margin-bottom:5px;
}
strong.big {
	font-size:15px;;
}
a.lnkMore:link,
a.lnkMore:visited,
a.lnkMore:active {
	text-decoration:none;
	display:block;
	font-weight:bold;
	padding-left:20px;
	background-image:url(/images/icons/link_arrow.gif);
	background-repeat:no-repeat;
	background-position:10px 6px;
}
a.lnkMore:hover {
	text-decoration:underline;
}
.bottomPad {}
.borderTop {
	border-top:1px solid #BFBFA8;
}
.borderRight {
	border-right:1px solid #BFBFA8;
}
.borderBottom {
	border-bottom:1px solid #BFBFA8;
}
.borderLeft {
	border-left:1px solid #BFBFA8;
}
.borderFull {
	border:1px solid #BFBFA8;
}
.sideDate {
	font-weight:bold;
	margin-bottom:10px;
}
.sideCol {
	width:182px;
	padding:10px 5px;
}
.mainCol {
	width:484px;
	padding:10px 0;
}
.halfCol {
	width:237px;
	padding:10px 0;
}
.ltBG {
	background-color:#E4E4D4;
}
.dkBG {
	background-color:#3C3C3C;
}
.dkTxt {
	color:#333;
}
.greenTxt {
	color:#009900;
}
.whiteTxt {
	color:#FFF;
}
.blackTxt {
	color:#000;
}
.alignRight {
	text-align:right;
	padding-right:5px;
	padding-top:5px;
}
.alignLeft {
	text-align:left;
	padding-left:5px;
}
.alignCenter {
	text-align:center;
}
.alignTop {
	vertical-align:top;
	padding-top:5px;
}
.alignBottom {
	vertical-align:bottom;
	padding-bottom:5px;
}
.alignMiddle {
	vertical-align:middle;
}
.floatRight {
	float:right;
	padding-right:5px;
}
.floatLeft {
	float:left;
}
.clear {
	clear:both;
}
.contentPadding {
	padding: 6px;
}
.marginLeft {
	margin-left:6px;
}
.marginRight {
	margin-right:6px;
}
.marginTop {
	margin-top:6px;
}
.marginBottom {
	margin-bottom:6px;
}
.largeTxt1 {
	font-size:20px;
	font-weight:bold;
	text-decoration:underline;
	margin:50px 0 25px 0;
}
.largeTxt2 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:15px;
}
.bigUnderline {
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}
.littleUnderline {
	font-weight:bold;
	text-decoration:underline;
}
.lowerCase {
	font-style:italic;
	color:#000;
	font-size:15px;
	font-weight:bold;
	text-transform:none;
	margin-top:-20px;
	margin-bottom:10px;
}
#flashNav {
	margin-left:0;
}
#flashNav1 {
	margin-left:-6px;
}
#upperBG {
	background-image:url(/images/backgrounds/upperBG.gif);
	background-repeat:repeat-x;
}
#wrap {
	margin:0 auto;
	width:698px;
	background-color:#FFF;
}
#content {}
	#content a:link,
	#content a:visited,
	#content a:active {
		text-decoration:underline;
	}
	#content a:hover {
		text-decoration:none;
	}
#footer {
	padding:0 6px 9px 6px;
}
	#footer #copyRight {
		padding:15px 10px 0 10px;
		background-color:#E0E0E0;
		height:27px;
	}
	#footer #copyRight a:link,
	#footer #copyRight a:visited,
	#footer #copyRight a:active {
		text-decoration:underline;
	}
	#footer #copyRight a:hover {
		text-decoration:none;
	}
	#footer #copyRight #footerLogo {
		float:right;
		margin:-8px 5px 0 0;
	}
	#footer #footerLinks {
		height:36px;
		padding:15px 0 0 10px;
		background-color:#3C3C3C;
	}
	#footer #footerLinks ul {
		list-style-type:none;
	}
	#footer #footerLinks li {
		float:left;
	}
	#footer #footerLinks .footerPipe {
		color:#FFF;
		font-weight:bold;
		padding:0 5px;
	}
	#footer #footerLinks a:link,
	#footer #footerLinks a:visited,
	#footer #footerLinks a:active {
		color:#FFF;
		font-weight:bold;
		text-decoration:none;
	}
	#footer #footerLinks a:hover {
		text-decoration:underline;
	}
/* Form Styles */
form label {
	display:block;
	float:left;
	width:60px;
	font-weight:bold;
	vertical-align:top;
	margin-bottom:10px;
	clear:left;
}
form input {
	margin-bottom:10px;
}
form select {
	margin-bottom:10px;
}
form textarea {
	width:165px;
	height:100px;
	margin-bottom:20px;
}
form select {
	width:123px;
}
form .text {
	width:165px;
}
form .text2 {
	width:120px;
}
form .formButton {
	background-color:#FFF;
	text-transform:lowercase;
	border:none;
	padding-left:15px;
	margin-left:10px;
	cursor:pointer;
	background-image:url(/images/icons/form_arrow.gif);
	background-repeat:no-repeat;
	background-position:10px 9px;
}
